    :root {
        --api-primary-color: #7f54b3;
        /* Color primario de WooCommerce */
        --api-success-color: #28a745;
        --api-error-color: #dc3545;
        --api-client-error-color: #ffc107;
        --api-text-color: #333;
        --api-border-color: #e0e0e0;
        --api-bg-light: #f9f9f9;
    }

    .text-center {
        text-align: center;
    }

    .api-dashboard-container {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        color: var(--api-text-color);
        padding: 15px 0;
    }

    .api-dashboard-container h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #515151;
        border-bottom: 1px solid var(--api-border-color);
        padding-bottom: 10px;
    }

    /* Tarjetas de Métricas */
    .api-cards-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-bottom: 30px;
    }

    .api-card {
        background-color: #fff;
        border: 1px solid var(--api-border-color);
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s;
    }

    .api-card:hover {
        transform: translateY(-3px);
    }

    .api-card-title {
        font-size: 16px;
        font-weight: 600;
        color: #666;
        margin-bottom: 10px;
    }

    .api-card-value {
        font-size: 36px;
        font-weight: 700;
        color: var(--api-primary-color);
        line-height: 1;
    }

    .api-card-description {
        font-size: 13px;
        color: #777;
        margin-top: 8px;
    }

    /* Secciones (Gráfica y Tabla) */
    .api-section,
    .woocommerce-MyAccount-content, #customer_login {
        background-color: #fff;
        border: 1px solid var(--api-border-color);
        border-radius: 8px;
        padding: 25px;
        margin-bottom: 30px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .api-section h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 20px;
        color: #444;
    }

    /* Contenedor de la gráfica para control de altura */
    .api-chart-container {
        position: relative;
        height: 300px;
        width: 100%;
    }

    /* Tabla de Últimas Requests */
    .api-table-wrapper {
        overflow-x: auto;
        /* Para responsividad en tablas */
    }

    .api-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 15px;
    }

    .api-table th,
    .api-table td {
        padding: 12px 15px;
        text-align: left;
        border-bottom: 1px solid var(--api-border-color);
    }

    .api-table th {
        background-color: var(--api-bg-light);
        font-weight: 600;
        font-size: 14px;
        color: #555;
    }

    .api-table tbody tr:hover {
        background-color: var(--api-bg-light);
    }

    /* Etiquetas de Estado */
    .status-badge {
        padding: 4px 10px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
    }

    .status-success {
        background-color: var(--api-success-color);
    }

    .status-error {
        background-color: var(--api-error-color);
    }

    .status-client-error {
        background-color: var(--api-client-error-color);
        color: #333;
    }

    .d-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .woocommerce-orders-table__cell-order-actions,
    .woocommerce-orders-table__header-order-actions,
    .woocommerce-PaymentMethod--actions {
        text-align: right;
    }

    .bloop-tokens-manager {
        border: 1px solid #e0e0e0;
        padding: 20px;
        border-radius: 5px;
        margin-top: 25px;
        background-color: #f9f9f9;
    }

    .bloop-tokens-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .bloop-tokens-header h3 {
        margin: 0;
    }

    .bloop-token-masked {
        font-family: monospace;
        margin-right: 10px;
    }

    .bloop-copy-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        position: relative;
    }

    .bloop-copy-btn .bloop-copy-feedback {
        position: absolute;
        bottom: 120%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: white;
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 12px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s, visibility 0.2s;
    }

    .bloop-copy-btn.copied .bloop-copy-feedback {
        opacity: 1;
        visibility: visible;
    }

    .bloop-status-pill {
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 12px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
    }

    .bloop-status-pill.activo {
        background-color: #28a745;
    }

    .bloop-status-pill.revocado {
        background-color: #dc3545;
    }

    .bloop-action-revoke {
        color: #dc3545;
    }

    .bloop-api-docs-cta {
        margin-top: 40px;
        padding: 25px;
        background-color: #f0f5fa;
        border: 1px solid #cce5ff;
        border-radius: 5px;
        text-align: center;
    }

    .bloop-api-docs-cta .button {
        margin-top: 15px;
    }
    .wps_sfw_details_wrap {
        display: block !important;
    }
    .wps_sfw_details_wrap .wps_sfw_account_additional_wrap {
        margin-bottom: 15px;
    }
    .wps_sfw_details tr td:last-child {
        text-align: right !important;
    }
    .wps_sfw_order_details  tr td:last-child {
        text-align: right !important;
    }
    .woocommerce-table tr td:last-child, .woocommerce-table tr th:last-child, .shop_table tr td:last-child, .shop_table tr th:last-child {
        text-align: right !important;
    }