/* RV_SEARCH_RICH_SERP_MODULES_V1_20260512 */

.rv-rich-serp-stack {
    width: min(100%, 760px);
    margin: 28px 0;
    font-family: inherit;
}

.rv-rich-module {
    margin: 30px 0;
    background: transparent;
    color: #202124;
}

.rv-rich-module h2 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #202124;
}

.rv-paa-list {
    border-top: 1px solid #dadce0;
}

.rv-paa-item {
    border-bottom: 1px solid #dadce0;
}

.rv-paa-button {
    width: 100%;
    appearance: none;
    border: 0;
    background: transparent;
    color: #202124;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0;
    text-align: left;
    cursor: pointer;
    font: inherit;
    font-size: 19px;
    line-height: 1.35;
}

.rv-paa-chevron {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #f1f3f4;
    color: #70757a;
    font-size: 22px;
    transition: transform .18s ease;
}

.rv-paa-item.is-open .rv-paa-chevron {
    transform: rotate(180deg);
}

.rv-paa-answer {
    display: none;
    padding: 0 56px 18px 0;
    color: #4d5156;
    font-size: 15px;
    line-height: 1.55;
}

.rv-paa-item.is-open .rv-paa-answer {
    display: block;
}

.rv-paa-answer a {
    color: #1a0dab;
    text-decoration: none;
}

.rv-rich-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rv-rich-card {
    background: #f1f3f4;
    border-radius: 22px;
    overflow: hidden;
    min-height: 180px;
    color: #202124;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.rv-rich-card:hover {
    text-decoration: none;
}

.rv-rich-thumb {
    height: 150px;
    background: linear-gradient(135deg, #e8eaed, #f8fafd);
    overflow: hidden;
}

.rv-rich-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rv-rich-card-body {
    padding: 14px 16px 16px;
}

.rv-rich-title {
    color: #1a0dab;
    font-size: 18px;
    line-height: 1.28;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rv-rich-meta {
    color: #5f6368;
    font-size: 14px;
    line-height: 1.35;
}

.rv-rich-forum-list {
    border-top: 1px solid #dadce0;
}

.rv-rich-forum-row {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #dadce0;
    text-decoration: none;
}

.rv-rich-forum-title {
    color: #1a0dab;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.rv-rich-forum-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5f6368;
    font-size: 15px;
}

.rv-rich-more {
    margin: 18px auto 0;
    width: min(420px, 90%);
    min-height: 46px;
    border-radius: 999px;
    background: #f1f3f4;
    color: #202124;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-size: 17px;
}

.rv-rich-more:hover {
    background: #e8eaed;
    text-decoration: none;
}

@media (max-width: 760px) {
    .rv-rich-serp-stack {
        width: 100%;
    }

    .rv-rich-module h2 {
        font-size: 25px;
    }

    .rv-rich-card-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }

    .rv-rich-card {
        min-width: 245px;
        scroll-snap-align: start;
    }

    .rv-paa-button {
        font-size: 17px;
    }
}

/* RV_SEARCH_RICH_SERP_MODULES_API_BACKED_V1_20260512 */
.rv-rich-subtitle {
    color: #5f6368;
    font-size: 17px;
    margin: -8px 0 18px;
}

.rv-rich-forum-snippet {
    margin-top: 10px;
    color: #4d5156;
    font-size: 16px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rv-rich-local-list {
    border-top: 1px solid #dadce0;
}

.rv-rich-local-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #dadce0;
    text-decoration: none;
    color: #202124;
}

.rv-rich-local-title {
    color: #1a0dab;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 6px;
}

.rv-rich-local-rating {
    color: #4d5156;
    font-size: 16px;
    margin-bottom: 6px;
}

.rv-rich-local-meta {
    color: #5f6368;
    font-size: 15px;
    line-height: 1.45;
}

.rv-rich-local-thumb {
    width: 132px;
    height: 92px;
    border-radius: 14px;
    overflow: hidden;
    background: #f1f3f4;
    flex: 0 0 auto;
}

.rv-rich-local-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* RV_SEARCH_RICH_MODULES_VISUAL_V3_20260512 */
.rv-rich-serp-stack {
    margin-top: 26px !important;
    margin-bottom: 34px !important;
}

.rv-rich-module {
    position: relative;
    margin: 34px 0 !important;
}

.rv-rich-module h2 {
    font-size: 28px !important;
    font-weight: 400 !important;
    letter-spacing: -0.025em !important;
    color: #202124 !important;
    margin-bottom: 16px !important;
}

.rv-paa-list {
    border-top: 1px solid #dadce0 !important;
}

.rv-paa-button {
    min-height: 58px !important;
    padding: 16px 0 !important;
    font-size: 18px !important;
    color: #202124 !important;
}

.rv-paa-button:hover span:first-child {
    text-decoration: underline;
}

.rv-paa-chevron {
    background: transparent !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 24px !important;
    color: #5f6368 !important;
}

.rv-paa-answer {
    padding: 0 42px 18px 0 !important;
    font-size: 15.5px !important;
    color: #4d5156 !important;
}

.rv-rich-card-grid {
    gap: 14px !important;
}

.rv-rich-card {
    border-radius: 18px !important;
    background: #f1f3f4 !important;
    box-shadow: none !important;
    border: 0 !important;
    overflow: hidden !important;
}

.rv-rich-card:hover .rv-rich-title {
    text-decoration: underline;
}

.rv-rich-thumb {
    height: 138px !important;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.75), transparent 38%),
        linear-gradient(135deg, #eef1f4, #dfe4ea) !important;
    position: relative;
}

