form#bta-signup-form .form-step .form-check {
    margin-bottom: 10px;
    margin-top: 13px;
    color: #fff;
}

/* Step 2: membership type selection prompt */
.role-select-prompt {
    color: #f5b25e;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 14px;
    margin-top: 4px;
}

/* Step 2: user-role option rows – clickable, hover, selected */
.user-role-option {
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: border-color 0.15s, background-color 0.15s;
}
.user-role-option:hover {
    border-color: #f5b25e;
    background-color: rgba(245, 178, 94, 0.1);
}
.user-role-option:has(input[type="radio"]:checked) {
    border-color: #f5b25e;
    background-color: rgba(245, 178, 94, 0.18);
}
.user-role-option .form-check-label {
    cursor: pointer;
}
.user-role-option .form-check-input {
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 3px;
}
.brand-card .card,.blog-card .card {
    background: #f8f3e8;
}
form#bta-signup-form .form-check label, form#bta-signup-form .form-step label {
    color: #fff;
}
form#bta-signup-form .form-step input[type="text"], form#bta-signup-form .form-step input[type="email"],form#bta-signup-form .form-step input[type="date"]{
    background: transparent;
    color: #fff;
    height: 50px;
    margin: 12px 0px;
    border-radius: 40px;
}
form#bta-signup-form .form-step input::placeholder {
    color: #fff;
}
/* form css */

.membership-frm-sec .progress {
  height: 10px;
  border-radius: 100px;
}
.membership-frm-sec .form-step {
  margin-top: 60px;
}
.membership-frm-sec .form-step h3 {
  max-width: 700px;
}
.membership-frm-sec .form-step button.btn.btn-primary.next-step:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.membership-frm-sec .form-step h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.membership-frm-sec button.prev-step,
.membership-frm-sec button.next-step {
  padding: 15px 45px;
}
.membership-frm-sec .form-check-input {
  height: 15px;
  width: 15px;
  margin-top: 5px;
}
.membership-frm-sec form#bta-signup-form .form-step input[type="tel"]
{
	height:50px;
	margin:10px 0;
	color: #fff;
}
.membership-frm-sec form#bta-signup-form .form-step input[type="text"],
.membership-frm-sec form#bta-signup-form .form-step input[type="email"],
.membership-frm-sec form#bta-signup-form .form-step input[type="date"],
.membership-frm-sec form#bta-signup-form .form-step input[type="tel"] {
  border-radius: 7px;
  font-size: 14px;
  background-color: #ffffff1f;
}
.membership-frm-sec .form-step select {
  margin-top: 13px;
}
.membership-frm-sec button.submitbtn {
  margin-top: 30px;
}
.membership-frm-sec .form-step p {
  max-width: 100%;
}
div#ajaxsearchliteres1 {
  border-radius: 15px;
}

div[id*="ajaxsearchliteres"].wpdreams_asl_results .results img.asl_image {
  border-radius: 12px;
}

div.asl_r .results a span.overlap {
  position: unset;
}
div.asl_r .results .item .asl_content:hover a,
div.asl_r .results .item .asl_content h3 a:hover,
div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  color: #f5b25e  !important;
}
div.asl_r .results .item .asl_content a {
  text-transform: capitalize;
}
div[id*="ajaxsearchliteres"].wpdreams_asl_results .results img.asl_image {
  width: 90px  !important;
  height: 90px  !important;
  object-fit: cover  !important;
}
div.asl_r .resdrg .asl_r_blog {
  padding-bottom: 10px  !important;
  margin-bottom: 10px  !important;
}
div.asl_r .results .item .asl_content .asl_desc {
  width: calc(100% - 98px)  !important;
  margin-left: auto  !important;
}

.blg-img {
  border-radius: 15px;
  overflow: hidden;
}
.blg-crd h6 {
  text-transform: capitalize;
}
.blg-crd {
  display: flex;
  flex-direction: column;
}
ul.cate-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    background-color: transparent !important;
    border: 1px solid #0000004d  !important;
}
.blg-txt {
    font-size: 16px;
}

.pagination {
  justify-content: center;
}
.page-numbers {
  border: 1px solid #000;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination {
  justify-content: center;
}
.pagination p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
 .page-numbers.current,
 a.next.page-numbers,
a.prev.page-numbers {
  background-color: #f5b25e;
  color: #fff;
} .page-numbers:hover {
  background-color: #f5b25e;
  color: #fff;
}
.pagination-wrap {
    display: flex;
    justify-content: center;
}
.page-numbers {
    gap: 12px;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    font-weight: bold !important;
}
.log-profie {
    position: relative;
}
.membership-frm-sec .form-step select {
    margin-top: 13px;
    background: #ffffff1f;
    height: 50px;
    color: #fff;
    margin-bottom: 12px;
}
.membership-frm-sec .form-step select option {
    background: #828cba;
}

