﻿#contentInterior { display: flex; flex-direction: column; height: 100% !important; }
.socialShare { margin-top: auto; margin-bottom: 30px; padding-top: 30px; }
#addToCalendar { text-align: right; margin-right: 10px; }
.addToCal, .addToCal a { font-family: 'Open Sans', sans-serif; font-size: 11px; }
.fieldLabel { display: block; margin: 3px 0 3px 5px; color: #111111; }
.req { display: inline !important; color: #e25950; }
.f-val { display: none; }
.formButton { font-family: 'Open Sans', Arial, Helvetica, sans-serif; background-color: #4cac55; color: #ffffff; padding: 12px 18px 13px; display: block; margin: 10px auto; font-size: 17px; font-weight: 600; line-height: 20px; border: medium none; border-radius: 3px; box-shadow: 0 2px 2px rgba(000,000,000,0.1); width: 98%; }
.formButton:hover { transition: all 300ms ease 0s; background-color: #56C44F; }
.formButton:active { background: #56C44F; }
.cbl label { padding-left: 5px; }
#formWrapper { margin-top: 10px; }
.form-group { display: flex; flex-direction: row; }
.form-unit { display: flex; flex-direction: column; flex-grow: 1; flex-shrink: 1; flex-basis: auto; }
.form-field { border: 1px solid #ACAEB0; flex-grow: 1; flex-shrink: 1; flex-basis: auto; display: block; margin: 5px; border-radius: 3px; font-size: 15px; font-family: 'Roboto', Helvetica, Arial, sans-serif; color: rgb(0, 43, 69); padding: 12px 17px; }
.form-field:focus { outline: none !important; border: 1px solid #009CDE; transition: all 300ms ease 0s; }
#CBOptions { color: #111111; }
.redOutline { border: 1px solid #e25950; box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06); }
.zipUnit { max-width: 100px; }

.row { display: flex; flex-direction: row; width: 100%; }
.column { display: flex; padding: 20px; margin: 5px; box-sizing: border-box; }
.col-int { display: block; width: 100%; }
.right-col { width: 40%; border: 1px solid #ccc; border-radius: 6px; padding: 20px; background-color: #fff; margin-top: 30px; align-self: flex-start; }
#rsvp { width: 100%; }
#rsvp h3 { text-align: center; }
.left-col { width: 60%; padding: 20px; }
.form-field { min-width: 10px; }
.form-unit { min-width: 0; }
#contentInterior { padding: 0; }
.event-location { line-height: 1.5em; font-size: .9em; margin-bottom: 20px; }

.redOutline {
    border: 1px solid #e25950 !important;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06);
}

.req {
    color: #e25950;
    margin-left: 3px;
}

.field-validation-error {
    color: #e25950;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

@media screen and (max-width: 900px) { /* Margin is off here */
    .row { flex-direction: column; }
    .right-col { order: 2; width: 100%; }
    .left-col { order: 1; width: 100%; }
}

@media screen and (max-width: 600px) {
    .form-group { display: flex; flex-direction: column; }

    .zipUnit { max-width: unset; }
}

.contact-options-list {
    display: flex;
    flex-direction: column; /* Changed from row */
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.contact-option-item {
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 0;
    transition: all 0.2s ease;
    cursor: pointer;
    flex: 1 1 auto; /* Changed from 0 0 auto */
    min-width: 0;
    white-space: normal; /* Changed from nowrap */
    display: flex;
    align-items: flex-start; /* Changed from center */
    width: 100%; /* Add this to ensure full width */
}

.contact-option-item label {
    cursor: pointer;
    line-height: 1.4;
    flex: 1;
    white-space: normal; /* Changed from nowrap */
    margin: 0;
    /* Remove overflow and text-overflow properties */
}

.contact-options-container {
    padding: 10px 32px 10px 10px;
       max-width: calc(100% - 40px); /* Leaves 16px margin on each side */
}a
