.accelvia-connect-admin {
    max-width: 800px;
}
.ac-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.ac-card h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.ac-button-row {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    background: #f9f9f9;
    color: #1d2327;
}
.ac-button-header {
    padding: 10px 15px;
    background: #eee;
    color: #1d2327;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.ac-button-header .drag-handle {
    cursor: move;
    margin-right: 10px;
    color: #888;
}
.ac-button-header strong {
    flex-grow: 1;
}
.ac-button-body {
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.ac-field {
    display: flex;
    flex-direction: column;
}
.ac-field label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #1d2327;
}
.ac-field p.description,
.ac-button-row p.description {
    color: #50575e;
}
.ac-field input[type="text"],
.ac-field input[type="number"],
.ac-field select {
    width: 100%;
    max-width: 100%;
}

/* Force Light Mode (Override Dark Mode Plugins) */
.accelvia-connect-wrap {
    background-color: #f1f1f1 !important;
    padding: 20px !important;
    border: 1px solid #ccd0d4 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    margin-top: 20px !important;
}
.accelvia-connect-wrap h1,
.accelvia-connect-wrap h2,
.accelvia-connect-wrap h3,
.accelvia-connect-wrap p,
.accelvia-connect-wrap th,
.accelvia-connect-wrap td,
.accelvia-connect-wrap strong,
.accelvia-connect-wrap label {
    color: #1d2327 !important;
}
.accelvia-connect-wrap p.description {
    color: #50575e !important;
}
.accelvia-connect-wrap .nav-tab {
    background: #e5e5e5 !important;
    color: #1d2327 !important;
    border-color: #ccd0d4 !important;
}
.accelvia-connect-wrap .nav-tab-active {
    background: #f1f1f1 !important;
    border-bottom-color: #f1f1f1 !important;
    color: #000 !important;
}
.accelvia-connect-wrap .ac-tab-content {
    background: #fff !important;
    border: 1px solid #ccd0d4 !important;
    padding: 20px !important;
    margin-top: 15px !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.04) !important;
}
.accelvia-connect-wrap input[type="text"],
.accelvia-connect-wrap input[type="number"],
.accelvia-connect-wrap input[type="url"],
.accelvia-connect-wrap input[type="time"],
.accelvia-connect-wrap select,
.accelvia-connect-wrap textarea {
    background-color: #fff !important;
    color: #1d2327 !important;
    border: 1px solid #8c8f94 !important;
}
.accelvia-connect-wrap .ac-button-row {
    background: #f9f9f9 !important;
    border: 1px solid #e5e5e5 !important;
}
.accelvia-connect-wrap .ac-button-header {
    background: #eee !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
