.content-locker-wrapper {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
    background: #f9f9f9;
}

.email-capture-form {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.email-capture-form h3 {
    margin-bottom: 15px;
}

.email-capture-form input[type="email"],
.email-capture-form input[type="text"],
.email-capture-form input[type="tel"],
.email-capture-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.email-capture-form button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.email-capture-form button:hover {
    opacity: 0.9;
}

/* Form Styles */
.content-locker-style-minimal input {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    background: transparent;
}

.content-locker-style-modern {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.content-locker-style-modern input {
    border-radius: 25px;
}

.content-locker-style-modern button {
    border-radius: 25px;
    width: 100%;
}

.clec-unlock-button{
	margin: 15px 0px 25px 0px;
}

.clec-locked-form{
	text-align: center
}

.clec-consent{
	display: flex;
    width: 80%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
}

@media screen and (max-width: 490px){
	.clec-consent{
		width: 100%!important;
	}
}


#clec-email-form .clec-consent input{
	width: auto !important;
    margin-right: 20px !important;
	margin-top: 6px!important;
	transform: scale(1.2);
	-webkit-transform: scale(1.5);
    transform-origin: left center;
    cursor: pointer;
}


.clec-consent a{
	color: #20315b;
}

/* Phone verification styles */
.clec-phone-wrapper {
	margin-bottom: 10px !important;
}

#clec-email-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

#clec-email-form input[type="text"],
#clec-email-form input[type="email"],
#clec-email-form input[type="tel"],
#clec-email-form select,
.clec-phone-wrapper,
#clec-language {
	width: 80%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#clec-email-form .clec-phone-wrapper {
	width: 40%;
}

#clec-email-form #clec-language {
	width: 40%;
}

#clec-email-form select {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
}

@media screen and (max-width: 490px) {
	#clec-email-form input[type="text"],
	#clec-email-form input[type="email"],
	#clec-email-form input[type="tel"],
	#clec-email-form select,
	#clec-email-form .clec-phone-wrapper,
    #clec-email-form #clec-language,
	#clec-otp-wrapper {
		width: 100%;
	}
}

#clec-send-code-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

#clec-send-code-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

#clec-otp-wrapper {
	width: 80%;
	margin-bottom: 10px;
}

#clec-otp-code {
	width: 100% !important;
	padding: 10px !important;
	font-size: 14px !important;
	letter-spacing: 2px !important;
	text-align: center !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	margin-bottom: 8px !important;
}

#clec-otp-code:focus {
	border-color: #0073aa !important;
	outline: none !important;
}

.clec-otp-status {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	min-height: 20px;
}

#clec-message {
	margin-top: 15px;
	padding: 10px;
	border-radius: 4px;
	font-weight: 500;
	min-height: 20px;
}

#clec-message.error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

#clec-message.success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}


#clec-message {
    margin-top: 10px;
    padding: 10px;
}

#clec-message.success {
    color: green;
    background: #e7f7e7;
}

#clec-message.error {
    color: red;
    background: #ffebeb;
}

.clec-subtext{
    width: 50%;
    /* text-align: center; */
    margin: 20px auto;
}

@media screen and (max-width: 1200px)
{
    
    .clec-subtext{
    width: 70%;
    /* text-align: center; */
    margin: 20px auto;
}

}

@media screen and (max-width: 800px)
{
    
    .clec-subtext{
    width: 100%;
    /* text-align: center; */
    margin: 20px auto;
}

}