.questions-page {
    color: #4a4a4a;
    font-family: 'Raleway', sans-serif;
    line-height: 1.8;
}

.questions-title {
    color: #4a4a4a;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.05em;
}

.questions-input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.75rem;
    color: #4a4a4a;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    padding: 1rem 1.25rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.questions-input:focus {
    border-color: #64748b;
    box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1);
    outline: none;
}

textarea.questions-input {
    min-height: 120px;
    resize: vertical;
}
