/* public/css/styles.css */
body {
    background-color: #f8f9fa;
}

.card-header {
    background-color: #e9ecef;
    font-weight: bold;
    font-size: 1.1rem;
}

textarea.form-control {
    min-height: 100px;
}

.card {
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-radius: 8px;
    margin-bottom: 1rem;
}

input[type="text"], textarea, input[type="date"], input[type="url"] {
    font-size: 0.95rem;
}

button.btn-outline-primary {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
}

#form-core .row.mb-2 {
    align-items: center;
}

h1 {
    color: #343a40;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
}

.text-end button {
    padding-left: 2rem;
    padding-right: 2rem;
}

label.form-label {
    font-weight: 500;
    color: #495057;
}

@media (max-width: 768px) {
    .form-label, .form-control, .btn {
        font-size: 0.9rem;
    }
    h1 {
        font-size: 1.5rem;
    }
}