.tooltip-inner ul li {
    padding: 4px;
    border-bottom: 1px solid #eaeaea4d;
}
.tooltip-inner {
    max-width: 500px;
    /* width: 800px; */
    text-align: justify;
    line-height: 30px;
}

.selectop{
  position: relative;
}

.selectop::after {
  content: '\f078'; 
  font-family: 'Font Awesome 6 Free'; 
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #ffffff;
}

/* blog details page */ 

.blog-detail-img img {
    width: 100%;
    border-radius: 20px;
}
.blg-dtail-lst li {
    list-style: disc;
    padding-bottom: 7px;
}
.blg-dtail-lst{
  padding-left: 18px;
}
.blg-detail-txt p, .blg-detail-txt li {
    color: #828282;
    line-height: 1.5;
}
select.form-control.wt2buy {
    height: auto !important;
}

.wt2buy option:checked {
    background: #fff !important;
    color: #000;
    margin: 4px 0;
}

select.form-control.wt2buy option {
    padding: 7px 5px;
    margin-bottom: 5px;
}

.blog-lft.d-grid {
  height: fit-content;
}
.blg-img img {
  height: 240px;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}

.recnt-img img {
    height: 110px;
    min-width:100%;
    border-radius: 15px;
    width: 100%;
    object-fit:cover;
}
.mb-20.blg-txt {
    margin-bottom: 0;
}
.pass_failed {
    color: #8c2323;
}
.pass_success {
    color: #f5b25e;
}
.steps-crd p, .insight-lft p {
    font-weight: 400;
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: none;
}

@media only screen and (max-width: 600px) {
  section.join-mail form.wpcf7-form.init input {
    width: 100%;
    margin-bottom: 14px;
	}
 section.join-mail form.wpcf7-form.init .d-flex
 {
	 display: block !important;
 }
}

.subscrbe-btn.cta:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 1599px) {
  .subscribe-submit,
  .subscribe-submit input {
    width: fit-content;
  }
  p.subscribe-submit {
    width: 20%;
  }
  .subscribe-form-cs {
    justify-content: center;
  }
  .subscribe-form-cs .subscrbe-btn.cta {
    padding: 18px 41px;
  }
  .subscribe-submit input {
    width: unset !important;
  }
}

@media (max-width: 1199px) {
  .join-mail .email-form input {
    width: 310px;
    padding: 16px 21px;
    font-size: 14px;
  }
  .join-mail .subscrbe-btn.cta {
    padding: 16px 33px;
  }
}
@media (max-width: 991px) {
  .join-mail .email-form input {
    width: 233px;
  }
  .join-mail p.subscribe-submit {
    width: 28%;
  }
  .join-mail .join-inner-wrap {
    padding-bottom: 160px;
  }
  .join-mail .subscribe-form-cs {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .join-mail .subscribe-form-cs {
    justify-content: center;
    flex-direction: column;
    gap: 14px;
  }
  h1.product_title.entry-title {
    font-size: 30px;
    margin-top: 15px;
    text-align: left;
}
span.select2-selection.select2-selection--single {
    height: 50px;
}
  .join-mail p.subscribe-submit {
    width: 100%;
  }
  .join-mail .email-form input {
    width: 100%;
  }
  .subscribe-submit input {
    width: 100% !important;
  }
}
ul.mt-2.usersrvey li strong {
    font-size: 17px;
    font-weight: bold;
}
ul.mt-2.usersrvey li {
    margin-bottom: 14px;
    border-bottom: 1px solid #eaeaea;
}
ul.mt-2.usersrvey li ul li {
    color: green;
    font-weight: bold;
    border-bottom: none;
}
.survey-details-row h3 {
    color: #ffa500bd;
}
.survey-sec {
    background: #828cba;
    padding: 10px 40px;
    border-radius: 40px;
    margin-bottom: 48px;
}
.quizrow {
    border-bottom: 1px solid #d4cccc;
    padding-bottom: 38px;
}

.survey-sec .cta:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

.custom-pagination span,
.custom-pagination a {
  border: 1px solid #000000ed;
  height: 50px;
  width: 50px;
  display: flex;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.custom-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-pagination .current,
.custom-pagination a:hover {
  background-color: #f5b25e;
  border-color: #f5b25e;
  color: #fff;
}

@media (max-width: 575px) {
  .custom-pagination span,
  .custom-pagination a {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
  
  .membership-frm-sec .form-step h3 {
    font-size: 30px;
    text-align: left;
}
form#bta-signup-form .form-step .form-check {
    margin-bottom: 10px;
    margin-top: 13px;
    color: #fff;
    width: 100%;
}
.form-step .flex-check {
    display: block;
    line-height: 32px;
}

}

/* user responses */

 .survey-modal {
            display: none;
            position: fixed;
            z-index: 10000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.4);
        }
        .survey-modal-content {
            overflow-y: auto;
            height: 300px;
            background-color: #fff;
            margin: 10% auto;
            padding: 20px;
            border-radius: 8px;
            width: 60%;
            position: relative;
        }
        .close-modal {
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 24px;
            cursor: pointer;
        }
.invalid-feedback {
    color: #9e1d29;
}
.form-nav .next-step , .form-nav .prev-step, #stepSurveyForm button {
       margin-top: 18px;
    padding: 0 21px;
}
.surveydesc {
    color: #000;
    padding: 20px;
    border-radius: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 15px 40px;
    background: #f8f3e8;
    border: 1px solid #0000005c;
	margin:15px 0;
}
.survey-step h4, .question-block p {
    color: #fff;
}
form#stepSurveyForm {
    padding: 25px;
    color: #fff;
    border-radius: 25px;
    line-height: 35px;
}
.question-block {
    border-bottom: 1px solid #ffffff4d;
    padding: 15px 0;
}
.question-block textarea {
    width: 100%;
    margin-top: 10px;
    border-radius: 15px;
    min-height: 120px;
	padding : 15px;
}
.survey-step h4 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    text-decoration: underline;
}


