/*
Theme Name: Competition Flatsome Child
Template: flatsome
Author: Tilt
Author URI: tilt.ie
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.20.5.1775141928
Updated: 2026-04-02 14:58:48

*/

.dob-wrapper {
    display: flex;
    gap: 10px;
}

.dob-field {
    flex: 1;
}

.dob-field select {
    width: 100%;
}

.wpcf7-response-output {
	background: rgba(0, 0, 0, 0.3);
}

/* Age gate */
.age-gate {
	padding: 2%;
    border-radius: 10px;
}

.col-inner .img img {
	border-radius:10px;
}
.age-gate-heading-title-logo, .age-gate__heading-title--logo {
  max-width: 200px;
  margin-bottom: 30px;
}
.age-gate-headline, .age-gate__headline {
    font-size: var(--ag-text-headline-size, 1.9rem);
}

/* T&C */
.accordion-title {
    border-top: none;
    border: 2px solid;
    border-radius: 10px;
}