.align-center {
    text-align: center;
}

.wah-wrap {
    max-width: 100%;
    margin: 0 0 24px;
}

.wah-wrap h2 {
    margin-bottom: 1rem !important;
}

.wah-child {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 16px 0;
    overflow: hidden;
}

.wah-child__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #f9fafb;
}

.wah-child__head h3 {
    font-size: 1.1em !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    font-weight: 500 !important;
}

.wah-child__head h3 i {
    color: var(--orange);
    font-size: 25px;
    margin-right: 1rem;
}

.wah-activity {
    padding: 16px 20px;
}

.wah-activity h4 {
    font-size: 20px;
    font-weight: 600;
    padding-left: 8px;
    border-left: 2px solid var(--orange);
    color: var(--grey);
}

.wah-activity:not(:last-child) {
    border-bottom: 1px dashed #eee;
}


.wah-table {
    width: 100%;
    border-collapse: collapse;
}

.wah-table thead th {
    text-align: left;
    border-bottom: 2px solid #eee;
    padding: 8px 6px;
}

.wah-activity table th, .wah-activity td {
    text-align: center;
}

.wah-activity table th:first-child, .wah-activity td:first-child {
    text-align: start;
}

.wah-table tr {
    border-bottom: 1px solid #DDDDDD70 !important;
}

.wah-table tbody td {
    border-bottom: 1px solid #f1f5f9;
    padding: 8px 6px;
    vertical-align: top;
}

.wah-empty {
    margin: 8px 0 0;
    color: #6b7280;
    font-style: italic;
}

td .presence-yes i {
    color: green;
}

td .presence-no i {
    color: red;
}

.wah-meta {
    color: #6b7280;
}

.wah-activity th {
    min-width: 16%;
}

.wah-activity tr {
    border-bottom: 1px solid #DDDDDD50;
}

.wah-activity td {
    vertical-align: middle !important;
    width: 16%;
}

/* UX add */
.wah-child__head {
    cursor: pointer
}

.wah-child__head:focus-visible {
    border: none !important;
}

.wah-child.collapsed > *:not(.wah-child__head) {
    display: none
}

.wah-more {
    margin-top: 10px
}

.wah-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--orange);
    border-radius: 50px;
    padding: 6px 24px;
    cursor: pointer;
    color: var(--orange);
    margin: 0 auto;
    font-size: 14px;
}

.wah-btn:hover, .wah-btn:focus {
    background-color: var(--grey) !important;
    border-color: var(--grey) !important;
}

.wah-btn:hover {
    background: #f9fafb
}

.wah-row--hidden {
    display: none
}
