.gap-association-area .woocommerce-MyAccount-navigation,
.gap-association-area #secondary,
.gap-association-area .secondary,
.gap-association-area .sidebar,
.gap-association-area .widget-area,
.gap-association-area aside.sidebar,
.gap-association-area aside.widget-area {
    display: none !important;
}

.gap-association-area .woocommerce-MyAccount-content,
.gap-association-area #primary,
.gap-association-area .content-area,
.gap-association-area .site-main,
.gap-association-area main,
.gap-association-area .entry-content {
    box-sizing: border-box;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1180px !important;
    width: 100% !important;
}

.gap-association-area .woocommerce {
    display: block;
    width: 100%;
}

.gap-board,
.gap-board *,
.gap-front-panel,
.gap-front-panel * {
    box-sizing: border-box;
}

.gap-board,
.gap-front-panel {
    color: #111827;
    font-family: inherit;
}

.gap-front-panel {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    color: #111827;
    margin: 24px 0;
    padding: 22px;
}

.gap-front-panel h2,
.gap-front-panel h3 {
    color: #0f172a;
    margin-top: 0;
}

.gap-front-panel p,
.gap-front-panel li,
.gap-front-panel td,
.gap-front-panel th,
.gap-front-panel label,
.gap-board p,
.gap-board li,
.gap-board td,
.gap-board th,
.gap-board label {
    color: #111827;
}

.gap-front-panel a,
.gap-board a {
    color: #0f4f8a;
}

.gap-front-status {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.gap-front-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-front-panel label {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    gap: 6px;
    margin-bottom: 14px;
}

.gap-front-panel input[type="text"],
.gap-front-panel input[type="email"],
.gap-front-panel input[type="date"],
.gap-front-panel input[type="datetime-local"],
.gap-front-panel input[type="number"],
.gap-front-panel select,
.gap-front-panel textarea {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    box-sizing: border-box;
    color: #111827;
    min-height: 42px;
    padding: 9px 11px;
    width: 100%;
}

.gap-front-panel input::placeholder,
.gap-front-panel textarea::placeholder {
    color: #64748b;
}

.gap-front-panel fieldset {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 16px 0;
    padding: 14px;
}

.gap-front-panel fieldset label {
    display: inline-flex;
    flex-direction: row;
    font-weight: 500;
    margin: 8px 18px 8px 0;
}

.gap-front-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gap-front-list li {
    align-items: center;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 14px 0;
}

.gap-front-button {
    align-items: center;
    background: #0f172a;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none;
}

.gap-front-panel .gap-front-button,
.gap-board .gap-front-button,
.gap-association-area .gap-front-button {
    color: #ffffff !important;
}

.gap-front-button:hover,
.gap-front-button:focus {
    background: #1f2937;
    color: #fff !important;
}

.gap-front-button-secondary {
    background: #e2e8f0;
    color: #0f172a !important;
}

.gap-front-button-secondary:hover,
.gap-front-button-secondary:focus {
    background: #cbd5e1;
    color: #0f172a !important;
}

.gap-front-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gap-menu-member > a {
    font-weight: 700;
}

.gap-menu-board > a {
    font-weight: 700;
}

.gap-board-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.gap-board-tabs a {
    background: #e2e8f0;
    border-radius: 6px;
    color: #0f172a !important;
    font-weight: 700;
    padding: 10px 12px;
    text-decoration: none;
}

.gap-board-tabs a.is-active {
    background: #0f172a;
    color: #fff !important;
}

.gap-board-warning {
    border-color: #f59e0b;
}

.gap-board-access-box,
.gap-account-board-callout {
    background: #ecfeff;
    border: 1px solid #67e8f9;
    border-radius: 8px;
    margin: 14px 0;
    padding: 14px;
}

.gap-board-metrics {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
}

.gap-front-metric {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
}

.gap-front-metric span {
    color: #475569;
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.gap-front-metric strong {
    color: #0f172a;
    display: block;
    font-size: 25px;
    line-height: 1.2;
    margin-top: 6px;
}

.gap-front-table {
    background: #ffffff;
    border-collapse: collapse;
    color: #111827;
    width: 100%;
}

.gap-front-table th,
.gap-front-table td {
    border-bottom: 1px solid #cbd5e1;
    color: #111827;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.gap-front-table th {
    background: #f1f5f9;
    color: #0f172a;
    font-size: 13px;
}

.gap-finance-chart {
    display: block;
    height: auto;
    max-width: 100%;
}

.gap-finance-chart line {
    stroke: #cbd5e1;
    stroke-width: 2;
}

.gap-finance-chart polyline {
    fill: none;
    stroke: #0f766e;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.gap-finance-chart circle {
    fill: #0f766e;
}

.gap-finance-chart text {
    fill: #475569;
    font-size: 12px;
    text-anchor: middle;
}

.gap-chart-caption {
    color: #475569;
}

.gap-member-communications {
    border-top: 1px solid #e5e7eb;
    margin-top: 22px;
    padding-top: 18px;
}

.gap-message-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.gap-message-list li {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 14px;
}

.gap-message-list span {
    color: #64748b;
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.gap-message-reply {
    background: #f8fafc;
    border-left: 3px solid #0f766e;
    margin-top: 10px;
    padding: 10px 12px;
}

.gap-reply-form {
    border-top: 1px solid #e5e7eb;
    margin-top: 12px;
    padding-top: 12px;
}

.gap-board-form .gap-subpanel {
    border-top: 1px solid #e5e7eb;
    margin-top: 18px;
    overflow-x: auto;
    padding-top: 14px;
}

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

.gap-config-table th,
.gap-config-table td {
    border-bottom: 1px solid #e5e7eb;
    padding: 8px;
}

.gap-config-table input,
.gap-config-table select {
    min-width: 130px;
    width: 100%;
}

.gap-inline-form {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin: 4px;
}

.gap-link-button {
    background: transparent;
    border: 0;
    color: #0f4f8a;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0;
    text-decoration: underline;
}

.gap-inline-check {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
    margin-right: 16px;
}

.gap-price-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 16px 0;
    padding: 14px;
}

.gap-event-meta {
    color: #475569;
    margin: 4px 0;
}

.gap-event-description {
    margin: 16px 0;
}

.gap-badge {
    border-radius: 999px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 9px;
}

.gap-badge-active,
.gap-badge-paid,
.gap-badge-open,
.gap-badge-honorary {
    background: #dcfce7;
    color: #166534;
}

.gap-badge-due_soon,
.gap-badge-pending,
.gap-badge-waiting {
    background: #fef3c7;
    color: #92400e;
}

.gap-badge-expired,
.gap-badge-late,
.gap-badge-suspended,
.gap-badge-closed,
.gap-badge-cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.gap-badge-draft,
.gap-badge-archived,
.gap-badge-prospect,
.gap-badge-exempt {
    background: #e5e7eb;
    color: #374151;
}

@media (max-width: 720px) {
    .gap-front-grid,
    .gap-front-list li,
    .gap-board-metrics {
        display: block;
    }

    .gap-front-list .gap-front-button {
        margin-top: 10px;
    }
}
