/*
Theme Name: PictureYour.Events GeneratePress Child
Template: generatepress
Version: 1.0.0
*/

/* =========================================================
   PictureYour.Events
   Custom Styles
   ========================================================= */


/* =========================================================
   SHOP — SINGLE PRODUCT LAYOUT
   ========================================================= */

.woocommerce ul.products {
    display: flex !important;
    justify-content: center;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    max-width: 520px !important;
    padding: 28px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
}

.woocommerce ul.products li.product a img {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 22px;
    border-radius: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 22px;
    font-size: 27px;
    font-weight: 700;
}

.woocommerce ul.products li.product .price del {
    font-size: 18px;
    opacity: 0.55;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    min-width: 210px;
    padding: 16px 28px;
    border-radius: 9px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}


/* =========================================================
   SHOP — SALE BADGE
   ========================================================= */

.woocommerce span.onsale {
    min-width: 64px;
    min-height: 64px;
    font-size: 16px;
    font-weight: 700;
    line-height: 64px;
}


/* =========================================================
   SHOP — VIEW CART BUTTON
   ========================================================= */

.woocommerce a.added_to_cart {
    display: inline-block;
    margin-left: 12px;
    padding: 14px 22px;
    border: 2px solid #444;
    border-radius: 9px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
}

.woocommerce a.added_to_cart:hover {
    text-decoration: none;
}


/* =========================================================
   SHOP — REMOVE GENERIC CATALOG ELEMENTS
   ========================================================= */

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    display: none !important;
}

.woocommerce-shop .woocommerce-breadcrumb,
.woocommerce-shop .page-header,
.woocommerce-shop .entry-header,
.woocommerce-shop .entry-title,
.woocommerce-products-header,
.woocommerce-products-header__title,
.post-type-archive-product .page-header,
.post-type-archive-product h1.page-title {
    display: none !important;
}

.woocommerce-shop .site-content,
.post-type-archive-product .site-content {
    padding-top: 45px;
}


/* =========================================================
   PRODUCT PAGE
   ========================================================= */

.single-product .product_meta .posted_in,
.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-tabs ul.tabs {
    display: none !important;
}

.single-product .woocommerce-Tabs-panel {
    position: relative;
    margin-top: 30px !important;
    padding-top: 24px !important;
    border: 0 !important;
}

.single-product .woocommerce-Tabs-panel::before {
    content: "";
    display: block;
    margin-bottom: 26px;
    border-top: 1px solid #d9d9d9;
}

.single-product .woocommerce-Tabs-panel h2 {
    margin-top: 0;
}


/* =========================================================
   CART PAGE
   ========================================================= */

.woocommerce-cart .wc-block-components-product-metadata {
    display: none !important;
}

.woocommerce-cart .wc-block-components-product-name {
    font-weight: 600;
}

.woocommerce-cart .ppcp-messages,
.woocommerce-cart [data-pp-message],
.woocommerce-cart .paypal-messages {
    display: none !important;
}


/* =========================================================
   MAIN NAVIGATION
   ========================================================= */

.main-navigation .main-nav ul li a {
    margin: 0 3px;
    padding: 10px 16px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}

.main-navigation .main-nav ul li a:hover {
    background: rgba(22, 119, 184, 0.10);
}

.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li.current_page_item > a {
    background: #1677b8;
    color: #fff;
}


/* =========================================================
   NAVIGATION — CART
   ========================================================= */

.main-navigation .main-nav ul li a[href*="/cart"] {
    padding-left: 14px;
    padding-right: 14px;
}

.main-navigation .main-nav ul li a[href*="/cart"]::before {
    content: "🛒";
    margin-right: 6px;
}

.main-navigation .main-nav ul li a[href*="/cart"]:hover {
    background: rgba(22, 119, 184, 0.10);
}

.main-navigation .main-nav ul li.current-menu-item > a[href*="/cart"],
.main-navigation .main-nav ul li.current_page_item > a[href*="/cart"] {
    background: #1677b8;
    color: #fff;
}


/* =========================================================
   NAVIGATION — USE CASES ANCHOR
   ========================================================= */

.main-navigation .main-nav ul li.current-menu-item > a[href*="#use-cases"],
.main-navigation .main-nav ul li.current_page_item > a[href*="#use-cases"] {
    background: transparent;
    color: inherit;
}

.main-navigation .main-nav ul li a[href*="#use-cases"]:hover {
    background: rgba(22, 119, 184, 0.10);
}


