/* east8.net branch-specific style overrides */

/* Photo background: ensure text remains legible over the Unsplash image */
body[data-bg-type="image"] .container {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body[data-bg-type="image"] {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
