/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2026 | 12:52:50 */
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 100%;
    width: 100%;
}
.tnp-subscription label {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

.newsletter-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.tnp-email {
    flex: 1;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 16px;
}
.tnp-email:focus {
    border: none;
    outline: none;
}

.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
    height: 52px;
    padding: 0 28px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
	border:none !important;
}
.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit:hover{
	background-color:#C136EA;
	border:none !important;
	 border-radius: 4px !important;
}

.newsletter-note {
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .newsletter-row {
        flex-direction: column;
    }

    .tnp-email,
    .tnp-submit {
        width: 100%;
    }
}