/* Common */
.custom-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

/* Hide the native input */
.custom-option input[type="radio"],
.custom-option input[type="checkbox"] {
  display: none;
}

/* Radio style */
.custom-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #f5b25e;
  display: inline-block;
  position: relative;
}

.custom-option input[type="radio"]:checked + .custom-radio::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #f5b25e;
  border-radius: 50%;
}

div#survey-success p {
    color: #000;
}

/* Checkbox style */
.custom-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #f5b25e;
  background: white;
  display: inline-block;
  position: relative;
}

.custom-option input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #f5b25e;
  border-color: #f5b25e;
}

.custom-option input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Shared linear scale (survey templates) */
#stepSurveyForm .linear-scale {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

#stepSurveyForm .linear-scale .scale-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #f5b25e;
    text-transform: capitalize;
    font-weight: 700;
    gap: 12px;
}

#stepSurveyForm .linear-scale-options {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    gap: 0;
    align-items: flex-start;
}

#stepSurveyForm .linear-scale-item {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
}

#stepSurveyForm .linear-scale-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#stepSurveyForm .linear-scale-btn {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: #ffffff;
    border: 1.5px solid #d6d6d6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    color: #333;
    margin: 0;
    line-height: 1;
}

#stepSurveyForm .linear-scale-btn:hover {
    border-color: #788e6c;
    box-shadow: 0 3px 8px rgba(120, 142, 108, 0.20);
}

#stepSurveyForm .linear-scale-input:checked + .linear-scale-btn {
    background: #788e6c;
    border-color: #788e6c;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(120, 142, 108, 0.35);
}

@media (max-width: 767px) {
    #stepSurveyForm .linear-scale .scale-labels {
        font-size: clamp(9px, 3vw, 12px);
    }

    #stepSurveyForm .linear-scale-options {
        gap: 0;
        max-width: 100%;
    }

    #stepSurveyForm .linear-scale-btn {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        font-size: 14px;
        border-radius: 8px;
    }
}

@media (max-width: 575px) {
    #stepSurveyForm .linear-scale-options {
        gap: 0;
    }

    #stepSurveyForm .linear-scale-btn {
        width: 28px;
        min-width: 28px;
        max-width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

div#survey-success {
    background: #f8f3e8;
    padding: 12px;
    color: red;
    border-radius: 15px;
}
button#login-btn:hover span {
    color: #000 !important;
}
#login-message {
/* Ensure body text is left-aligned on all screen sizes */
@media (max-width: 991px) {
  .brand-description,
  .col-md-6,
  .brand-box p,
  .brand-info-section p,
  .container.brand-section p,
  p {
     text-align: left !important;
  }
}
	padding-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    color: #f5b25e;
    font-size: 18px;
}
.page-banner-cs h1 {
    color: #fff;
    margin-top: 80px;
}
.woocommerce-billing-fields h3, #order_review_heading {
    font-size: 28px;
    font-weight: 500;
    font-family: inherit;
}
.woocommerce-additional-fields {
    display: none;
}
button#place_order {
    background-color: #f5b25e;
    color: #fff;
    margin-top: 28px;
    border-radius: 30px;
    width: 100%;
}
.payment_box.payment_method_stripe {
    background: transparent !important;
    line-height: 30px !important;
}
.payment_box.payment_method_stripe:before {
    display: none !important;
}
.headingevent p {
    font-weight: normal;
    margin-bottom: 35px;
    text-align: center;
    line-height: 28px;
    font-size:14px;
}
.forgotpass button {
    background: #f5b25e;
    border: 1px solid;
    font-weight: 500;
    padding: 10px 19px;
    border-radius: 30px;
}
.forgotpass {
    width: 100%;
    margin: auto;
    background: #f8f3e8;
    padding: 35px;
}

