/* Theme Assets - Main Stylesheet */

/* Layout */
.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.site-header {
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

/* Wedding RSVP Form Styling */
.wedding-rsvp-form {
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    max-width: 500px;
    margin: 20px auto;
}

.wedding-rsvp-form input, 
.wedding-rsvp-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.wedding-rsvp-form button {
    background: #d19f47;
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
}

.wedding-rsvp-form button:hover {
    background: #b5863d;
}

/* Responsive Images */
img {
    max-width: 100%;
    height: auto;
}
