.spm-public-page {
    width: min(1180px, 94%);
    margin: 32px auto 60px;
    font-family: inherit;
}

.spm-public-hero {
    padding: 32px;
    margin-bottom: 28px;
    border: 1px solid #e3e7ee;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.spm-public-hero h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: clamp(2rem, 5vw, 3.3rem);
    line-height: 1.1;
}

.spm-public-hero p {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.7;
}

.spm-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

.spm-media-card {
    overflow: hidden;
    border: 1px solid #e3e7ee;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.spm-media-card img,
.spm-media-card video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    background: #0f172a;
}

.spm-empty {
    padding: 26px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
}
/* =========================================================
   ULCR SLIDESHOW TITLE & DESCRIPTION
   Applies to EVERY picture and video
   ========================================================= */

/* TITLE */
.ulcr-text-panel h2 {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

/* DESCRIPTION */
.ulcr-text-panel p {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}