.forgotpass input {
     height: 50px;
    margin-top: 5px;
}
.forgotpasslink a {
    color: #f5b25e;
    font-weight: 600;
    text-decoration: underline;
}
.forgotpasslink {
    text-align: right;
    font-size: 16px;
    padding: 0 2px;
    /* color: #f5b25e; */
}
.brand-box h5{
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0;
    color: #f5b25e;
}
.blg-crd h6
{
	padding: 5px 0;
    color: #000000;
}
.brand-box p,.recnt-txt p,.blg-crd p{
    line-height: 25px;
}
.recnt-txt h5
{
	 color: #f5b25e;
}
.partner_bta_banner .bnnr-innr {
    padding: 80px 0;
}
.partner_bta_banner .bnnr-img-rgt img {
    width: 100%;
}
.howworks .howworks_content {
    padding: 50px;
    background: #E36654;
    margin: 70px 0;
}
.voice-inner.howworks_content h2, .voice-inner.howworks_content p {
    color: #fff;
}
.canna-img img {
    width: 100%;
    height: 232px;
    object-fit: cover;
}
input#phone_number {
    background: navajowhite;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.iti__country-list span {
    color: #000;
}
.flex-check .form-check {
    width: 50%;
}
.flex-check {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
select#billing_country,select#billing_state {
    width: 100%;
    padding: 10px;
	font-size:14px;
	border-radius:7px;
}
.iti__selected-flag {
    height: 50px !important;
}

.flex-check.top3by {
    gap: 20px;
}
.flex-check.top3by .form-check {
    width: 32%;
}
.pc-sidebar .navbar-wrapper {
    overflow-y: scroll;
    height: 100vh;
}
/* Add spacing between each blog card */
.slick-blog-slider .blg-crd {
    margin: 0 15px; /* space between slides */
}

.slick-blog-slider .blg-crd, .slick-event-slider .blg-crd {
    margin: 0 15px; /* space between slides */
}
/* Prevent items from overflowing horizontally */
.slick-blog-slider {
    margin-left: -15px;
    margin-right: -15px;
}

/* Optional: Adjust padding inside section */
.blogsec {
    padding-left: 15px;
    padding-right: 15px;
}
.dashboardblogs
{
	margin-top:80px;
}
.opportunity-wrap {
    margin-top: 60px;
}
span.select2.select2-container {
    width: 100% !important;
    margin-top: 11px;
}
.reward-card img {
    height: 200px;
    object-fit: contain;
}
.acf-input-wrap input, .acf-input textarea {
    border: 1px solid #ccc !important;
}
.brandpro-sec .culture-crds-wrap .culture-img {
    border: 1px solid #b0bfa6;
    border-radius: 13px;
}

.brandpro-sec .culture-crds-wrap .category-pro {
    background-color: #b0bfa6;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    margin: 10px 0;
}

.brandpro-sec .culture-crds-wrap h5 {
    font-size: 22px;
}

.brandpro-sec .culture-crds-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    list-style: none !important;
    padding: 0;
    margin: 0;
    margin-top: 12px;
}
.brand-description p, .brand-box p {
    line-height: 32px;
    font-weight: normal;
}

.brandpro-sec .culture-crds-wrap .size-pro {
    text-align: left;
    color: #f5b25e;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
}
/* bullet replacement */
.brandpro-sec .culture-crds-wrap ul li {
    list-style: none !important;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
}

/* circle */
.brandpro-sec .culture-crds-wrap ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f5b25e;
}

/* white tick */
.brandpro-sec .culture-crds-wrap ul li::after {
  content: "✓";
  position: absolute;
  left: 6px;                 /* center the tick inside the circle */
  top: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;               /* white tick */
  font-weight: 700;
}
.brand-box img {
    margin-bottom: 35px;
}
.brand-feature-box h5 {
    font-size: 20px;
}
.brand-info-section h2 {
    text-align: center;
}
.brand-info-section img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px !important;
}
.ads_banner_slider {
    margin: auto;
    padding: 40px 20px;
}
.ads-banner-slider {
    padding: 40px 20px;
}
.ads-banner-slider.grid-full {
    padding: 20px 0px;
}
.ads-slide a img {
    width: 100%;
    object-fit: cover;
	border-radius: 25px;
}
.ads-slide a {
    width: 100%;
}

.red-more-btn a {
    background: #f5b25e;
    padding: 10px 18px;
    border-radius: 40px;
    color: #fff;
}
@media screen and (max-width: 500px) 
{
	.form-tabs button
	{
		margin-top: 10px;
		width: 100%;
	}
}

.age-gate-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-gate-content {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  text-align: center;
  border-radius: 8px;
}

.age-gate-buttons button {
  margin: 5px;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size : 14px;
  margin-top: 15px;
}

