﻿/* Footer styles */
.page-footer {
    padding: 10px 0;
    display: flex;
    flex-direction: column; 
    justify-content: flex-end; 
}

.page-footer-container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-bottom: 20px;
}

.page-footer-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.page-footer-icon {
    vertical-align: top;
    margin-right: 5px;
    width: 15px;
    height: auto;
}

.page-footer-link {
    color: #007bff;
    text-decoration: none;
}

    .page-footer-link:hover {
        text-decoration: underline;
    }

.page-footer-file-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-right: 30px;
}

.page-footer-file-icon-infopage {
    background: url('/image/infopage.png') no-repeat top center;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.page-footer-custom-hr {
    border: none;
    height: 1px;
    background-color: black;
    margin-bottom: 10px;
    width: 100%; 
}

.page-footer-file-description-p {
    font-size: 12px;
    color: #666;
}

.page-footer-file-icon-default {
    margin-top: 0;
    padding-right: 5px;
}

.page-footer-file-icon .page-footer-file-icon-default {
    margin-right: 10px;
}