#tn-agewall p {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 0.9em;
}

#tn-agewall {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(calc(-50% - 50px));
    padding: 30px 0;
    max-width: 640px;
    width: calc(100% - 50px);
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
    margin: 0px 50px;
}

#tn-agewall h3 {
    margin: 0 0 1.4rem 0;
}

#tn-agewall input {
    position: relative;
}

#tn-agewall label {
    color: #7a7a7a;
    margin: 1rem 0rem;
    font-size: 0.9em;
}

#tn-agewall .buttons {
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 1rem;
}

#tn-agewall .button {
    border-radius: 0.6rem!important;
    font-weight: bold;
}

#tn-agewall #tn-age-1,
#tn-agewall #tn-age-2 {  
    font-weight: 500;
	padding: 1.2rem 2.4rem;
}

#tn-agewall #tn-age-1 {
    color: #e72d7b;
}

#tn-agewall #tn-age-3 {
    color: #FFF;
    font-weight: 500;
	padding: 1.2rem 2.4rem;
    text-decoration: none;
}

#tn-agewall #no-casino-referrals {
	display: none;
}

#tn-agewall a {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

#tn-agewall .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.tn-agewall-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 9900;
}