.btn-confirm {
    background: #b0bfa6;
    color: #fff;
    font-weight: bold;
}
.btn-exit {
  background: #f5b25e;
  color: #fff;
  font-weight: bold;
}
#age-gate-popup {
  display: none; /* hidden by default */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
}
.age-gate-content h2 {
    font-size: 35px;
}
.accnt-bio h3, .accnt-bio h5 {
    font-family: "Montserrat";
    font-weight: 600;
}
ul#blogTab li a {
    background: #f5b25e;
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    margin: 4px 3px;
    border-radius: 19px;
}
ul#blogTab {
    margin-bottom: 20px;
    border-bottom: unset;
	display: flex;
    justify-content: center;
}
ul#blogTab li .active {
    background: #828cba;
    color: #fff;
    border: 1px solid;
}
.brand-info-section img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    border-radius: 0;
}
.container.brand-section.how_tosell {
    padding: 60px 0;
}
.container.brand-section.whyto_buy {
    padding-bottom: 60px;
}
.upload_doc a {
    background: #828cba;
    color: #fff;
    padding: 15px 25px;
    border-radius: 30px;
}
.container.my-5.dashboard-brands th {
    color: #fff;
}
div#survey-success .rwrd_pt {
    color: #85a76f;
    font-weight: bold;
}
.survey-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
    height: auto;
}
.container.brand-section {
    padding: 20px 16px;
}
section.culture-sec.brandpro-sec {
    padding: 50px 0;
}
.brandpro-sec .culture-crds-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

@media (max-width: 991px) {
    .brandpro-sec .culture-crds-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .brandpro-sec .culture-crds-wrap {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
}

.brandpro-sec .culture-crds-wrap > * {
    min-width: 0;
}

.brandpro-sec .culture-crds-wrap .culture-crd {
    width: 100%;
    min-width: 0;
}

.brandpro-sec .culture-crds-wrap h5,
.brandpro-sec .culture-crds-wrap .brand-product-description,
.brandpro-sec .culture-crds-wrap ul li {
    overflow-wrap: anywhere;
}
.brand-feature-box img {
    margin: auto;
}
.info-glry-img a {
    width: 100%;
}
.prod-button a {
    width: 100%;
    background: #f5b25e;
    color: #fff;
    margin: 7px 0;
    padding: 9px;
    border-radius: 25px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.prod-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.age-gate-content P {
    FONT-SIZE: 14PX;
    font-weight: 400;
    line-height: 1.5;
}
ul.rss-feed-list li {
    font-size: 14px;
    margin-top: 12px;
}
ul.rss-feed-list li a
{
	color: #828cba;
    font-weight: 600;
    font-size: 14px;
}
span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-bottom: 11px;
    color: #f5b25e;
}
.blog-thumb img,.brand-thumb img {
    border-radius: 20px;
}
.user_points h2 {
    font-size: 30px;
    font-family: 'Montserrat';
}
p.ttl_pnts {
    color: #f5b25e;
    font-weight: bold;
} 
.cta:hover span {
    color: #000;
}

.main-banner .container {
    width: 100%;
    max-width: 1500px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-decoration: none;
}


.main-banner .container .bnnr-innr {
    width: 100%;
}

header .container {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 40px;
}
p.three-tier {
    background-color: #f5b25e;
    color: #000;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 18px;
    width: 190px;
    margin: 10px auto;
    font-weight: 600;
    font-family: 'Montserrat';
}
.page-id-3 p, .page-id-3 .wp-block-list li,.page-id-1491 p, .page-id-1491 .wp-block-list li {
    font-size: 16px;
    font-weight: 400 !important;
    list-style: disc;
    line-height: 1.5;
    margin-bottom: 10px;
}
.page-id-3 h3,.page-id-1491 h3 {
    font-size: 28px;
    margin-top: 20px;
}
ul#ranking-step_1_question_0 li {
    background: #fff;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    text-transform: capitalize;
}
.survey-step input {
    color: #000;
    font-size: 15px;    
    font-weight: 400;
    padding: 0 15px;
}
.question-block label {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;

}
.flex-check:has(.form-check.is-invalid) {
  border: 1px solid #c31010;
  padding: 12px;
  border-radius: 6px;
}
.accordion-body ol,.accordion-body ul {
  counter-reset: list-counter; /* Reset counter for custom numbers */
  list-style: none; /* Remove default numbers */
  padding-left: 0;
  margin-left: 0;
}

.accordion-body ol li,.accordion-body ul li {
  counter-increment: list-counter;
  margin: 0.6em 0;
  padding-left: 1.8em;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.accordion-body ol li::before,.accordion-body ul li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #f5b25e; /* your highlight color */
  font-size: 14px;
}
address {
    font-size: 14px;
}
.survy-price-wrp img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}
footer.footinnr-pgs {
    margin-top: 200px;
	padding : 0;
}
footer.footinnr-pgs .image-vec {
    position: absolute;
    top: 2px;
    z-index: 9;
    transform: translateY(-100%);
}

