/*
 * Public art show gallery: stack the missing-image placeholder and admin
 * add-image link. New object key so CloudFront cannot keep a stale copy.
 */

body#artshow-public-page .artshow-gallery-media {
    position: relative;
}

body#artshow-public-page .artshow-gallery-media-link {
    display: block;
    width: 100%;
    height: 100%;
}

body#artshow-public-page .artshow-card-body a.artshow-gallery-missing {
    flex-direction: column;
    gap: 0.65rem;
    color: #f1f1f1;
    font-weight: 400;
    text-decoration: none;
}

body#artshow-public-page .artshow-gallery-add-image {
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    transform: translateX(-50%);
    color: #f2c94c;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: underline;
    white-space: nowrap;
}

body#artshow-public-page .artshow-gallery-admin-icon {
    flex-shrink: 0;
}
