
.curriculo-form-container,
.modelos-container {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
input[type="text"],
input[type="email"],
textarea,
input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
button {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}
.modelo-opcoes {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}
.modelo-opcoes img {
    width: 120px;
    height: auto;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
}