/* ── ACF Custom Buttons (product detail) — outline style ── */
a.cta.cta_yellow.button.alt.product-detail-custom-acf-btn {
    display: inline-block;
    background: transparent !important;
    background-color: transparent !important;
    color: #828cba;
    border: 2px solid #828cba;
    border-radius: 8px;
    padding: 9px 22px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    overflow: visible;
    transition: background 0.2s ease, color 0.2s ease;
}
a.cta.cta_yellow.button.alt.product-detail-custom-acf-btn::before {
    display: none;
}
a.cta.cta_yellow.button.alt.product-detail-custom-acf-btn:hover {
    background: #828cba !important;
    background-color: #828cba !important;
    color: #fff;
    border-color: #828cba;
}

/* ── Related Events: "Tickets + Details" button — covers all WC product types ── */
section.related.products a.button,
section.related.products .button {
    display: inline-block !important;
    align-self: center !important;
    width: auto !important;
    background: #828cba !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 11px 24px !important;
    font-size: 13px !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border: none !important;
    margin-top: auto;
    overflow: visible !important;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
section.related.products a.button:hover,
section.related.products .button:hover {
    background: #6b749b !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(130,140,186,0.35);
}
section.related.products a.button::before {
    display: none;
}

/* Prevent inherited scale/opacity effect on related product images on hover */
section.related.products a.woocommerce-LoopProduct-link img {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}

.insights-sec .inner-wrap {
    padding-bottom: 50px;
}
.opportunity-dash-wrap p a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}
select.wpcf7-form-control.wpcf7-select.form-select {
    background: transparent;
    height: 50px;
    color: #fff;
    margin: 0px 0px 22px 0px;
}
select.wpcf7-form-control.wpcf7-select.form-select option
{
	color:#000;
}
.pc-header {
    background-color: #f8f3e8;
}
.alert.alert-info {
    background: #828cba;
    color: #fff;
    border: #fff;
    margin-top: 10px;
}
section.main-banner.dark.partner_bta_banner .bnnr-lft {
    padding-left: 35px;
}
section.main-banner .bnnr-lft {
    padding-left: 25px;
}
.cannab-crd h4 {
    font-family: 'Montserrat';
}
.monster {
    font-family: 'Montserrat';
}
p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.cannabi-row .red-more-btn {
    margin-top: auto !important;
}
div p {
    margin-top: 14px;
}
div p:first-of-type {
    margin-top: 0 !important;
}
.d-flex.subscribe-form-cs p {
    margin-top: 0;
}
.edit-profile-btn-dash a {
    background: #f5b25e;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
}
.edit-profile-btn-dash {
    width: 30%;
    text-align: right;
}
p.cmmn-badges.badge-violet a {
    color: #fff;
}
@media (min-width: 767px){
    .login-sec h2 {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }
}
form#ajax-login-form h2 {
    margin-bottom: 25px;
}
.join_now {
    margin-top: 10px;
}
.info-gallery .info-glry-img img {
    padding: 0px;
}
.blg-detail-crd a {
    color: #f5b25e;
    font-weight: 500;
    text-decoration: underline;
}
img.zoomImg {
    display: none !important;
}
a.woocommerce-LoopProduct-link .attachment-full {
    border-radius: 20px;
}
/* button.cta.cta_yellow:hover {
    border: 1px solid;
} */
.acf-switch.-on {
    background: #f5b25e !important;
    border-color: #f5b25e !important;
    padding: 0;
}
.acf-switch .acf-switch-on {
    color: #000 !important;
    text-shadow: none !important;
}
.rward-row .rewrd-lft img {
    filter: invert(1);
}
/* Mobile: make CTAs full-width to avoid multi-line labels */
@media (max-width: 768px) {
    a.cta, a.cta.cta_yellow, a.retail-btn, button.cta, a.button, a.prbutton {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 12px 18px !important;
        margin: 10px 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .brand-description,
    .col-md-6.brand-description,
    .brand-description p,
    .brand-box p,
    .brand-info-section p,
    .container.brand-section p,
    p {
        text-align: left !important;
    }
}
/* Ensure retail rows stack image-first on small screens */
@media (max-width: 768px) {
    .retail-row.odd,
    .retail-row.even {
        display: flex;
        flex-direction: column !important;
    }

    .retail-row .retail-image {
        order: 1;
    }

    .retail-row .retail-content {
        order: 2;
    }
}
.rward-row .rewrd-lft img {
    filter: invert(1);
}
.container.faq-wrapper ul li {
    list-style: none;
}
.accordion-item ol li {
    list-style: none;
 }

/* ═══════════════════════════════════════════════
   Brand Links Section (single-brand.php)
   Styles for the BM-managed social/CTA links
═══════════════════════════════════════════════ */
.bm-brand-links-section {
    padding: 48px 0;
    background: transparent;
}
.bm-brand-links-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.bm-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s;
    color: #fff;
}
.bm-link-btn:hover {
    opacity: 0.88;
    transform: translateY(-3px);
    color: #fff;
}
.bm-link-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
}
/* Social icon circles — black with white icon, no text */
.bm-link-social {
    background: #000;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
}
/* CTA button — inline background-color from PHP takes precedence */