/* =========================================================
   HOMEPAGE — IMAGE GALLERY
   ========================================================= */

.pye-home-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 30px;
}

.pye-home-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 12px;
}


/* =========================================================
   HOMEPAGE — USE CASES
   ========================================================= */

.pye-use-cases {
    margin-top: 20px;
}

.pye-use-cases > h2 {
    margin-bottom: 12px;
    text-align: center;
}

.pye-use-cases > p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pye-use-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.pye-use-case-card {
    display: block;
    padding: 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.pye-use-case-card:hover {
    transform: translateY(-3px);
    border-color: #1677b8;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.10);
    text-decoration: none;
}

.pye-use-case-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1677b8;
    font-size: 22px;
    line-height: 1.25;
}

.pye-use-case-card p {
    margin-bottom: 0;
    color: #444;
    line-height: 1.55;
}

.pye-use-case-cta {
    display: inline-block;
    padding: 14px 24px;
    background: #1677b8;
    color: #fff !important;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease;
}

.pye-use-case-cta:hover {
    background: #12679f;
    color: #fff !important;
    text-decoration: none;
}


/* =========================================================
   HOMEPAGE — FAQ
   ========================================================= */

.pye-faq {
    max-width: 900px;
    margin: 55px auto 20px;
}

.pye-faq h2 {
    text-align: center;
    margin-bottom: 30px;
}

.pye-faq h3 {
    margin-top: 28px;
    margin-bottom: 8px;
    font-size: 21px;
    color: #1677b8;
}

.pye-faq p {
    margin-bottom: 0;
    line-height: 1.65;
}


/* =========================================================
   HOMEPAGE — BACK TO TOP
   ========================================================= */

.pye-back-to-top {
    margin-top: 20px;
    text-align: center;
}

.pye-back-to-top a {
    display: inline-block;
    padding: 9px 16px;
    border: 1px solid #1677b8;
    border-radius: 7px;
    color: #1677b8;
    font-weight: 600;
    text-decoration: none;
}

