.mc-e0ad9245-wrapper {
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.mc-e0ad9245-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.mc-e0ad9245-left, .mc-e0ad9245-right {
    flex: 1 1 300px;
}

.mc-e0ad9245-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.mc-e0ad9245-intro, .mc-e0ad9245-scripture {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.mc-e0ad9245-scripture {
    font-style: italic;
    opacity: 0.8;
}

.mc-e0ad9245-field {
    margin-bottom: 20px;
}

.mc-e0ad9245-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.mc-e0ad9245-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fff;
}

.mc-e0ad9245-input:focus {
    outline: none;
}

.mc-e0ad9245-btn {
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.mc-e0ad9245-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.mc-e0ad9245-privacy {
    margin-top: 15px;
    font-size: 12px;
    opacity: 0.7;
    text-align: center;
}

.mc-e0ad9245-hidden {
    display: none;
}

.mc-e0ad9245-success {
    margin-top: 20px;
    padding: 15px;
    background: #e6f4ea;
    color: #1e8e3e;
    border-radius: 8px;
    text-align: center;
}