/* ═══════════════════════════════════════════════
   Events UI — listing cards + detail page meta
   Applies to: public_events.php, Template_events.php,
               single-product.php (ACF meta block)
═══════════════════════════════════════════════ */

/* ── Page hero ── */
.event-page-hero {
    background: #f8f3e8;
    padding: 80px 0 50px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.event-page-hero::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(circle, #e8e1d6 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.5;
    pointer-events: none;
}
.event-page-hero > .container {
    position: relative;
    z-index: 1;
}
.event-page-hero h1 {
    font-size: 60px;
    margin-bottom: 12px;
    font-family: 'Kelly';
}
.event-page-hero .event-hero-desc {
    font-size: 18px;
    color: #555;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .event-page-hero { padding: 50px 0 36px; }
    .event-page-hero h1 { font-size: 38px; }
}

/* ── Event card ── */
.event-card .card.event-item {
    border: 1px solid #e8e1d6;
    border-radius: 16px;
    overflow: visible;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    position: relative;
}
.event-card .card.event-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: #828cba;
    z-index: 3;
    border-radius: 16px 16px 0 0;
}
.event-card .card.event-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}

/* ── Event thumbnail: landscape 4:3 ── */
.event-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    aspect-ratio: 4 / 3;
    background: #e8e1d6;
}
.event-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.event-thumb-overlay {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 45%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.30), transparent);
    pointer-events: none;
    z-index: 1;
}

/* ── Event type badge (overlaid on image) ── */
.event-type-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #828cba;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
    line-height: 1.5;
}

/* ── Card body ── */
.event-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 20px 22px;
}

/* ── Date row ── */
.event-date-row {
    font-size: 13px;
    font-weight: 700;
    color: #828cba;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

/* ── Card title ── */
.event-body .event-card-title {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.25;
}
.event-body .event-card-title a {
    color: #000;
    text-decoration: none;
}
.event-body .event-card-title a:hover {
    color: #f5b25e;
}

/* ── Card excerpt ── */
.event-body .event-card-excerpt {
    font-size: 14px;
    line-height: 1.65;
    color: #555;
    flex: 1;
    margin-bottom: 18px;
}

/* ── Card CTA — outline button ── */
.event-body .event-cta {
    align-self: flex-start;
    display: inline-block;
    background: transparent !important;
    background-color: transparent !important;
    color: #828cba;
    border: 2px solid #828cba;
    border-radius: 8px;
    padding: 9px 22px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    overflow: visible;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.event-body .event-cta::before {
    display: none;
}
.event-body .event-cta:hover {
    background: #828cba !important;
    background-color: #828cba !important;
    color: #fff;
    border-color: #828cba;
}
@media (max-width: 575px) {
    .event-body .event-cta {
        width: 100%;
        text-align: center;
    }
}

/* ── Events grid section ── */
.events-grid-section {
    padding: 0 0 80px;
}

/* ── Ad banner full-width row ── */
.event-ad-row {
    width: 100%;
    margin: 10px 0 20px;
}

/* ── Pagination ── */
.event-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 40px 0 20px;
}
.event-pagination .page-numbers {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #e8e1d6;
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.event-pagination .page-numbers:hover,
.event-pagination .page-numbers.current {
    background: #828cba;
    color: #fff;
    border-color: #828cba;
}
.event-pagination .page-numbers.dots {
    background: transparent;
    border: none;
    padding: 9px 6px;
}

/* ── No-events message ── */
p.no-events {
    text-align: center;
    font-size: 16px;
    color: #555;
    padding: 40px 0;
}
p.no-events a {
    display: inline-block;
    background: #828cba;
    font-weight: 700;
    color: #fff;
    padding: 11px 24px;
    margin-top: 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}
p.no-events a:hover {
    background: #6b749b;
    color: #fff;
}

/* ═══════════════════════════════════════════════
   Single Product Detail (moved from single-product.php)
═══════════════════════════════════════════════ */

header.main_header.header-light-bg.headerLoggedIn {
    position: relative;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}

.product-summary .price {
    color: #f5b25e;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.product-summary .quantity {
    display: none;
}

h1.product_title.entry-title {
    font-size: 34px;
    font-family: "Kelly";
    line-height: 1.2;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e1d6;
}

.product-summary button.single_add_to_cart_button.button.alt {
    background: #828cba;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    color: #fff;
    cursor: pointer;
    overflow: visible;
    transition: background 0.2s ease;
}
.product-summary button.single_add_to_cart_button.button.alt::before {
    display: none;
}
.product-summary button.single_add_to_cart_button.button.alt:hover {
    background: #6b749b;
}

.product-detail-acf-custom-buttons {
    margin-top: 10px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.7;
}

.product_meta {
    margin: 20px 0;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e8e1d6;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.8;
}
.product_meta span {
    display: block;
}
.product_meta span strong,
.product_meta span.posted_in,
.product_meta span.tagged_as {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.product_meta span.posted_in a,
.product_meta span.tagged_as a {
    font-weight: 400;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-product-gallery__wrapper img {
    width: 100% !important;
    object-fit: cover;
    transition: none !important;
}
.woocommerce-product-gallery__image img:hover {
    transform: none !important;
}
img.wp-post-image,
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 16px;
    width: 100% !important;
    transition: none !important;
}
img.wp-post-image:hover,
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:hover {
    transform: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin: 30px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
}
ul.tabs.wc-tabs {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-weight: bold;
    font-family: "Kelly";
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 12px;
}
.woocommerce-tabs.wc-tabs-wrapper ul li {
    list-style: disc;
}
div#tab-description h2 {
    font-size: 28px !important;
    text-decoration: none;
    font-family: "Kelly";
}

/* Related Events */
section.related.products {
    padding: 50px 0 30px;
    border-top: 1px solid #e8e1d6;
    margin-top: 20px;
}
section.related.products > h2 {
    text-decoration: none !important;
    font-size: 38px !important;
    text-align: center;
    font-family: "Kelly";
    margin-bottom: 30px;
}
section.related.products h2.woocommerce-loop-product__title {
    padding: 0;
    font-size: 18px !important;
    width: 100%;
    font-family: "Kelly";
    text-align: center;
    margin-bottom: 8px;
}
section.related.products .price {
    color: #f5b25e !important;
    font-weight: bold !important;
}

/* ── Product loop thumbnail link wrapper ── */
a.product-loop-thumb-link {
    display: block;
    text-decoration: none;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
a.product-loop-thumb-link:hover .product-loop-thumb img {
    transform: scale(1.04);
}

/* ── Product loop thumbnail wrapper ── */
.product-loop-thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    width: 100%;
    background: #e8e1d6;
    border-radius: 16px 16px 0 0;
}
.product-loop-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.product-loop-thumb-overlay {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 45%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.30), transparent);
    pointer-events: none;
    z-index: 1;
}

