/* Video Guides hub page (AEO) */

.video-guides-page {
    max-width: 900px;
    margin: 32px auto 56px;
    padding: 0 22px;
    color: #1a1a1a;
    line-height: 1.6;
    text-align: left;
    background-color: #ffffff;
}

.video-guides-page h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #141414;
    text-align: left;
    margin: 0 0 0.5em;
    line-height: 1.25;
}

.video-guides-page h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #141414;
    text-align: left;
    margin: 1.7em 0 0.6em;
    padding-bottom: 0.3em;
    border-bottom: 3px solid #2f95d8;
}

.video-guides-page p {
    margin: 0 0 1em;
}

.video-guides-page a {
    color: #2f95d8;
    font-weight: 600;
}

.video-guides-page .wth-guides {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 1.4em;
}

.video-guides-page .wth-guide {
    display: block;
    border: 1px solid #d7e6f2;
    border-radius: 8px;
    padding: 14px 16px;
    background: #ffffff;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.video-guides-page .wth-guide:hover {
    background: #f4f9fd;
    border-color: #2f95d8;
}

.video-guides-page .wth-guide-t {
    display: block;
    color: #2f95d8;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 2px;
}

.video-guides-page .wth-guide-d {
    display: block;
    color: #333333;
    font-weight: 400;
    font-size: 0.95rem;
}
