.master-page-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    width: 100%;
}

.master-section {
    background: #ffffff;
    border: 0.0625rem solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 1rem rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.master-section-header {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem 1.5rem;
}

.master-section-title {
    color: #111827;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.master-section-description {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.master-section-content {
    padding: 0 1.5rem 1.5rem;
}

.master-list {
    display: flex;
    flex-direction: column;
}

.master-list-row {
    align-items: center;
    border-bottom: 0.0625rem solid #e5e7eb;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.85rem 0;
}

.master-list-row:last-child {
    border-bottom: 0;
}

.master-list-copy {
    flex: 1 1 auto;
}

.master-label {
    color: #111827;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
}

.master-help {
    color: #6b7280;
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0.25rem 0 0;
}

.master-input-wrap {
    flex: 0 0 8rem;
}

.master-input {
    border: 0.0625rem solid #d1d5db;
    border-radius: 0.5rem;
    box-shadow: 0 0.0625rem 0.125rem rgba(15, 23, 42, 0.05);
    color: #111827;
    display: block;
    font-size: 0.875rem;
    padding: 0.55rem 0.7rem;
    width: 100%;
}

.master-input:focus {
    border-color: #d97706;
    outline: 0.125rem solid rgba(217, 119, 6, 0.2);
}

@media (max-width: 640px) {
    .master-list-row {
        align-items: stretch;
        flex-direction: column;
    }

    .master-input-wrap {
        flex-basis: auto;
        width: 100%;
    }
}

.master-tenant-app-usage {
    overflow-x: auto;
    width: 100%;
}

.master-tenant-app-usage-table {
    border-collapse: collapse;
    font-size: 0.875rem;
    width: 100%;
}

.master-tenant-app-usage-heading {
    color: #374151;
    font-weight: 700;
    padding: 0.75rem;
    text-align: left;
    white-space: nowrap;
}

.master-tenant-app-usage-row {
    border-top: 0.0625rem solid #e5e7eb;
}

.master-tenant-app-usage-cell {
    color: #111827;
    padding: 0.75rem;
    vertical-align: top;
    white-space: nowrap;
}

.master-tenant-app-usage-name {
    font-weight: 700;
}

.master-tenant-app-usage-key,
.master-tenant-app-usage-empty {
    color: #6b7280;
    font-size: 0.75rem;
}

.master-tenant-app-usage-empty {
    margin: 0;
}
