.ghtc-doc-page {
    padding: 90px 0;
    background: #fff;
}
.ghtc-doc-layout {
    display: grid;
    grid-template-columns: 255px 1fr;
    gap: 70px;
    align-items: start;
}
.ghtc-doc-filter {
    background: #f7eeee;
    padding: 35px 36px;
}
.ghtc-doc-filter h3 {
    color: #071b43;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 20px;
}
.ghtc-doc-filter a {
    display: block;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(7,27,67,.08);
    color: #1b2b63;
    text-decoration: none;
    font-size: 17px;
}
.ghtc-doc-filter a.active,
.ghtc-doc-filter a:hover {
    color: #ff2d20;
    background: #fff;
}
.ghtc-doc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px;
}
.ghtc-doc-card {
    min-height: 166px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(7,27,67,.08);
    padding: 34px;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 20px;
    align-items: start;
}
.ghtc-doc-icon {
    font-size: 38px;
    color: #314879;
}
.ghtc-doc-card h3 {
    font-size: 22px;
    color: #071b43;
    margin: 0 0 8px;
    font-weight: 800;
}
.ghtc-doc-card p,
.ghtc-doc-date {
    color: #314879;
    font-size: 15px;
    line-height: 1.6;
}
.ghtc-doc-btn {
    margin-top: 16px;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid #ddd;
    color: #071b43;
    font-weight: 800;
    text-decoration: none;
    background: #fff;
}
.ghtc-doc-btn:hover {
    color: #ff2d20;
    border-color: #ff2d20;
}
.ghtc-doc-detail {
    max-width: 760px;
}
.ghtc-enrolment-form {
    margin-top: 20px;
}
.ghtc-enrolment-form label {
    display: block;
    color: #7180a3;
    font-size: 14px;
    margin-bottom: 16px;
}
.ghtc-enrolment-form label span {
    color: #ff2d20;
}
.ghtc-enrolment-form input,
.ghtc-enrolment-form select {
    width: 100%;
    height: 46px;
    border: 1px solid #e5e7eb;
    padding: 0 14px;
    margin-top: 6px;
    background: #fff;
}
.ghtc-enrolment-form button {
    width: 100%;
    height: 52px;
    border: 0;
    background: #ff2d20;
    color: #fff;
    font-weight: 800;
    margin-top: 14px;
}
.ghtc-download-block {
    text-align: center;
    margin: 60px 0 40px;
}
.ghtc-download-block h3,
.ghtc-attached h3,
.ghtc-share h3 {
    color: #071b43;
    font-size: 21px;
    text-align: center;
}
.ghtc-download-circle {
    display: inline-flex;
    width: 68px;
    height: 68px;
    border-radius: 999px;
    background: #ff2d20;
    color: #fff !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 34px;
    font-weight: 900;
}
.ghtc-attached {
    margin-top: 35px;
}
.ghtc-attached a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    border: 1px solid #e5e7eb;
    padding: 12px 22px;
    color: #071b43;
    text-decoration: none;
}
.ghtc-attached em {
    margin-left: auto;
    color: #ff2d20;
    font-style: normal;
}
.ghtc-share {
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 55px;
    padding-top: 35px;
}
.ghtc-share span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #3155a4;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    font-size: 12px;
}
.ghtc-alert {
    padding: 14px 16px;
    border-radius: 4px;
    margin: 18px 0;
}
.ghtc-alert.success {
    background: #d1e7dd;
    color: #0f5132;
}
.ghtc-alert.error {
    background: #f8d7da;
    color: #842029;
}
.ghtc-doc-empty {
    background: #f8f8f8;
    padding: 26px;
    color: #53627a;
}
@media(max-width: 991px) {
    .ghtc-doc-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .ghtc-doc-grid {
        grid-template-columns: 1fr;
    }
}
