/* =========================================
   KNIGHTS & FAMILIES OF THE MONTH
   ANNUAL AWARDS STYLE
========================================= */

.honoree-year-section {
    margin-bottom: 32px;
}


/* -----------------------------------------
   YEAR HEADER
----------------------------------------- */

.honoree-year-header {
    display: flex;
    align-items: center;

    margin-bottom: 0;

    /* padding: 12px 18px;
   */
    padding: 5px 8px;

    border-radius: 10px 10px 0 0;
    background: #b8c5e9;
    border: 1px solid #e5e7eb;
    border-bottom: 0;

    border-radius: 14px 14px 0 0;
}


.honoree-year-title {
    display: flex;
    align-items: center;

    gap: 10px;

    color: #222;
    font-size: 18px;
}


.honoree-year-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.55);

    font-size: 15px;
}


/* -----------------------------------------
   TABLE WRAPPER
----------------------------------------- */

.honoree-table-wrapper {
    overflow-x: auto;

    border: 1px solid #e5e7eb;
    border-top: 0;

    border-radius: 0 0 14px 14px;

    background: #ffffff;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.07);
}


/* -----------------------------------------
   TABLE
----------------------------------------- */

.honoree-table {
    width: 100%;

    min-width: 720px;

    margin: 0;

    border-collapse: separate;
    border-spacing: 0;
}


/* -----------------------------------------
   HEADER
----------------------------------------- */

.honoree-table thead th {
    /* padding: 15px 18px; */

    border: 0;
    border-bottom: 1px solid #d99d00;

    background: #f7b718;

    color: #222;

    font-size: 14px;
    font-weight: 700;

    vertical-align: middle;

    white-space: nowrap;
}


.honoree-table thead th:first-child {
    border-radius: 0;
}


/* -----------------------------------------
   ICON
----------------------------------------- */

.honoree-table .award-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    margin-right: 7px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.55);

    font-size: 14px;

    vertical-align: middle;
}


/* -----------------------------------------
   BODY
----------------------------------------- */

.honoree-table tbody td {
    /* padding: 14px 18px; */

    border: 0;
    border-bottom: 1px solid #edf0f2;

    background: #ffffff;

    color: #374151;

    font-size: 14px;

    vertical-align: middle;
}


.honoree-table tbody tr:last-child td {
    border-bottom: 0;
}


/* -----------------------------------------
   HOVER
----------------------------------------- */

.honoree-table tbody tr {
    transition:
        background-color 0.2s ease;
}


.honoree-table tbody tr:hover td {
    background: #fffaf0;
}


/* -----------------------------------------
   MONTH
----------------------------------------- */

.month-column {
    width: 150px;
}


.honoree-month {
    font-weight: 600;

    color: #8a6500 !important;

    white-space: nowrap;
}


.month-content {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 12px;
}


.month-name {
    display: inline-block;
}


/* -----------------------------------------
   MONTH LINK / NEWSLETTER
----------------------------------------- */

.newsletter-link {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    color: #8a6500;

    background: #fff5d6;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}


.newsletter-link:hover {
    background: #f7b718;

    color: #222;

    transform: translateY(-2px);
}


/* -----------------------------------------
   PERSON / FAMILY LINKS
----------------------------------------- */

.honoree-link {
    color: #374151;

    font-weight: 500;

    text-decoration: none;

    transition:
        color 0.2s ease;
}


.honoree-link:hover {
    color: #b8860b;

    text-decoration: underline;
}


/* -----------------------------------------
   MOBILE
----------------------------------------- */

@media (max-width: 767.98px) {

    .honoree-year-section {
        margin-bottom: 25px;
    }


    .honoree-year-header {
        /* padding: 10px 14px; */
        padding: 5px 8px;

        border-radius: 10px 10px 0 0;
    }


    .honoree-year-title {
        font-size: 16px;
    }


    .honoree-year-icon {
        width: 28px;
        height: 28px;

        font-size: 13px;
    }


    .honoree-table-wrapper {
        border-radius: 0 0 10px 10px;
    }


    .honoree-table {
        min-width: auto !important;
    }


    .honoree-table thead th {
         padding: 2px  !important;
        font-size: 13px;
    }


    .honoree-table tbody td {
        padding: 2px  !important;

        font-size: 12px;
    }


    .honoree-table .award-icon {
        width: 26px;
        height: 26px;

        margin-right: 5px;

        font-size: 12px;
    }


    .newsletter-link {
        width: 28px;
        height: 28px;
    }

}

/* =========================================
   ANNUAL COUNCIL AWARDS
========================================= */

.annual-awards-section {
    margin: 40px 0;
}

/* -----------------------------------------
   Heading
----------------------------------------- */

.awards-heading {
    margin-bottom: 25px;
}

.awards-kicker {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #b8860b;
    text-transform: uppercase;
}

.awards-heading h2 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
}

.awards-heading p {
    max-width: 700px;
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}


/* -----------------------------------------
   Table Wrapper
----------------------------------------- */

.awards-table-wrapper {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07); */
}


/* -----------------------------------------
   Table
----------------------------------------- */

.annual-awards-table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}


/* -----------------------------------------
   Header
----------------------------------------- */

.annual-awards-table thead th {
    /* padding: 17px 18px; */
    border: 0;
    border-bottom: 1px solid #d99d00;
    background: #f7b718;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
}

.annual-awards-table thead th:first-child {
    border-top-left-radius: 13px;
}

.annual-awards-table thead th:last-child {
    border-top-right-radius: 13px;
}

.award-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    vertical-align: middle;
}


/* -----------------------------------------
   Table Body
----------------------------------------- */

.annual-awards-table tbody td {
    /* padding: 15px 18px; */
    border: 0;
    border-bottom: 1px solid #edf0f2;
    color: #374151;
    font-size: 14px;
    vertical-align: middle;
    background: #fff;
}

.annual-awards-table tbody tr:last-child td {
    border-bottom: 0;
}


/* -----------------------------------------
   Hover
----------------------------------------- */

.annual-awards-table tbody tr {
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.annual-awards-table tbody tr:hover td {
    background: #fffaf0;
}


/* -----------------------------------------
   Year
----------------------------------------- */

.award-year {
    width: 100px;
    font-weight: 700 !important;
    color: #8a6500 !important;
    white-space: nowrap;
}

.award-year::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #f7b718;
    vertical-align: middle;
}


/* -----------------------------------------
   Empty Award
----------------------------------------- */

.empty-award {
    color: #c7cbd1 !important;
    font-style: italic;
}


/* -----------------------------------------
   First Column
----------------------------------------- */

.year-column {
    width: 100px;
}


/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width: 767.98px) {

    .annual-awards-section {
        margin: 30px 0;
    }

    .awards-heading h2 {
        font-size: 26px;
    }

    .awards-heading p {
        font-size: 14px;
    }

    /* .awards-table-wrapper {
        border-radius: 10px;
    } */

    .annual-awards-table {
        min-width: auto !important;
    }

    .annual-awards-table thead th {
        padding:2px!important;
        font-size: 13px;
    }

    .annual-awards-table tbody td {
        padding:2px!important;
        font-size: 13px;
    }

    .award-icon {
        width: 26px;
        height: 26px;
        margin-right: 5px;
        font-size: 13px;
    }
}