.kmp-access-wrapper {
    max-width: 520px;
    margin: 0 auto;
    padding: 1rem;
}

.kmp-access-heading {
    margin-bottom: 0.8rem;
}

.kmp-access-form .kmp-field-row {
    margin-bottom: 0.8rem;
}

.kmp-access-form .kmp-label {
    display: inline-block;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.kmp-access-form .kmp-input {
    width: 100%;
    max-width: 100%;
    padding: 0.6rem 0.7rem;
}

.kmp-access-form .kmp-input:focus,
.kmp-access-form .kmp-submit:focus {
    outline: 2px solid #0b6a8b;
    outline-offset: 2px;
}

.kmp-access-form .kmp-submit {
    min-width: 120px;
    padding: 0.55rem 1rem;
    cursor: pointer;
}

.kmp-access-form .kmp-message {
    min-height: 1.5rem;
    margin-top: 0.6rem;
    color: #b42318;
}

.kmp-stats-root {
    width: 100%;
    overflow-x: auto;
}

.kmp-stats-status {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

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

.kmp-stats-table th,
.kmp-stats-table td {
    border: 1px solid #d7d7d7;
    padding: 0.5rem 0.65rem;
    text-align: left;
}

@media (max-width: 760px) {
    .kmp-stats-table th,
    .kmp-stats-table td {
        font-size: 0.92rem;
        padding: 0.45rem;
    }
}
