.organizer-card {
    max-width: 520px;
}

.organizer-form {
    margin-top: 1.5rem;
    text-align: left;
}

.organizer-field {
    margin-bottom: 1rem;
}

.organizer-label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #222;
}

.organizer-input {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    background-color: #fff;
    color: #111;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.organizer-input:focus {
    outline: none;
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.organizer-button {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 12px;
    background: #111;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.organizer-button:hover {
    background: #222;
}

.organizer-button:active {
    transform: translateY(1px);
}

.organizer-error {
    margin-top: 1rem;
    color: #b42318;
    font-weight: 600;
}

.organizer-helper {
    margin-top: 1.25rem;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}