.pye-back-to-top a:hover {
    background: rgba(22, 119, 184, 0.08);
    text-decoration: none;
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-info {
    display: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .woocommerce ul.products li.product {
        max-width: 100% !important;
        padding: 20px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 25px;
    }

    .woocommerce ul.products li.product .price {
        font-size: 24px;
    }

    .woocommerce ul.products li.product .button {
        width: 100%;
        min-width: 0;
        margin-bottom: 10px;
    }

    .woocommerce a.added_to_cart {
        display: block;
        margin-left: 0;
        text-align: center;
    }

    .pye-home-gallery,
    .pye-use-case-grid {
        grid-template-columns: 1fr;
    }

    .pye-use-case-card {
        padding: 20px;
    }

    .pye-use-case-cta {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   HOMEPAGE — FAQ
   ========================================================= */

.pye-faq {
    max-width: 900px;
    margin: 55px auto 20px;
}

.pye-faq h2 {
    text-align: center;
    margin-bottom: 30px;
}

.pye-faq h3 {
    margin-top: 28px;
    margin-bottom: 8px;
    font-size: 21px;
    color: #1677b8;
}

.pye-faq p {
    margin-bottom: 0;
    line-height: 1.65;
}

/* =========================================================
   MOBILE — TIGHTEN HEADER SPACING
   ========================================================= */

@media (max-width: 768px) {

    .site-header .inside-header {
        padding-top: 18px !important;
        padding-bottom: 10px !important;
    }

    .site-logo,
    .site-branding {
        margin-bottom: 0 !important;
    }

    .main-navigation {
        margin-top: 0 !important;
    }

    .main-navigation .inside-navigation {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* MOBILE HEADER FINAL TUNING */
@media (max-width: 768px) {

    .site-header .inside-header {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .site-header .site-logo {
        margin-bottom: 4px !important;
        width: 100% !important;
    }

    .site-header .header-image {
        width: 100% !important;
        max-width: 520px !important;
        height: auto !important;
    }

    .inside-header > :not(:last-child):not(.main-navigation) {
        margin-bottom: 4px !important;
    }
}

/* DESKTOP — TIGHTEN HEADER SPACING */
@media (min-width: 769px) {
    .site-header .inside-header {
        padding-top: 10px !important;
        padding-bottom: 6px !important;
    }

    .main-navigation {
        margin-top: 0 !important;
    }
}

/* HOMEPAGE — SINGLE COLLAGE HERO */
.pye-home-hero {
    margin-top: 18px;
    margin-bottom: 32px;
}

.pye-home-hero img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

/* HOMEPAGE — HERO TITLE SIZE */
.home .entry-title {
    font-size: 44px;
    line-height: 1.15;
}

@media (max-width: 768px) {
    .home .entry-title {
        font-size: 34px;
        line-height: 1.15;
    }
}

/* =========================================================
   USE CASE PAGE IMAGES — ROUNDED
   ========================================================= */

.entry-content img {
    border-radius: 18px;
    overflow: hidden;
}

/* =========================================================
   PYE Digital Guestbook Product #264
   Storefront polish
   ========================================================= */

body.postid-264.single-product
.woocommerce-product-gallery {
    display: none;
}

body.postid-264.single-product
.summary.entry-summary {
    float: none;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 45px;
}

body.postid-264.single-product
.summary.entry-summary .product_title {
    margin-bottom: 14px;
}

body.postid-264.single-product
.summary.entry-summary .price {
    margin-bottom: 18px;
}

body.postid-264.single-product
.single_add_to_cart_button.button.alt {
    background: #1779ba;
    border-color: #1779ba;
    color: #fff;
    border-radius: 6px;
    padding: 13px 22px;
    font-weight: 700;
}

body.postid-264.single-product
.single_add_to_cart_button.button.alt:hover {
    background: #12669e;
    border-color: #12669e;
    color: #fff;
}

body.postid-264.single-product
.woocommerce-Tabs-panel--description > h2:first-child {
    display: none;
}

body.postid-264.single-product
.woocommerce-product-details__short-description {
    max-width: 720px;
}


/* =========================================================
   PYE Digital Guestbook #264 - top area refinement
   ========================================================= */

body.postid-264.single-product div.product {
    display: block;
}

body.postid-264.single-product div.product .summary.entry-summary {
    float: none !important;
    width: 100% !important;
    max-width: 760px;
    margin: 25px auto 55px !important;
    text-align: left;
}

body.postid-264.single-product
.onsale {
    display: none !important;
}

body.postid-264.single-product
.product_meta {
    display: none;
}

body.postid-264.single-product
.summary.entry-summary .price {
    font-size: 1.35em;
    margin: 8px 0 20px;
}

body.postid-264.single-product
.woocommerce-product-details__short-description {
    max-width: 680px;
    margin-bottom: 20px;
}

body.postid-264.single-product
form.cart {
    margin-top: 18px;
}


/* =========================================================
   PYE Digital Guestbook #264 - featured product image
   ========================================================= */

body.postid-264.single-product
.woocommerce-product-gallery {
    display: block !important;
    float: left !important;
    width: 48% !important;
    margin-bottom: 40px;
}

body.postid-264.single-product
.summary.entry-summary {
    float: right !important;
    width: 48% !important;
    max-width: none !important;
    margin: 20px 0 45px !important;
}

body.postid-264.single-product
.woocommerce-product-gallery img {
    border-radius: 8px;
}

@media (max-width: 768px) {

    body.postid-264.single-product
    .woocommerce-product-gallery,

    body.postid-264.single-product
    .summary.entry-summary {
        float: none !important;
        width: 100% !important;
    }
}


/* =========================================================
   PYE Digital Guestbook #264 - smaller featured image
   ========================================================= */

body.postid-264.single-product
.woocommerce-product-gallery {
    width: 40% !important;
    max-width: 440px !important;
}

body.postid-264.single-product
.summary.entry-summary {
    width: 56% !important;
}

body.postid-264.single-product
.woocommerce-product-gallery img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 768px) {
    body.postid-264.single-product
    .woocommerce-product-gallery,

    body.postid-264.single-product
    .summary.entry-summary {
        width: 100% !important;
        max-width: none !important;
    }
}


/* =========================================================
   PYE Digital Guestbook #264 - PayPal message placement
   ========================================================= */

body.postid-264.single-product
.summary.entry-summary {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

body.postid-264.single-product
.summary.entry-summary form.cart {
    margin-bottom: 8px !important;
}

body.postid-264.single-product
.summary.entry-summary .ppcp-messages {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
}

body.postid-264.single-product
.summary.entry-summary .ppcp-messages > * {
    max-width: 100% !important;
}


/* =========================================================
   PYE Digital Guestbook #264 - final top product grid
   ========================================================= */

body.postid-264.single-product div.product {
    display: grid !important;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    column-gap: 42px;
    align-items: start;
}

/* Product image */
body.postid-264.single-product
.woocommerce-product-gallery {
    grid-column: 1;
    float: none !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 !important;
}

/* Product information */
body.postid-264.single-product
.summary.entry-summary {
    grid-column: 2;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

/* Tighten spacing before purchase button */
body.postid-264.single-product
.summary.entry-summary form.cart {
    margin: 14px 0 8px !important;
}

/* Keep PayPal message directly under Add to cart */
body.postid-264.single-product
.summary.entry-summary .ppcp-messages {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
}

/* Everything below the main product area spans full width */
body.postid-264.single-product
.woocommerce-tabs,
body.postid-264.single-product
.related,
body.postid-264.single-product
.upsells {
    grid-column: 1 / -1;
}

/* Mobile */
@media (max-width: 768px) {

    body.postid-264.single-product div.product {
        display: block !important;
    }

    body.postid-264.single-product
    .woocommerce-product-gallery,

    body.postid-264.single-product
    .summary.entry-summary {
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 30px !important;
    }
}


/* =========================================================
   PYE Shop product explainer
   ========================================================= */

.pye-shop-explainer {
    max-width: 900px;
    margin: 0 auto 35px;
    padding: 28px 32px;
    background: #f7f9fc;
    border: 1px solid #e2e7ed;
    border-radius: 10px;
    text-align: center;
}

.pye-shop-explainer h2 {
    margin: 0 0 14px;
}

.pye-shop-explainer p {
    margin: 10px 0;
}

.pye-shop-bundle-note {
    margin-top: 18px !important;
}

.pye-shop-bundle-button {
    margin-top: 8px;
    background: #1779ba !important;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 700;
}



/* =========================================================
   PYE Photo Drop Product #61 - final storefront polish
   ========================================================= */

/* Hide sale badge and generic product metadata */
body.postid-61.single-product .onsale,
body.postid-61.single-product .product_meta {
    display: none !important;
}

/* Main two-column product layout */
body.postid-61.single-product div.product {
    display: grid !important;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    column-gap: 42px;
    align-items: start;
}

/* Product image */
body.postid-61.single-product .woocommerce-product-gallery {
    grid-column: 1;
    float: none !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 !important;
}

body.postid-61.single-product .woocommerce-product-gallery img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px;
}

/* Product information */
body.postid-61.single-product .summary.entry-summary {
    grid-column: 2;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.postid-61.single-product .summary.entry-summary .price {
    font-size: 1.35em;
    margin: 8px 0 20px;
}

body.postid-61.single-product
.woocommerce-product-details__short-description {
    max-width: 680px;
    margin-bottom: 20px;
}

/* PictureYour.Events blue Add to Cart button */
body.postid-61.single-product
.single_add_to_cart_button.button.alt {
    background: #1779ba !important;
    border-color: #1779ba !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 13px 22px;
    font-weight: 700;
}

body.postid-61.single-product
.single_add_to_cart_button.button.alt:hover {
    background: #12669e !important;
    border-color: #12669e !important;
    color: #fff !important;
}

/* Purchase area spacing */
body.postid-61.single-product
.summary.entry-summary form.cart {
    margin: 14px 0 8px !important;
}

/* Keep PayPal message directly below Add to Cart */
body.postid-61.single-product
.summary.entry-summary .ppcp-messages {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
}

/* Hide redundant WooCommerce Description heading */
body.postid-61.single-product
.woocommerce-Tabs-panel--description > h2:first-child {
    display: none;
}

/* Full-width content below main product area */
body.postid-61.single-product .woocommerce-tabs,
body.postid-61.single-product .related,
body.postid-61.single-product .upsells {
    grid-column: 1 / -1;
}

/* Mobile */
@media (max-width: 768px) {

    body.postid-61.single-product div.product {
        display: block !important;
    }

    body.postid-61.single-product .woocommerce-product-gallery,
    body.postid-61.single-product .summary.entry-summary {
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 30px !important;
    }
}


/* =========================================================
   PYE DESKTOP HEADER LOGO SIZE - 2026
   ========================================================= */

@media (min-width: 769px) {

    .site-header .inside-header {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .site-header .site-logo {
        width: 100% !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .site-header .header-image {
        display: block !important;
        width: 100% !important;
        max-width: 620px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .inside-header > :not(:last-child):not(.main-navigation) {
        margin-bottom: 0 !important;
    }
}


/* =========================================================
   PYE SHOP + CART POLISH - 2026
   ========================================================= */

/* Price already shows the discount; no extra Sale badge needed */
.woocommerce-shop span.onsale,
.post-type-archive-product span.onsale {
    display: none !important;
}

/* Shop product buttons */
.woocommerce-shop ul.products li.product a.button,
.post-type-archive-product ul.products li.product a.button {
    background: #1779ba !important;
    border-color: #1779ba !important;
    color: #fff !important;
    border-radius: 7px !important;
    padding: 12px 20px !important;
    font-weight: 700 !important;
}

.woocommerce-shop ul.products li.product a.button:hover,
.post-type-archive-product ul.products li.product a.button:hover {
    background: #12669e !important;
    border-color: #12669e !important;
    color: #fff !important;
}

/* WooCommerce block cart checkout button */
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button {
    background: #1779ba !important;
    color: #fff !important;
    border-radius: 7px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-components-button:hover {
    background: #12669e !important;
    color: #fff !important;
}


/* =========================================================
   PYE CART BUNDLE UPSELL STYLE - 2026
   ========================================================= */

.pye-cart-bundle-upsell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin: 0 0 24px;
    padding: 20px 22px;
    border: 1px solid #b9d8ec;
    border-radius: 12px;
    background: #f5f9fc;
}

.pye-cart-bundle-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pye-cart-bundle-copy strong {
    font-size: 18px;
}

.pye-cart-bundle-button {
    flex: 0 0 auto;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 7px;
    background: #1779ba;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
}

.pye-cart-bundle-button:hover {
    background: #12669e;
    color: #fff !important;
}

@media (max-width: 700px) {
    .pye-cart-bundle-upsell {
        display: block;
    }

    .pye-cart-bundle-button {
        margin-top: 14px;
    }
}

/* === PYE compact mobile language switcher === */
@media (max-width: 768px) {

    .trp-floating-switcher.trp-language-switcher {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        left: 12px !important;
        right: auto !important;
        bottom: 12px !important;
        border-radius: 10px !important;
    }

    .trp-floating-switcher .trp-language-switcher-inner {
        display: flex !important;
        width: auto !important;
    }

    .trp-floating-switcher .trp-language-item {
        width: auto !important;
        min-width: 0 !important;
        padding: 9px 10px !important;
        gap: 5px !important;
    }

    .trp-floating-switcher .trp-flag-image {
        width: 18px !important;
        height: auto !important;
        margin: 0 !important;
    }

    .trp-floating-switcher .trp-language-item-name {
        font-size: 0 !important;
        line-height: 1 !important;
    }

    .trp-floating-switcher
    .trp-language-item[title="English"]
    .trp-language-item-name::after {
        content: "EN";
        font-size: 14px !important;
        font-weight: 600;
    }

    .trp-floating-switcher
    .trp-language-item[title="Spanish"]
    .trp-language-item-name::after {
        content: "ES";
        font-size: 14px !important;
        font-weight: 600;
    }
}
/* === end PYE compact mobile language switcher === */

/* === PYE mobile service comparison === */
@media (max-width: 768px) {

    .pye-service-comparison {
        min-width: 0 !important;
        width: 100% !important;
        display: block !important;
    }

    .pye-service-comparison thead {
        display: none !important;
    }

    .pye-service-comparison tbody {
        display: block !important;
    }

    .pye-service-comparison tr {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        margin: 0 0 14px !important;
        border: 1px solid #d8d8d8 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .pye-service-comparison td {
        display: block !important;
        padding: 12px 10px !important;
        border-bottom: 0 !important;
        text-align: center !important;
        min-width: 0 !important;
    }

    .pye-service-comparison td:first-child {
        grid-column: 1 / -1 !important;
        text-align: left !important;
        background: #f5f9fc !important;
        border-bottom: 1px solid #d8d8d8 !important;
        font-weight: 700 !important;
    }

    .pye-service-comparison td:nth-child(2)::before,
    .pye-service-comparison td:nth-child(3)::before {
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 700;
        color: #1779ba;
    }

    .pye-service-comparison td:nth-child(2)::before {
        content: "Photo Drop";
    }

    .pye-service-comparison td:nth-child(3)::before {
        content: "Digital Guestbook";
    }
}
/* === end PYE mobile service comparison === */
