.serato-newsletter-container-60264f43 {
    background-color: #EEF4FF;
    border-radius: 14px;
    padding: 30px;
    margin: 30px auto;
    width: 100%;
    max-width: 1140px;
    box-shadow: 0 4px 20px rgba(47, 85, 217, 0.05);
    box-sizing: border-box;
    font-family: inherit;
}

.serato-newsletter-header-60264f43 {
    margin-bottom: 20px;
    text-align: left;
}

.serato-newsletter-title-60264f43 {
    color: #0B2341;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.serato-newsletter-icon-60264f43 {
    color: #2F55D9;
    flex-shrink: 0;
}

.serato-newsletter-desc-60264f43 {
    color: #0d141a;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.serato-newsletter-form-60264f43 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.serato-newsletter-row-60264f43 {
    display: flex;
    gap: 12px;
    align-items: stretch;
    width: 100%;
}

.serato-newsletter-input-wrap-60264f43 {
    flex-grow: 1;
}

.serato-newsletter-form-60264f43 input[type="email"] {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid rgba(47, 85, 217, 0.15);
    border-radius: 8px;
    font-size: 15px;
    color: #0d141a;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 50px;
}

.serato-newsletter-form-60264f43 input[type="email"]:focus {
    outline: none;
    border-color: #2F55D9;
    box-shadow: 0 0 0 3px rgba(47, 85, 217, 0.1);
}

.serato-newsletter-btn-60264f43 {
    background-color: #2F55D9;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 50px;
}

.serato-newsletter-btn-60264f43:hover {
    background-color: #1d3fb3;
}

.serato-newsletter-btn-60264f43:active {
    transform: scale(0.98);
}

.serato-newsletter-privacy-60264f43 {
    display: flex;
    align-items: center;
}

.serato-checkbox-label-60264f43 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #0d141a;
    cursor: pointer;
}

.serato-checkbox-label-60264f43 input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #2F55D9;
    cursor: pointer;
}

.serato-checkbox-text-60264f43 a {
    color: #2F55D9;
    text-decoration: underline;
}

.serato-checkbox-text-60264f43 a:hover {
    color: #1d3fb3;
}

.serato-newsletter-message-60264f43 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    transition: all 0.3s ease;
}

.serato-newsletter-message-60264f43.success {
    color: #10b981;
}

.serato-newsletter-message-60264f43.error {
    color: #ef4444;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .serato-newsletter-row-60264f43 {
        flex-direction: column;
        gap: 12px;
    }
    .serato-newsletter-btn-60264f43 {
        width: 100%;
    }
    .serato-newsletter-container-60264f43 {
        padding: 20px;
        margin: 20px 15px;
        width: calc(100% - 30px);
    }
}
