.novaposhta-settings-wrap {
    max-width: 800px;
}

.novaposhta-settings-wrap h1 {
    color: #23282d;
    margin-bottom: 20px;
}

/* Стили для методов доставки на фронтенде */
.woocommerce-shipping-methods .novaposhta-free-shipping {
    color: #00a32a;
    font-weight: bold;
}

.woocommerce-shipping-methods .novaposhta-shipping-hint {
    color: #666;
    font-size: 0.9em;
    margin-top: 2px;
    display: block;
}

.woocommerce-shipping-methods .novaposhta-shipping-description {
    background: #f0f6ff;
    border: 1px solid #b8daff;
    border-radius: 4px;
    padding: 8px 10px;
    margin-top: 5px;
    font-size: 0.9em;
    color: #004085;
}

.woocommerce-shipping-methods .novaposhta-free-delivery-badge {
    background: #00a32a;
    color: white;
    font-size: 0.8em;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 8px;
    font-weight: normal;
}

.novaposhta-api-status {
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 5px;
    display: inline-block;
}

.novaposhta-api-status.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.novaposhta-api-status.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.novaposhta-api-status.testing {
    background: #cce5ff;
    color: #004085;
    border: 1px solid #99d3ff;
}

.novaposhta-order-meta {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
}

.novaposhta-order-meta h4 {
    margin-top: 0;
    color: #23282d;
}

.novaposhta-ttn-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
}

.novaposhta-ttn-number {
    font-weight: bold;
    color: #0073aa;
}

.novaposhta-action-buttons {
    margin-top: 10px;
}

.novaposhta-action-buttons .button {
    margin-right: 5px;
}

.novaposhta-log-viewer {
    background: #000;
    color: #0f0;
    padding: 15px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 12px;
    max-height: 400px;
    overflow-y: auto;
    white-space: pre-wrap;
}

.novaposhta-settings-section {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
}

.novaposhta-settings-section h3 {
    margin-top: 0;
    color: #23282d;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.novaposhta-help-text {
    background: #e7f3ff;
    border-left: 4px solid #0073aa;
    padding: 12px;
    margin: 10px 0;
}

.novaposhta-help-text h4 {
    margin-top: 0;
    color: #0073aa;
}

.novaposhta-status-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.novaposhta-status-indicator.connected {
    background: #46b450;
}

.novaposhta-status-indicator.disconnected {
    background: #dc3232;
}

.novaposhta-status-indicator.unknown {
    background: #ffb900;
}