.rv-rich-thumb:empty::after,
.rv-rich-thumb:not(:has(img))::after {
    content: "Roovet";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #9aa0a6;
}

.rv-rich-card-body {
    padding: 13px 14px 15px !important;
}

.rv-rich-title {
    color: #202124 !important;
    font-size: 16px !important;
    line-height: 1.32 !important;
    margin-bottom: 10px !important;
}

.rv-rich-meta {
    color: #5f6368 !important;
    font-size: 13px !important;
}

.rv-rich-forum-list,
.rv-rich-local-list {
    border-top: 1px solid #dadce0 !important;
}

.rv-rich-forum-row {
    padding: 17px 0 !important;
}

.rv-rich-forum-title {
    color: #1a0dab !important;
    font-size: 19px !important;
    line-height: 1.35 !important;
    margin-bottom: 6px !important;
}

.rv-rich-forum-meta,
.rv-rich-forum-snippet {
    font-size: 14.5px !important;
}

.rv-rich-local-row {
    padding: 18px 0 !important;
    gap: 18px !important;
}

.rv-rich-local-title {
    color: #202124 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.rv-rich-local-title:hover {
    text-decoration: underline;
}

.rv-rich-local-rating {
    color: #3c4043 !important;
    font-size: 14.5px !important;
}

.rv-rich-local-meta {
    color: #5f6368 !important;
    font-size: 14.5px !important;
}

.rv-rich-local-thumb {
    width: 120px !important;
    height: 88px !important;
    border-radius: 12px !important;
}

.rv-rich-more {
    height: 44px !important;
    min-height: 44px !important;
    margin-top: 18px !important;
    background: #f1f3f4 !important;
    color: #202124 !important;
    font-size: 15.5px !important;
    font-weight: 500 !important;
}

.rv-rich-more span {
    font-size: 22px;
    line-height: 1;
}

.rv-rich-more:hover {
    background: #e8eaed !important;
}

/* Keep modules in the left organic column and away from the KP rail. */
.rv-main .rv-rich-serp-stack,
.rv-results-main .rv-rich-serp-stack,
.rv-serp-main .rv-rich-serp-stack {
    max-width: 760px !important;
}

/* Page 2 should not show rich modules. */
body.rv-search-page2-cleanup .rv-rich-serp-stack {
    display: none !important;
}

@media (max-width: 760px) {
    .rv-rich-module h2 {
        font-size: 24px !important;
    }

    .rv-rich-card-grid {
        display: flex !important;
        gap: 12px !important;
        overflow-x: auto !important;
        padding-bottom: 10px !important;
    }

    .rv-rich-card {
        min-width: 232px !important;
    }

    .rv-rich-local-row {
        align-items: stretch !important;
    }

    .rv-rich-local-thumb {
        width: 92px !important;
        height: 78px !important;
    }
}

/* RV_SEARCH_PAA_REAL_ANSWERS_V2_20260512 */
.rv-paa-source {
    margin-top: 10px;
    color: #70757a;
    font-size: 13px;
    line-height: 1.35;
}

/* RV_SEARCH_SHORT_VIDEO_CARDS_V1_20260512 */
.rv-rich-videos .rv-rich-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.rv-rich-video-card {
    border-radius: 16px !important;
    background: #f1f3f4 !important;
    min-height: 225px !important;
}

