/* ========================================
   Custom Styles Generated by Prism Editor
   Generated: 2026-01-03 18:28:25
   ======================================== */

/* Force section to expand - override shrink-to-fit behavior */
.prism-section {
    width: 100% !important;
}

/* Public Site Section Cards - Responsive width */
.prism-public-card {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #4b5563;
    border-radius: 10px;
    padding: 1.5rem;
    color: black;
    width: 100% !important;         /* Fill available space */
    max-width: 80rem !important;    /* Cap at 1280px on large screens */
    margin-left: auto !important;   /* mx-auto for horizontal centering */
    margin-right: auto !important;  /* mx-auto for horizontal centering */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Public Card without padding - for seamless content areas */
.prism-public-card-no-padding {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #4b5563;
    border-radius: 10px;
    padding: 0;
    color: black;
    width: 100% !important;         /* Fill available space */
    max-width: 80rem !important;    /* Cap at 1280px on large screens */
    margin-left: auto !important;   /* mx-auto for horizontal centering */
    margin-right: auto !important;  /* mx-auto for horizontal centering */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Portal Section Cards */
.prism-portal-card {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #4b5563;
    border-radius: 10px;
    padding: 1rem;
    color: black;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Portal Card without padding - for seamless content areas */
.prism-portal-card-no-padding {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #4b5563;
    border-radius: 10px;
    padding: 0;
    color: black;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Body Background Styling */
.prism-body {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('./images/background/crane_flat_meadow.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
    color: white;
    font-size: 1.125rem;
}

/* Logo Styles */
.prism-logo-image, .prism-logo-container {
    width: 88px !important;
    height: 88px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

/* Header/Footer Styles */
.prism-header, .prism-footer {
    background-color: rgba(128, 128, 128, 0.09);
    color: #bfdbfe;
    border: 1px solid #d1d5db;
}
.prism-header-title {
    color: #bfdbfe !important;
}
