.profile-card-heading {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

article.how-to-videos {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    text-align: left;
}

.how-to-videos-carousel {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    margin-right: -20px;
    padding-right: 20px;
}

.how-to-videos-carousel .how-to-video {
    flex: 0 0 85%;
    scroll-snap-align: start;
    min-width: 0;
}

.how-to-videos .how-to-video h4 {
    margin: 8px 0 0;
    font-size: 0.9rem;
}

.how-to-video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
}

.how-to-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (min-width: 769px) {
    .how-to-videos-carousel .how-to-video {
        flex: 0 0 calc((100% - 48px) / 3.5);
    }

    .how-to-videos .how-to-video h4 {
        font-size: 0.9rem;
        line-height: 1.3;
        min-height: 2.6em;
    }
}
