/* Container styling */
#fetchlist-container {
	text-align: center;
	padding: 10px;
}
h2 {
    margin: 0 0 15px 0 !important;
}
#fetchlist-modal h3 {
    margin-top: 20px !important;
}
#fetchlist-modal .modal-content {
    overflow: auto;
    max-width: 800px;
}

.c27-content-wrapper button {
    max-width: 200px;
}
.delivery_list-template-default .container {
    background: #ffffffc7;
    padding: 15px;
    border: 1px solid #adadad;
    width: 94%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.delivery_list-template-default .c27-content-wrapper a {
    background: #25D366 !important;
    border: 1px solid #14853d !important;
    font-size: 18px !important;
    padding: 3px 8px;
    color: white !important;
    border-radius: 4px;
}

.c27-content-wrapper button {
padding: 5px;
font-size: 18px !important;
margin: 0  0 1px 15px !important;

}


.button-intro-text {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
}

/* Slogan styling */
.slogan {
    font-size: 1.3em;
    color: #333;
    margin: 25px 0 5px 0;
    font-weight: 500;
}
select#location-selector {
    border: 1px solid #a9a9a9;
}

div#claimed-lists {
    margin: 35px 0 0 0;
}
div#unclaimed-lists {
    margin: 30px 0 0 0;
}
button#fetchlist-submit {
    background: #038bdb;
    color: white;
    margin: 15px 0 10px 0;
    border: 1px solid #1c1c1c;
    border-radius: 3px;
}
a.open-registration-modal.btn.btn-primary {
    font-size: 13px !important;
}
ul {
    padding-left: 12px;
    text-align: left;
    /* font-size: 15px; */
}
p.delivery-subtitle {
    margin: 0 0 40px 0px;
    font-size: 1em;
    /* font-size: 17px; */
}
#open-fetchlist-modal {
    background-color: #3db300;
    border-radius: 5px;
    border: 1px solid #5d5d5dbf;
    padding: 5px 13px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    margin: 0 0 15px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
button.claim-button {
    background: #038bdb;
    border: 1px #5b5b5b solid;
    border-radius: 3px;
    color: white;
    margin: 0 0 6px 0;
    padding: 3px 6px;
}
.fetchlist-postit {
    background: #ffffffc7;
    padding: 20px 10px;
    border: 1px solid #adadad;
    display: inline-block;
    margin: 10px;
    width: 300px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transform: rotate(-2deg);
}
h1.slogan {
    font-size: 1.6em;
}
/* body {
    position: relative;
    z-index: 0;
    background-image: url(https://dev.hilucy.com/wp-content/uploads/2025/03/beach-package.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
} */

body {
background-color: #d0f3ff !important;
}

h3.day-marker {
    font-size: 1.2em;
    margin: 20px 0 20px 0;
    color: #797979;
}
/* When screen width is 768px or less, switch to cover */
@media (max-width: 768px) {
    body {
        background-size: contain !important;
    }
}
body::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(251 251 251 / 41%);
    z-index: 0;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 0;
}
div#c27-site-wrapper {
    background-color: transparent;
}
.hidden-item {
    display: none;
  }
/* Modal overlay */
#fetchlist-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
  

#share-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content {
    top:0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90% !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    overflow: scroll;
    padding: 20px;
}

/* Close button */
.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
}

/* Items list */
#items_container {
	list-style: none;
	padding: 0;
}
#items_container li {
	margin: 5px 0;
}

.fetchlist-postit h3 {
    margin: 0 0 15px 0;

}
footer{
    background: none !important;
}
/* SHARE MODAL OVERLAY (just like #fetchlist-modal) */
#share-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 9999; /* same high z-index */
}