/* ── Product loop body ── */
.product-loop-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 24px;
    gap: 10px;
    text-align: center;
}

/* ── WC product link copy inside card body — stretch so button stays at bottom ── */
section.related.products .product-loop-body > a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
}

/* ── Card title link ── */
section.related.products .product-loop-body h2.woocommerce-loop-product__title a {
    text-decoration: none;
    color: inherit;
}
section.related.products .product-loop-body h2.woocommerce-loop-product__title a:hover {
    color: #f5b25e;
}

/* ── event-loop-cta: manually-rendered Tickets + Details button ── */
.event-loop-cta {
    display: inline-block;
    align-self: center;
    width: auto !important;
    background: #828cba !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 11px 24px !important;
    font-size: 13px !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border: none !important;
    margin-top: auto;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.event-loop-cta:hover {
    background: #6b749b !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(130,140,186,0.35);
}

/* ── Related loop — card layout ── */
ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
}
.product_cat-events,
ul.products li.product {
    flex: 0 0 calc(25% - 18px);
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    list-style: none !important;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e1d6;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.10);
}
h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    text-decoration: none !important;
    text-align: center;
}

/* ── Loop "Tickets + Details" button — simple/AJAX product type fallback ── */
/* (section.related.products a.button covers this in the related section) */
.add_to_cart_button.ajax_add_to_cart {
    display: inline-block;
    align-self: flex-start;
    width: auto !important;
    background: #828cba !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 11px 24px !important;
    font-size: 13px !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border: none !important;
    margin-top: 14px;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.add_to_cart_button.ajax_add_to_cart:hover {
    background: #6b749b !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(130,140,186,0.35);
}

@media (max-width: 767px) {
    ul.products { gap: 16px; }
    .product_cat-events,
    ul.products li.product {
        flex: 0 0 calc(50% - 8px);
    }
}
@media (max-width: 480px) {
    .product_cat-events,
    ul.products li.product {
        flex: 1 1 100%;
    }
}

/* ── Event detail: ACF info block ── */
.acf-event-fields {
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 16px 0 20px;
    border: 1px solid #e8e1d6;
    border-left: 3px solid #828cba;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.event-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}
.event-meta-row + .event-meta-row {
    border-top: 1px solid #e8e1d6;
}
.event-meta-icon {
    font-size: 16px;
    flex-shrink: 0;
    width: 22px;
    text-align: center;
}
.event-meta-label {
    font-weight: 700;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #555;
    min-width: 45px;
}
.event-meta-value {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

/* ── Ad banner responsive visibility ── */
.banner-desktop { display: block !important; }
.banner-mobile  { display: none  !important; }
@media screen and (max-width: 767px) {
    .banner-desktop { display: none  !important; }
    .banner-mobile  { display: block !important; width: 100%; height: auto; }
}

/* ── Sidebar: upcoming events thumbnails ── */
.recent_events .recnt-img img {
    height: 80px;
    min-width: 80px;
    border-radius: 15px;
    width: 78px;
    object-fit: cover;
}

.bm-link-cta       { border-radius: 8px; padding: 10px 24px; }