﻿.information-shell {
    background-color: #f5f5f5;
    background-image: none;
}

.information-header {
    flex: 0 0 auto;
}

.information-header__logo {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
    vertical-align: middle;
}

.information-main {
    flex: 1 0 auto;
    padding: 3rem 0;
    color: #343a40;
    font-family: Tahoma, Arial, sans-serif;
}

.information-content {
    max-width: 960px;
    min-height: 20rem;
    margin: 0 auto;
    padding: 3rem;
    overflow-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    border-top: 4px solid #ffc107;
    border-radius: .28571429rem;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .08);
}

.information-content h1 {
    margin-bottom: 2rem;
    color: #343a40;
    font-family: 'Architects Daughter', sans-serif;
    text-align: center;
}

.information-content h2,
.information-content h3 {
    margin-top: 2rem;
    margin-bottom: .75rem;
    color: #4b505c;
}

.information-content p,
.information-content li {
    line-height: 1.7;
}

.information-content ul,
.information-content ol {
    padding-left: 1.5rem;
}

.information-content a {
    color: #806000;
    text-decoration: underline;
}

.information-content a:hover,
.information-content a:focus {
    color: #4b505c;
}

.information-content table {
    display: block;
    width: 100%;
    margin: 1.5rem 0;
    overflow-x: auto;
    border-collapse: collapse;
}

.information-content th,
.information-content td {
    padding: .75rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
}

.information-content th {
    background-color: #fff8d6;
}

.information-placeholder {
    padding: 1rem;
    color: #6c757d;
    font-style: italic;
    text-align: center;
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
}

@media (max-width: 575.98px) {
    .information-header__logo {
        display: block !important;
        width: 3.25rem;
        height: 3.25rem;
        margin: 0 auto .5rem !important;
    }

    .information-header a {
        font-size: 1.5rem;
        text-align: center;
    }

    .information-main {
        padding: 1.5rem 0;
    }

    .information-content {
        padding: 1.5rem 1rem;
    }

    .information-content h1 {
        font-size: 2rem;
    }
}
