
.he-admin {             
    margin: 0 auto 40px;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.he-admin h1.wp-heading-inline {
    margin-bottom: 8px;
    font-size: 2.2rem;
    font-weight: 600;
}

.he-admin .description {
    color: #646970;            
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0px;
}

.he-admin hr.is-large {
    margin: 40px 0;
    border-color: #dcdcde;
}


.he-settings-form {
    background: #ffffff;
    border: 1px solid #c3c4c7;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}


.he-card {
    background: #ffffff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.08);
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease;
}

.he-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.he-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f8f9fa;           
    border-bottom: 1px solid #e2e4e7;
}

.he-card-header h3 {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 600;
    color: #1d2327;
}

.he-toggle {
    background: none;
    border: none;
    color: #646970;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.15s;
}

.he-toggle:hover,
.he-toggle:focus {
    color: #135e96;
    background: rgba(0,120,215,0.08);
}


.he-endpoint-line {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-bottom: 1px solid #f0f0f1;
}

.he-endpoint-line:last-child {
    border-bottom: none;
}

.he-badge {
    min-width: 54px;
    text-align: center;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.he-badge.get    { background: #4CAF50; } 
.he-badge.post   { background: #2196F3; }
.he-badge.put    { background: #FF9800; }
.he-badge.patch  { background: #9C27B0; }
.he-badge.delete { background: #F44336; }


.he-copy {
    margin-left: auto;
    background: #f0f0f1;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 0.9rem;
    color: #1d2327;
    cursor: pointer;
    transition: all 0.15s;
}

.he-copy:hover,
.he-copy:focus {
    background: #e0e0e3;
    border-color: #8c8f94;
}


.he-card.status-card {           
    border-left: 4px solid #4CAF50;
}
.he-individual-heading {
    margin: 0px;
}

.he-individual-card {
    margin-top: 15px;
}
