.model-featured-videos {
    background: #1a1a1a;
    padding: 18px;
    border-radius: 12px;
    gap: 10px;
    display: flex;
    align-items: stretch; /* makes children full height */
    justify-content: space-between;
}

.model-featured-videos-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.model-featured-videos-content {
    flex: 1;
}

.model-videos-viewall-btn {
    display: flex;
    width: 60px;
    min-height: 60px;
    background: #C10050;

    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    font-weight: bold;

    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
}

.model-videos-viewall-btn img {
    width: 24px;
    min-height: 60px;
    filter: brightness(0) invert(1);
}

.model-videos-viewall-btn:hover {
    background: #97003f;
}