/* =========================================================
   MOF COACH PROFILE - YEARLY AWARDS
   ========================================================= */

.mof-coach-yearly-awards {
    margin-top: 26px;
}

.mof-yearly-awards-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #b8b8b8;
    border-top: 0;
}

.mof-yearly-awards-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #ffffff;
}

.mof-yearly-awards-table thead th {
    background: #064879;
    color: #ffffff;
    border: 1px solid #36698e;
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.mof-yearly-awards-table tbody td {
    border: 1px solid #b8b8b8;
    padding: 9px 8px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.35;
}

.mof-yearly-awards-table tbody tr:nth-child(even) {
    background: #f0f2f4;
}

.mof-yearly-awards-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.mof-yearly-awards-table th:nth-child(1),
.mof-yearly-awards-table td:nth-child(1) {
    width: 70px;
}

.mof-yearly-awards-table th:nth-child(2),
.mof-yearly-awards-table td:nth-child(2) {
    width: 68px;
}

.mof-yearly-awards-table th:nth-child(3),
.mof-yearly-awards-table td:nth-child(3) {
    width: 205px;
}

.mof-yearly-awards-table th:nth-child(4),
.mof-yearly-awards-table td:nth-child(4) {
    width: 300px;
}

.mof-yearly-awards-table th:nth-child(5),
.mof-yearly-awards-table td:nth-child(5) {
    width: 120px;
}

.mof-award-season a {
    font-weight: 700;
    text-decoration: none;
}

.mof-award-name {
    font-weight: 700;
    color: #222222;
}

.mof-award-person-inner,
.mof-award-team-inner {
    display: flex;
    align-items: center;
}

.mof-award-person-inner {
    gap: 10px;
}

.mof-award-team-inner {
    gap: 8px;
}

.mof-award-person-photo {
    width: 64px;
    height: 80px;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid #8e8e8e;
    background: #e8e8e8;
}

.mof-award-person-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.mof-award-person-name {
    display: block;
    color: #222222;
    font-size: 14px;
    line-height: 1.15;
    margin-bottom: 4px;
}

.mof-award-position {
    display: block;
    color: #222222;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 3px;
}

.mof-award-type {
    display: block;
    color: #8a8a8a;
    font-size: 10px;
    line-height: 1.1;
    font-style: italic;
    font-weight: 700;
}


.mof-award-team-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.mof-award-team-link:hover strong {
    text-decoration: underline;
}

.mof-award-team-helmet {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex: 0 0 auto;
}

.mof-award-team strong {
    font-size: 13px;
}

.mof-award-stats {
    color: #222222;
}

.mof-yearly-awards-empty {
    padding: 20px;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    color: #666666;
    text-align: center;
}

@media (max-width: 900px) {

    .mof-yearly-awards-table {
        min-width: 980px;
    }

}


/* =========================================================
   YEARLY AWARDS - PROFILE TABLE REFINEMENTS
   ========================================================= */

/* Center Season + Edition headers and values */
.mof-yearly-awards-table th:nth-child(1),
.mof-yearly-awards-table th:nth-child(2),
.mof-yearly-awards-table td:nth-child(1),
.mof-yearly-awards-table td:nth-child(2) {
    text-align: center;
}

/* Keep the person block clean and prevent global span/strong rules from colliding */
.mof-award-person-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mof-award-person-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    line-height: normal;
}

.mof-award-person-name {
    display: block;
    position: static;
    margin: 0 0 2px 0;
    padding: 0;
    color: #222222;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}

.mof-award-position {
    display: block;
    position: static;
    margin: 0 0 25px 0;
    padding: 0;
    color: #222222;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}
.mof-award-type {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    color: #888888;
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
    font-weight: 700;
}

/* Make team abbreviation clearer without making it overly heavy */
.mof-award-team strong {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.mof-award-team-link {
    gap: 2px;
}
