.technical-center-body .technical-filter-form select {
    min-height: 44px;
    border: 1px solid #cbd3da;
    border-radius: 6px;
    background: #ffffff;
    color: #17202a;
}

.technical-center-body .technical-filter-form button.btn,
.technical-center-body .technical-source-filter button.btn {
    min-height: 44px;
    border-color: #17202a;
    background: #17202a;
    color: #ffffff;
}

.technical-center-body .technical-filter-form button.btn:hover,
.technical-center-body .technical-filter-form button.btn:focus-visible,
.technical-center-body .technical-source-filter button.btn:hover,
.technical-center-body .technical-source-filter button.btn:focus-visible {
    border-color: #ee6d18;
    background: #ee6d18;
    color: #111827;
}

.technical-center-body .technical-access-summary {
    margin: 12px 0 24px;
    color: #566574;
    font-size: 0.9rem;
    line-height: 1.55;
}

.technical-center-body .technical-access-summary strong {
    color: #17202a;
}

.technical-center-body .technical-center-hero-visual {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.technical-center-body .technical-content-card-visual img,
.technical-center-body .technical-detail-visual img,
.technical-center-body .digital-library-card figure img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.technical-center-body .technical-content-card-visual img {
    height: 176px;
}

.technical-center-body .technical-detail-visual img {
    height: 442px;
}

.technical-center-body .digital-library-card figure img {
    height: 244px;
}

.technical-center-body .digital-content-private-heading .btn-secondary {
    border-color: #cbd3da;
    background: #ffffff;
    color: #17202a;
}

.technical-center-body .digital-content-private-heading .btn-secondary:hover,
.technical-center-body .digital-content-private-heading .btn-secondary:focus-visible {
    border-color: #17202a;
    background: #17202a;
    color: #ffffff;
}

.technical-center-body .technical-source-filter-professional {
    grid-template-columns: minmax(260px, 1.4fr) minmax(180px, 0.8fr) minmax(180px, 0.8fr) auto;
}

.technical-center-body .professional-library-section {
    border-top: 0;
}

.technical-center-body .professional-document-actions {
    display: flex;
    min-width: 116px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.technical-center-body .technical-pilot-guides {
    margin: 0 0 72px;
    padding: 32px;
    border: 1px solid #dfe5ea;
    border-radius: 12px;
    background: #f7f9fb;
}

.technical-center-body .technical-pilot-course {
    margin: 0 0 72px;
}

.technical-center-body .technical-pilot-course-card {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    max-width: 920px;
    margin-top: 24px;
}

.technical-center-body .technical-pilot-course-card--text {
    display: block;
    max-width: 720px;
}

.technical-center-body .technical-pilot-course-card img {
    height: 100%;
}

.technical-center-body .technical-pilot-guide-card {
    min-height: 300px;
    background: #ffffff;
}

.technical-center-body .technical-pilot-guide-card h3 {
    margin: 0;
    color: #10263d;
    font-size: 1.2rem;
    line-height: 1.25;
}

.technical-center-body .technical-pilot-guide-card footer > span {
    color: #607080;
    font-size: 0.82rem;
    font-weight: 600;
}

.technical-center-body .technical-pilot-guides-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
}

.technical-center-body .technical-pilot-guides-action p {
    max-width: 620px;
    margin: 0;
    color: #566574;
}

@media (max-width: 980px) {
    .technical-center-body .technical-source-filter-professional {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .technical-center-body .technical-detail-visual img {
        height: 352px;
    }
}

@media (max-width: 640px) {
    .technical-center-body .technical-source-filter-professional {
        grid-template-columns: 1fr;
    }

    .technical-center-body .professional-document-actions {
        min-width: 0;
    }

    .technical-center-body .technical-source-copy > p {
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .technical-center-body .technical-pilot-guides {
        margin-bottom: 48px;
        padding: 22px 16px;
    }

    .technical-center-body .technical-pilot-course {
        margin-bottom: 48px;
    }

    .technical-center-body .technical-pilot-course-card {
        grid-template-columns: 1fr;
    }

    .technical-center-body .technical-pilot-course-card img {
        height: auto;
    }

    .technical-center-body .technical-pilot-guides-action {
        align-items: stretch;
        flex-direction: column;
    }

    .technical-center-body .technical-pilot-guides-action .btn {
        width: 100%;
    }

    .technical-center-body .technical-filter-form select,
    .technical-center-body .technical-filter-form button.btn,
    .technical-center-body .technical-source-filter button.btn {
        width: 100%;
    }

    .technical-center-body .technical-content-card-visual img {
        height: 146px;
    }

    .technical-center-body .technical-detail-visual img {
        height: 290px;
    }

    .technical-center-body .digital-library-card figure img {
        height: 154px;
    }
}

.technical-center-body .technical-source-original {
    margin-top: 8px;
    color: #65717d;
    font-size: 0.78rem;
}

.technical-center-body .technical-source-original summary {
    width: fit-content;
    cursor: pointer;
    font-weight: 750;
}

.technical-center-body .technical-source-original p {
    margin: 5px 0 0;
    overflow-wrap: anywhere;
}
