﻿.footer-feedback-host,
.footer-feedback-host.feedback-section,
.footer-feedback-host.article-feedback,
.footer-feedback-host.generic-ts-feedback,
#page-feedback {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    background: #FAFAFA !important;
    overflow: visible !important;
    clear: both !important;
}

    .footer-feedback-host.row,
    #page-feedback.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-feedback-host::before,
    .footer-feedback-host::after,
    #page-feedback::before,
    #page-feedback::after {
        display: none !important;
        content: none !important;
    }

    #page-feedback + #footer-widget,
    #page-feedback + footer,
    .footer-feedback-host + #footer-widget,
    .footer-feedback-host + footer,
    #footer-widget.footer {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

.ces-feedback-section,
.ces-feedback-section *,
.ces-feedback-section *::before,
.ces-feedback-section *::after {
    box-sizing: border-box;
}

.feedback-container-main.ces-feedback-section,
.ces-feedback-section {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 44px 16px 16px !important;
    background: #FAFAFA !important;
    border-top: 0 !important;
    border-bottom: 1px solid #CCCCCC;
    font-family: "Costco Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    overflow: visible !important;
    clear: both !important;
}

.ces-feedback-inner {
    display: block !important;
    width: 100% !important;
    max-width: 900px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

.ces-rating-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: center;
    overflow: visible !important;
}

.ces-feedback-question {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #333333;
    white-space: normal !important;
    overflow-wrap: anywhere;
}

.ces-rating-buttons {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    overflow: visible !important;
}

.ces-rating-button {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    background: transparent !important;
    color: #005DAB;
    cursor: pointer;
    padding: 0;
    box-shadow: none !important;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
}

    .ces-rating-button .ces-star-icon {
        display: block;
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        overflow: visible;
    }

    .ces-rating-button .ces-star-use-empty {
        opacity: 1;
    }

    .ces-rating-button .ces-star-use-filled {
        opacity: 0;
    }

    .ces-rating-button:hover,
    .ces-rating-button:focus,
    .ces-rating-button:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .ces-rating-button:focus-visible {
        outline: 2px solid #005DAB !important;
        outline-offset: 2px;
        box-shadow: none !important;
    }

    .ces-rating-button.is-highlighted .ces-star-use-empty,
    .ces-rating-button.is-selected .ces-star-use-empty {
        opacity: 0;
    }

    .ces-rating-button.is-highlighted .ces-star-use-filled,
    .ces-rating-button.is-selected .ces-star-use-filled {
        opacity: 1;
    }

.ces-rating-tooltip {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 16px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 130%;
    font-weight: 400;
    color: #707070;
    text-align: center;
    white-space: normal !important;
    overflow-wrap: anywhere;
}

.ces-feedback-expanded-panel {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: 0;
    height: auto;
    opacity: 0;
    overflow: hidden;
    transition: opacity 300ms ease-out;
    text-align: left;
}

    .ces-feedback-expanded-panel.is-expanded {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        max-height: none !important;
        height: auto !important;
        opacity: 1;
        margin-top: 24px;
        overflow: visible !important;
    }

.ces-feedback-form-container {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    width: 100% !important;
    max-width: 900px !important;
    min-width: 0 !important;
    min-height: 545px;
    border-top: 1px solid #CCCCCC;
    padding-top: 24px;
    gap: 12px;
    overflow: visible !important;
}

