.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 {
    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 {
    border-color: #ee6d18;
    background: #ee6d18;
    color: #111827;
}

.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;
}

@media (max-width: 980px) {
    .technical-center-body .technical-detail-visual img {
        height: 352px;
    }
}

@media (max-width: 640px) {
    .technical-center-body .technical-filter-form select,
    .technical-center-body .technical-filter-form 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;
    }
}