.rv-rich-video-card .rv-rich-thumb {
    height: 150px !important;
    position: relative !important;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.85), transparent 35%),
        linear-gradient(135deg, #222, #70757a) !important;
}

.rv-rich-video-card .rv-rich-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.45));
    pointer-events: none;
    z-index: 1;
}

.rv-rich-video-card .rv-rich-thumb img {
    position: relative;
    z-index: 0;
}

.rv-rich-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(0,0,0,.72);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 18px;
    line-height: 1;
    padding-left: 3px;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
    z-index: 2;
}

.rv-rich-video-source {
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    border-radius: 999px;
    background: rgba(0,0,0,.68);
    color: #fff;
    font-size: 11.5px;
    line-height: 1;
    padding: 6px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

.rv-rich-video-card .rv-rich-card-body {
    padding: 11px 12px 13px !important;
}

.rv-rich-video-card .rv-rich-title {
    color: #202124 !important;
    font-size: 14.5px !important;
    line-height: 1.28 !important;
    -webkit-line-clamp: 3 !important;
}

.rv-rich-video-card .rv-rich-meta {
    font-size: 12.5px !important;
}

.rv-rich-video-card:hover .rv-rich-play-button {
    transform: translate(-50%, -50%) scale(1.06);
}

@media (max-width: 760px) {
    .rv-rich-videos .rv-rich-card-grid {
        display: flex !important;
        overflow-x: auto !important;
    }

    .rv-rich-video-card {
        min-width: 218px !important;
    }
}

/* RV_SEARCH_SHORT_VIDEO_CARDS_V2_20260512 */
.rv-rich-discovery-card {
    outline: 1px solid rgba(218, 220, 224, .92) !important;
    background: #fff !important;
}

.rv-rich-discovery-card .rv-rich-thumb {
    background:
        radial-gradient(circle at 28% 22%, rgba(255,255,255,.65), transparent 36%),
        linear-gradient(135deg, #202124, #5f6368 56%, #d93025) !important;
}

.rv-rich-discovery-card .rv-rich-video-source {
    background: rgba(255,255,255,.92) !important;
    color: #202124 !important;
}

.rv-rich-discovery-card .rv-rich-play-button {
    background: rgba(255,255,255,.88) !important;
    color: #d93025 !important;
}

.rv-rich-discovery-card .rv-rich-title {
    color: #1a0dab !important;
}

/* RV_SEARCH_SOCIAL_CARDS_V1_20260512 */
.rv-rich-social .rv-rich-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.rv-rich-social-card {
    border-radius: 18px !important;
    background: #fff !important;
    border: 1px solid #dadce0 !important;
    min-height: 245px !important;
    box-shadow: none !important;
}

.rv-rich-social-card .rv-rich-thumb {
    height: 138px !important;
    position: relative !important;
    background:
        radial-gradient(circle at 24% 18%, rgba(255,255,255,.9), transparent 36%),
        linear-gradient(135deg, #f8fafd, #e8eaed) !important;
}

.rv-rich-social-card .rv-rich-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(0,0,0,.10));
    pointer-events: none;
}

.rv-rich-social-source {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    max-width: calc(100% - 20px);
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #3c4043;
    border: 1px solid rgba(218,220,224,.9);
    font-size: 11.5px;
    line-height: 1;
    padding: 6px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rv-rich-social-card .rv-rich-card-body {
    padding: 13px 14px 15px !important;
}

.rv-rich-social-card .rv-rich-title {
    color: #202124 !important;
    font-size: 15.5px !important;
    line-height: 1.34 !important;
    -webkit-line-clamp: 4 !important;
}

.rv-rich-social-card .rv-rich-meta {
    color: #70757a !important;
    font-size: 12.5px !important;
}

.rv-rich-social-card:hover {
    background: #f8fafd !important;
}

.rv-rich-social-card:hover .rv-rich-title {
    text-decoration: underline;
}

.rv-rich-social-card.rv-rich-discovery-card {
    background: #f8fafd !important;
}

@media (max-width: 760px) {
    .rv-rich-social .rv-rich-card-grid {
        display: flex !important;
        overflow-x: auto !important;
    }

    .rv-rich-social-card {
        min-width: 245px !important;
    }
}

/* RV_SEARCH_DISCUSSIONS_FORUMS_V1_20260512 */
.rv-rich-forums-v1 .rv-rich-forum-list {
    border-top: 1px solid #dadce0 !important;
}

.rv-rich-forums-v1 .rv-rich-forum-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid #dadce0 !important;
    color: #202124 !important;
    text-decoration: none !important;
}

.rv-rich-forums-v1 .rv-rich-forum-row:hover .rv-rich-forum-title {
    text-decoration: underline;
}

.rv-rich-forum-avatar {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    background: #f1f3f4;
    color: #5f6368;
    font-weight: 700;
    font-size: 15px;
    margin-top: 2px;
}

.rv-rich-forum-content {
    min-width: 0;
    flex: 1 1 auto;
}

.rv-rich-forums-v1 .rv-rich-forum-title {
    color: #1a0dab !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    margin: 0 0 6px !important;
}

.rv-rich-forums-v1 .rv-rich-forum-snippet {
    color: #4d5156 !important;
    font-size: 14.5px !important;
    line-height: 1.45 !important;
    margin: 0 0 8px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rv-rich-forums-v1 .rv-rich-forum-meta {
    color: #70757a !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.rv-rich-forum-source {
    color: #3c4043;
    font-weight: 500;
}

.rv-rich-forum-discovery .rv-rich-forum-avatar {
    background: #fff4f2;
    color: #d93025;
}

.rv-rich-forum-discovery .rv-rich-forum-title {
    color: #202124 !important;
}

.rv-rich-forum-discovery {
    background: linear-gradient(90deg, rgba(248,250,253,.8), rgba(255,255,255,0)) !important;
}

@media (max-width: 760px) {
    .rv-rich-forums-v1 .rv-rich-forum-row {
        gap: 12px !important;
    }

    .rv-rich-forum-avatar {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .rv-rich-forums-v1 .rv-rich-forum-title {
        font-size: 16.5px !important;
    }
}

/* RV_SEARCH_PLACES_CARDS_V1_20260512 */
.rv-rich-places-v1 {
    margin-top: 32px !important;
}

.rv-rich-places-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.rv-rich-places-head h2 {
    margin-bottom: 0 !important;
}

.rv-rich-places-map-link {
    flex: 0 0 auto;
    color: #1a0dab;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
}

.rv-rich-places-map-link:hover {
    text-decoration: underline;
}

.rv-rich-places-v1 .rv-rich-local-list {
    display: grid;
    gap: 12px;
    border-top: 0 !important;
}

.rv-place-card {
    border: 1px solid #dadce0;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: none;
}

.rv-place-main {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    color: #202124;
    text-decoration: none;
}

.rv-place-main:hover .rv-place-title {
    text-decoration: underline;
}

.rv-place-media {
    width: 116px;
    height: 92px;
    border-radius: 14px;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 20%, rgba(255,255,255,.8), transparent 38%),
        linear-gradient(135deg, #f1f3f4, #dfe4ea);
    display: grid;
    place-items: center;
    color: #d93025;
    font-size: 30px;
    font-weight: 800;
}

.rv-place-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rv-place-body {
    min-width: 0;
}

.rv-place-title {
    color: #202124;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    margin: 2px 0 8px;
}

.rv-place-subline {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    color: #5f6368;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.rv-place-rating {
    color: #3c4043;
    font-weight: 500;
}

.rv-place-meta {
    color: #5f6368;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 3px;
}

.rv-place-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 14px 14px 144px;
}

.rv-place-actions a {
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f1f3f4;
    color: #202124;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
}

.rv-place-actions a:hover {
    background: #e8eaed;
}

@media (max-width: 760px) {
    .rv-place-main {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .rv-place-media {
        width: 88px;
        height: 78px;
        border-radius: 12px;
        font-size: 24px;
    }

    .rv-place-title {
        font-size: 17px;
    }

    .rv-place-actions {
        padding: 0 12px 12px;
    }

    .rv-place-actions a {
        flex: 1 1 auto;
    }
}

/* RV_SEARCH_PLACES_DATA_V2_20260512 */
.rv-place-category {
    color: #3c4043;
    font-size: 14px;
    line-height: 1.35;
    margin: -2px 0 7px;
    font-weight: 500;
}

.rv-place-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
}

.rv-place-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: #f1f3f4;
    color: #3c4043;
    font-size: 12px;
    font-weight: 600;
}

.rv-place-trust {
    margin-top: 8px;
    color: #188038;
    font-size: 13px;
    font-weight: 500;
}