.ces-feedback-heading {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    color: #333333;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

.ces-feedback-copy {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0;
    font-weight: 400;
    color: #333333;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

.ces-feedback-intro {
    max-width: 370px !important;
    font-size: 16px;
    line-height: 150%;
}

.ces-feedback-support-copy {
    max-width: 900px !important;
    font-size: 14px;
    line-height: 150%;
}

.ces-feedback-link {
    color: #005DAB;
    text-decoration: underline;
    text-underline-offset: 10%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ces-feedback-form {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
    max-width: 900px !important;
    min-width: 0 !important;
    gap: 12px;
    overflow: visible !important;
}

.ces-feedback-field {
    display: flex !important;
    flex-direction: column;
    width: 400px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 0;
    overflow: visible !important;
}

.ces-feedback-label-row {
    width: 400px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 63px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    column-gap: 8px;
    overflow: visible !important;
}

.ces-feedback-label {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    color: #333333;
    vertical-align: middle;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

.ces-feedback-optional {
    display: inline-block;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 0 1px;
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    color: #707070;
    white-space: nowrap;
    vertical-align: middle;
}

.ces-feedback-textarea {
    display: block !important;
    width: 400px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 120px;
    min-height: 120px;
    resize: vertical;
    border: 1px solid #004C8A;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    padding: 12px;
    background: #FFFFFF;
    color: #333333;
}

    .ces-feedback-textarea:focus {
        border-color: #004C8A;
        box-shadow: none;
        outline: 1px solid #004C8A;
        outline-offset: 0;
    }

.ces-feedback-counter {
    display: block !important;
    width: 400px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 16px;
    margin-top: 0;
    text-align: right;
    font-size: 12px;
    line-height: 130%;
    font-weight: 400;
    color: #707070;
    vertical-align: middle;
    white-space: normal !important;
    overflow-wrap: anywhere;
}

.ces-feedback-validation {
    display: block;
    margin-top: 8px;
}

.ces-feedback-captcha-row {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    width: 400px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 78px;
    overflow: visible !important;
}

.ces-feedback-captcha {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    width: 400px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 78px;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible !important;
}

    .ces-feedback-captcha > div {
        width: 304px !important;
        height: 78px !important;
        transform: none !important;
        transform-origin: top left !important;
    }

    .ces-feedback-captcha iframe {
        width: 304px !important;
        height: 78px !important;
        transform: none !important;
        transform-origin: top left !important;
    }

.ces-feedback-actions {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    max-width: 900px !important;
    min-width: 0 !important;
    min-height: 40px;
    gap: 8px;
    overflow: visible !important;
}

.ces-feedback-submit {
    width: auto;
    min-width: 90px;
    height: 40px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 2px;
    background-color: #005DAB;
    border: 1px solid #005DAB;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
}

    .ces-feedback-submit:hover,
    .ces-feedback-submit:focus {
        background-color: #004C8A;
        border-color: #004C8A;
        color: #FFFFFF;
    }

    .ces-feedback-submit:disabled,
    .ces-feedback-submit[disabled] {
        background-color: #E6E6E6;
        border-color: #D6D6D6;
        color: #B5B5B5;
        cursor: not-allowed;
        opacity: 1;
    }

@media only screen and (max-width: 767px) {
    #page-feedback + #footer-widget,
    #page-feedback + footer,
    .footer-feedback-host + #footer-widget,
    .footer-feedback-host + footer,
    #footer-widget.footer,
    footer#footer-widget {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .feedback-container-main.ces-feedback-section,
    .ces-feedback-section {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 44px 16px 16px !important;
        border-top: 0 !important;
        overflow: visible !important;
    }

    .ces-feedback-inner,
    .ces-rating-container,
    .ces-feedback-expanded-panel,
    .ces-feedback-expanded-panel.is-expanded,
    .ces-feedback-form-container,
    .ces-feedback-form,
    .ces-feedback-actions {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    .ces-feedback-form-container {
        min-height: auto !important;
    }

    .ces-feedback-heading {
        font-size: 24px;
        line-height: 130%;
    }

    .ces-feedback-intro,
    .ces-feedback-support-copy,
    .ces-feedback-field,
    .ces-feedback-label-row,
    .ces-feedback-textarea,
    .ces-feedback-counter,
    .ces-feedback-captcha-row,
    .ces-feedback-captcha {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .ces-feedback-label-row {
        min-height: auto !important;
        display: block !important;
    }

    .ces-feedback-optional {
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 4px 0 4px !important;
        white-space: normal !important;
    }

    .ces-feedback-counter {
        text-align: right;
        padding-right: 0;
    }
}

@media only screen and (max-width: 430px) {
    .ces-rating-buttons {
        gap: 6px;
    }

    .ces-rating-button {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }

        .ces-rating-button .ces-star-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            min-height: 48px;
        }

    .ces-feedback-heading {
        font-size: 22px;
        line-height: 130%;
    }
}

@media only screen and (max-width: 360px) {
    .feedback-container-main.ces-feedback-section,
    .ces-feedback-section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .ces-rating-buttons {
        gap: 4px;
    }

    .ces-rating-button,
    .ces-rating-button .ces-star-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    .ces-feedback-captcha > div,
    .ces-feedback-captcha iframe {
        transform: scale(0.94) !important;
        transform-origin: top left !important;
    }
}

@media only screen and (max-width: 330px) {
    .ces-feedback-captcha > div,
    .ces-feedback-captcha iframe {
        transform: scale(0.9) !important;
        transform-origin: top left !important;
    }
}