.oev-hub {
    width: 100%;
    font-family: inherit;
}

.oev-hub__section-title {
    margin: 0 0 22px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.1;
    font-weight: 700;
}

.oev-hub__box {
    display: grid;
    grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
    gap: 26px;
    padding: 34px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 18px;
}

.oev-hub__main-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    aspect-ratio: 16 / 10;
    background: #f3f3f3;
}

.oev-hub__main-image,
.oev-hub__secondary-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oev-hub__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-block;
    padding: 7px 13px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.oev-hub__main-title {
    margin: 20px 0 11px;
    font-size: clamp(23px, 1.7vw, 25px);
    line-height: 1.22;
    font-weight: 700;
}

.oev-hub__main-title a,
.oev-hub__secondary-title a {
    color: inherit;
    text-decoration: none;
}

.oev-hub__main-title a:hover,
.oev-hub__secondary-title a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.oev-hub__main-excerpt {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.58;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.oev-hub__main-meta,
.oev-hub__secondary-meta {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.oev-hub__secondary-list {
    display: flex;
    flex-direction: column;
}

.oev-hub__secondary {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 0 0 22px;
    margin: 0 0 22px;
    border-bottom: 1px solid #e4e4e4;
}

.oev-hub__secondary:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.oev-hub__secondary-image-link {
    display: block;
    overflow: hidden;
    border-radius: 11px;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
}

.oev-hub__secondary-title {
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 700;
}

.oev-hub__placeholder {
    width: 100%;
    height: 100%;
    min-height: 100px;
    background: #f2f2f2;
}

.oev-hub__empty {
    padding: 18px;
    border: 1px dashed #bbb;
    border-radius: 8px;
    background: #fafafa;
}

@media (max-width: 900px) {
    .oev-hub__box {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px;
    }

    .oev-hub__main-title {
        font-size: 25px;
    }

    .oev-hub__secondary {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 20px;
    }

    .oev-hub__secondary-title {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .oev-hub__section-title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .oev-hub__box {
        gap: 26px;
        padding: 18px;
        border-radius: 14px;
    }

    .oev-hub__main-title {
        font-size: 24px;
    }

    .oev-hub__main-excerpt {
        font-size: 16px;
        -webkit-line-clamp: 4;
    }

    .oev-hub__secondary {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 14px;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .oev-hub__secondary-title {
        font-size: 16px;
        line-height: 1.28;
    }

    .oev-hub__secondary-meta {
        font-size: 13px;
    }
}
