.share-story-form-wrapper-129b683a {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.share-story-form-wrapper-129b683a .form-section-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.share-story-form-wrapper-129b683a .form-section-title:first-child {
    margin-top: 0;
}

.share-story-form-129b683a .form-group {
    margin-bottom: 24px;
}

.share-story-form-129b683a label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #34495e;
}

.share-story-form-129b683a label span {
    font-weight: 400;
    color: #7f8c8d;
    font-size: 0.9em;
}

.share-story-form-129b683a input[type="text"],
.share-story-form-129b683a input[type="email"],
.share-story-form-129b683a select,
.share-story-form-129b683a textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    font-family: inherit;
    font-size: 16px;
    color: #000; /* Ensure text is visible */
    transition: border-color 0.3s;
}

.share-story-form-129b683a select option {
    color: #000; /* Ensure dropdown options text is visible */
    background: #fff; /* Explicit background for options */
}

.share-story-form-129b683a input:focus,
.share-story-form-129b683a select:focus,
.share-story-form-129b683a textarea:focus {
    border-color: #3498db;
    outline: none;
    background: #fff;
}

.share-story-form-129b683a textarea {
    resize: vertical;
}

.share-story-form-129b683a .submit-btn {
    background-color: #27ae60;
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 100%;
    margin-top: 20px;
}

.share-story-form-129b683a .submit-btn:hover {
    background-color: #2ecc71;
    transform: translateY(-2px);
}

.form-success-message-129b683a {
    background: #e8f8f5;
    border-left: 5px solid #1abc9c;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.form-success-message-129b683a p {
    color: #16a085;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.form-error-message-129b683a {
    background: #fdf2f0;
    color: #e74c3c;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    text-align: center;
}
