.angie-contact-form-container-151 {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.angie-form-group-151 {
    margin-bottom: 20px;
}

.angie-form-group-151 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.angie-form-group-151 input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.angie-form-group-151 input:focus {
    border-color: #A1835E;
    outline: none;
    box-shadow: 0 0 0 2px rgba(161, 131, 94, 0.2);
}

.angie-form-submit-151 {
    background-color: #A1835E;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.angie-form-submit-151:hover {
    background-color: #8b6d4b;
}

.angie-form-message-151 {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}

.angie-form-message-151.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.angie-form-message-151.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
