.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#5C5C5C;--e-global-color-text:#7A7A7A;--e-global-color-accent:#DE9930;--e-global-typography-primary-font-family:"Cormorant Infant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Serif";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Serif";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Serif";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Layout: stack rows nicely ===== */
.elementor-lightbox .elementor-slideshow__share-links {
    display: flex;
    flex-direction: column;
    gap: 4px;          /* distance between rows */
    margin: 0;
}

.elementor-lightbox .elementor-slideshow__share-links a {
    display: flex;
    align-items: center;
    font-size: 13px;
}

/* default spacing between icon and text (for Pin it + Download) */
.elementor-lightbox .elementor-slideshow__share-links svg {
    margin-right: 8px;
}

/* ===== Twitter → X ===== */
.elementor-lightbox .elementor-slideshow__share-links a[href*="twitter.com"] {
    font-size: 0;              /* hide original "Share on Twitter" text */
    white-space: nowrap;
}

/* hide default Twitter icon */
.elementor-lightbox .elementor-slideshow__share-links a[href*="twitter.com"] svg {
    display: none;
}

/* new X icon */
.elementor-lightbox .elementor-slideshow__share-links a[href*="twitter.com"]::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url('https://rebeccahodgesart.com/wp-content/uploads/2025/11/icons8-x.svg')
        no-repeat center / contain;
}

/* new label */
.elementor-lightbox .elementor-slideshow__share-links a[href*="twitter.com"]::after {
    content: "Share on X (Twitter)";
    font-size: 13px;
    line-height: 1;
}

/* ===== Facebook icon replace ===== */
.elementor-lightbox .elementor-slideshow__share-links a[href*="facebook.com"] {
    font-size: 0;              /* hide original "Share on Facebook" text */
    white-space: nowrap;
}

/* hide default Facebook icon */
.elementor-lightbox .elementor-slideshow__share-links a[href*="facebook.com"] svg {
    display: none;
}

/* new Facebook icon */
.elementor-lightbox .elementor-slideshow__share-links a[href*="facebook.com"]::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url('https://rebeccahodgesart.com/wp-content/uploads/2025/11/icons8-facebook.svg')
        no-repeat center / contain;
}

/* label */
.elementor-lightbox .elementor-slideshow__share-links a[href*="facebook.com"]::after {
    content: "Share on Facebook";
    font-size: 13px;
    line-height: 2.5;
}/* End custom CSS */