.gofit-ems-dashboard {
    display: grid;
    gap: 24px;
}

.gofit-ems-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
}

.gofit-ems-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border: 1px solid #d8dee7;
    border-radius: 8px;
    padding: 8px 12px;
    background: #fff;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
}

.gofit-ems-tabs a:hover,
.gofit-ems-tabs a:focus {
    border-color: #111827;
}

.gofit-ems-panel {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}

.gofit-ems-panel h2 {
    margin: 0 0 16px;
    font-size: 22px;
}

.gofit-ems-credits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.gofit-ems-credit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    border: 1px solid #edf0f3;
    border-radius: 8px;
    padding: 12px 14px;
    background: #f8fafc;
}

.gofit-ems-credit span {
    font-size: 14px;
    color: #334155;
}

.gofit-ems-credit strong {
    font-size: 22px;
    color: #111827;
}

.gofit-ems-booking {
    min-height: 420px;
}

.gofit-ems-empty {
    margin: 0;
    color: #64748b;
}

.gofit-ems-active-packages {
    display: grid;
    gap: 14px;
}

.gofit-ems-active-package {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    background: #f8fafc;
}

.gofit-ems-active-package-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.gofit-ems-active-package-header h3 {
    margin: 0;
    font-size: 18px;
}

.gofit-ems-active-package-header span {
    color: #64748b;
    white-space: nowrap;
}

.gofit-ems-mini-credits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.gofit-ems-mini-credits div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #edf0f3;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
}

.gofit-ems-mini-credits span {
    color: #334155;
}

.gofit-ems-mini-credits strong {
    color: #111827;
}

.gofit-ems-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.gofit-ems-notice {
    grid-column: 1 / -1;
    border: 1px solid #d8dee7;
    border-radius: 8px;
    padding: 12px 14px;
    background: #f8fafc;
    color: #263445;
}

.gofit-ems-notice-success {
    border-color: #9fd7b4;
    background: #eefaf2;
}

.gofit-ems-package-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}

.gofit-ems-package-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.gofit-ems-price {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.gofit-ems-validity {
    margin: 4px 0 0;
    color: #64748b;
}

.gofit-ems-package-card ul {
    margin: 0;
    padding-left: 18px;
    color: #334155;
}

.gofit-ems-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    padding: 10px 16px;
    background: #111827;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.gofit-ems-button:hover,
.gofit-ems-button:focus {
    color: #fff;
    background: #263445;
}

.gofit-ems-secondary-link {
    display: inline-flex;
    margin-top: 10px;
    color: #334155;
}

.gofit-ems-dashboard .gofit-ems-hidden-payment-step {
    display: none !important;
}
