.weeping-tile-table table.has-fixed-layout tr td:first-child {
    width: 15%;
}
table.has-fixed-layout tr td:first-child {
    width: 4%;
}
.inner-page-banner .page-banner .page-banner-wrap {
    background-color: rgba(0, 0, 0, 0.60) !important;
}
.entry-content hr.wp-block-separator {
    max-width: 100% !important;
    color: #ccc;
}
.clear {
    clear: both;
}    
.yext-reviews {
    margin-bottom: 30px !important;
}
.two-col-list {
    column-count: 2;
}
.two-col-list  li {
    break-inside: avoid-column;
    vertical-align: top;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border-color: red !important;
    background: red;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    background: green;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .genesis-nav-menu .sub-menu .sub-menu {
        flex-wrap: wrap;
        display: flex !important;
        align-items: stretch;
        width: 400px;
    }
    .genesis-nav-menu .sub-menu .sub-menu > li {
        width: 50% !important;
        align-self: stretch;
        display: block;
    }
    .genesis-nav-menu .sub-menu .sub-menu > li a {
        width: 100%;
        height: 100%;
    }
    .genesis-nav-menu > li.menu-item .sub-menu > li.menu-item a {
        display: inline-flex;
        align-items: center;
    }
    .genesis-nav-menu  .menu-item-has-children .menu-item-has-children > a > span:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d7";
        margin-left: 7px;
        font-size: 12px;
    }
}
.opinion-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.opinion-form-wrapper h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.opinion-form-wrapper hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ddd;
}

.form-notice {
    background-color: #e5e5e5;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.rating-section-header {
    background-color: #e5e5e5;
    padding: 10px;
    margin: 20px 0 10px 0;
    font-weight: bold;
    border-radius: 4px;
}

.form-row {
    margin-bottom: 20px;
}

.form-row label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}

.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.875rem;
    font-family: inherit;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    background-color: #fff;
    color: rgba(0,0,0,0.75);
}

.form-row textarea {
    min-height: 80px;
    resize: vertical;
}

.form-row select {
    height: 2.5rem;
}

/* Rating Rows */
.rating-row {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: start;
}

.rating-row.alternate {
    background-color: #fff;
}

.rating-row label {
    margin-bottom: 0;
}

.rating-row .comment-field {
    display: flex;
    align-items: center;
}

.rating-row .comment-field textarea {
    min-height: 60px;
}

/* NPS Section */
.nps-section {
    margin: 30px 0;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.nps-question {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.nps-scale {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nps-scale-label {
    font-style: italic;
    font-size: 0.875rem;
    color: #666;
}

.nps-scale-label.left {
    text-align: right;
}

.nps-scale-label.right {
    text-align: left;
}

.nps-buttons {
    display: flex;
    gap: 5px;
}

.nps-buttons .wpcf7-list-item {
    margin: 0;
    display: inline-block;
}

.nps-buttons .wpcf7-list-item label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.875rem;
}

.nps-buttons input[type="radio"] {
    margin: 5px 0 0 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Consent Row */
.consent-row {
    font-size: 0.875rem;
    line-height: 1.5;
}

.consent-row .wpcf7-list-item {
    margin: 0;
}

.consent-row input[type="checkbox"] {
    float: left;
    margin: 5px 10px 0 0;
    width: auto;
}

.consent-row a {
    color: #0795CC;
    text-decoration: underline;
}

/* Submit Button */
.submit-row {
    text-align: center;
}

.btn-submit {
    background-color: #0795CC;
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #0680b3;
}

.btn-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.page-id-15 .page-item-2472 {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .rating-row {
        grid-template-columns: 1fr;
    }
    
    .nps-scale {
        flex-direction: column;
    }
    
    .nps-scale-label {
        display: none;
    }
    
    .nps-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 640px) {
    .nps-buttons input[type="radio"] {
        width: 16px;
        height: 16px;
    }
}


@media only screen and (max-width:1200px) { }

@media only screen and (max-width:1080px) { }

@media only screen and (max-width:1023px) { }

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:480px) {
    .meet-team-gallery {
        flex-direction: column;
        align-items: center !important;
    }
}