/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.ep-wishlist-sort-date-svg-arrows {
    display: inline-block;
}

.ep-wishlist-sort-date-svg-arrows svg {
    height: 12px;
    width: 12px;
    vertical-align: middle;
}

/* Wishlist suggestions modal */
.ep-wishlist-suggestions-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.ep-wishlist-suggestions-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.ep-wishlist-suggestions-inner {
    position: relative;
    max-width: 960px;
    width: 90%;
    max-height: 80vh;
    margin: 5vh auto;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    overflow-y: auto;
}

.ep-wishlist-suggestions-body .ep-event-card {
    min-width: 0;
}

/* Wishlist recommendations grid */
.ep-wishlist-recommendations-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ep-wishlist-recommendations {
    row-gap: 1.5rem;
}

.ep-wishlist-recommendations .ep-event-card {
    min-width: 0;
}

@media (max-width: 767px) {
    .ep-wishlist-recommendations .ep-event-card {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ep-wishlist-recommendations .ep-event-card {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .ep-wishlist-recommendations .ep-event-card {
        width: 25%;
    }
}

/* Performer follow button */
.ep-performer-follow-btn {
	/* position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2; */
	padding: 4px 12px;
	font-size: 11px;
	line-height: 1.3;
	border-radius: 999px;
	/* background: linear-gradient(135deg, #d4d6db, #7a8391);
	color: #ffffff; */
	border: 1px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(15, 23, 42, 0.35);
	letter-spacing: 0.03em;
	text-transform: uppercase;
    font-weight: 900 !important;
}

/* Slightly adjust positioning on single performer view */
/* .ep-performer-img-section .ep-performer-follow-btn {
	top: 60px;
	right: -180px;
	z-index: 10;
} */

.ep-performer-follow-btn:hover,
.ep-performer-follow-btn:focus {
	background: linear-gradient(135deg, #0f172a, #111827);
	color: #ffffff;
	box-shadow: 0 3px 6px rgba(15, 23, 42, 0.45);
}

/* Front-end toggle switch styling (wishlist digest) */
.ep-toggle-btn {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 22px;
	vertical-align: middle;
}

.ep-toggle-btn input {
	opacity: 0;
	width: 0;
	height: 0;
}

.ep-toogle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d1d5db;
	transition: 0.2s;
	border-radius: 999px;
}

.ep-toogle-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	background-color: #ffffff;
	transition: 0.2s;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ep-toggle-btn input:checked + .ep-toogle-slider {
	background-color: #2563eb;
}

.ep-toggle-btn input:checked + .ep-toogle-slider:before {
	transform: translateX(22px);
}

.ep-toggle-btn-sm {
	transform: scale(0.95);
	transform-origin: left center;
}

.ep-wishlist-reminder-icon {
	display: inline-block;
	vertical-align: middle;
}

/* Digest info banner */
.ep-wishlist-digest-banner {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-left: 4px solid #2563eb;
	padding: 10px 12px;
	border-radius: 6px;
	color: #1f2937;
	line-height: 1.4;
}

.ep-wc-push-status {
	margin-top: 4px;
	color: #374151;
}

.ep-wc-push-status-error {
	color: #b91c1c;
}

.ep-login-form .ep-event-avatar {
    color: #fff;
    margin: 0 auto 30px;
    text-align: center;
    width: 100px;
    height: 100px;
    z-index: 9;
    padding: 15px;
}

.ep-login-form .ep-event-avatar i {
    font-size: 62px;
}

.ep-calendar-exp-dropdown-content {
	min-width: 120px;
    left: -50px;
}

.ep-event-ical-action li a {
	padding-bottom: 12px;
    display: inline-block;
    font-size: 12px;
    color: rgba(var(--ep-dark-color), 1);
}

.ep-event-ical-action .ep-event-social-icon {
	padding: 0px 8px;
    text-align: left;
}

/* Wishlist signup/login modal */
.ep-wc-wishlist-modal {
	overflow-y: auto;
	padding: 24px 12px;
}

.ep-wc-wishlist-modal-inner {
	max-height: 90vh;
	overflow-y: auto;
}

.ep-event-card-img {
    background-color: rgba(var(--themeColor), 0.2);
}
