/**
 * PT License Manager - My Account Styles - Enhanced Version
 */

/* Wrapper */
.pt-lm-licenses-wrapper,
.pt-lm-license-detail-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
}

/* Header */
.pt-lm-header {
    margin-bottom: 30px;
    padding: 0 0 20px 0;
}

.pt-lm-header h2 {
    margin: 0 0 8px 0;
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.3px;
}

.pt-lm-description {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    max-width: 650px;
}

/* Empty State */
.pt-lm-no-licenses {
    text-align: center;
    padding: 60px 20px;
}

.pt-lm-empty-state .dashicons {
    font-size: 64px;
    width: 64px;
    height: 64px;
    color: #ddd;
    margin-bottom: 20px;
}

.pt-lm-empty-state h3 {
    font-size: 22px;
    color: #666;
    margin: 0 0 10px 0;
}

.pt-lm-empty-state p {
    color: #999;
    margin-bottom: 20px;
}

/* Order Group */
.pt-lm-order-group {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.pt-lm-order-group:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.pt-lm-order-header {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%);
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.pt-lm-order-info h3 {
    margin: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Force white color for all h3 content */
.pt-lm-order-header .pt-lm-order-info h3,
.pt-lm-order-header .pt-lm-order-info h3 * {
    color: #fff !important;
}

.pt-lm-order-info h3 .dashicons {
    display: none;
}

.pt-lm-order-meta-inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Force all inline meta content to be white */
.pt-lm-order-header .pt-lm-order-meta-inline,
.pt-lm-order-header .pt-lm-order-meta-inline * {
    color: #fff !important;
}

.pt-lm-separator {
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 300;
}

.pt-lm-order-number a {
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    transition: all 0.2s;
}

.pt-lm-order-number a:hover {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

.pt-lm-order-date {
    color: rgba(255, 255, 255, 0.9) !important;
}

.pt-lm-expiry-date {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Extra specificity for link in order number */
.pt-lm-order-header .pt-lm-order-number a,
.pt-lm-order-header .pt-lm-order-number a:visited,
.pt-lm-order-header .pt-lm-order-number a:active {
    color: #fff !important;
}

.pt-lm-order-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

/* Slots Info */
.pt-lm-slots-stats {
    display: flex;
    gap: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.pt-lm-stat {
    text-align: center;
    position: relative;
    min-width: 60px;
}

.pt-lm-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.25);
}

.pt-lm-stat-label {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 2px;
}

.pt-lm-stat-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.pt-lm-stat-used .pt-lm-stat-value {
    color: #86efac;
}

.pt-lm-stat-available .pt-lm-stat-value {
    color: #93c5fd;
}

/* Table */
.pt-lm-licenses-table-wrapper {
    overflow-x: auto;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.pt-lm-licenses-table {
    width: 100%;
    border-collapse: collapse;
}

.pt-lm-licenses-table thead th {
    background: #fafafa;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px !important;
    text-align: left;
    font-size: 10px;
    font-weight: 600;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.pt-lm-licenses-table thead th:first-child {
    width: 80px;
}

.pt-lm-licenses-table thead th:nth-child(2) {
    width: auto;
    min-width: 180px;
}

.pt-lm-licenses-table thead th:nth-child(3) {
    width: 120px;
}

/* Activated and Expires columns - wider for full date format */
.pt-lm-licenses-table thead th:nth-child(4),
.pt-lm-licenses-table thead th:nth-child(5) {
    width: 180px;
}

.pt-lm-licenses-table thead th:last-child {
    width: 140px;
    text-align: center;
}

.pt-lm-licenses-table tbody td {
    padding: 10px !important;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
    font-size: 14px;
    background: #fff;
}

.pt-lm-licenses-table tbody td:last-child {
    text-align: center;
}

.pt-lm-license-row {
    transition: all 0.15s ease;
    background-color: #fff !important;
}

.pt-lm-license-row td {
    background-color: #fff !important;
}

.pt-lm-license-row:hover {
    background-color: #f9fafb !important;
}

.pt-lm-license-row:hover td {
    background-color: #f9fafb !important;
}

.pt-lm-license-row:last-child td {
    border-bottom: none;
}

/* Slot Badge */
.pt-lm-slot-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    min-width: 40px;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.2);
}

/* Domain */
.pt-lm-domain {
    color: #1e293b;
    font-size: 14px;
    font-weight: 600;
}

.pt-lm-plugin-version {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 500;
}

.pt-lm-empty {
    color: #cbd5e1;
    font-style: italic;
    font-size: 13px;
}

/* Status Badge */
.pt-lm-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pt-lm-status-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.pt-lm-status-active {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.pt-lm-status-active::before {
    background: #10b981;
}

.pt-lm-status-pending {
    background: #fef3c7;
    color: #78350f;
    border: 1px solid #fde68a;
}

.pt-lm-status-pending::before {
    background: #f59e0b;
}

.pt-lm-status-suspended {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.pt-lm-status-suspended::before {
    background: #ef4444;
}

.pt-lm-status-failed {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.pt-lm-status-failed::before {
    background: #ef4444;
}

/* Error Message */
.pt-lm-error-message {
    margin-top: 8px;
    padding: 10px 12px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    font-size: 13px;
    color: #991b1b;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pt-lm-error-message > .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
    color: #dc2626;
    flex-shrink: 0;
}

.pt-lm-error-message > span {
    flex: 1;
    min-width: 150px;
}

.pt-lm-btn-support {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #dc2626;
    color: #fff !important;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}

.pt-lm-btn-support:hover {
    background: #b91c1c;
    color: #fff !important;
}

.pt-lm-btn-support .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Expires */
.pt-lm-expires small {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 3px;
}

.pt-lm-expiring-soon {
    color: #f59e0b;
    font-weight: 600;
}

.pt-lm-expired {
    color: #dc2626;
    font-weight: 600;
}

/* Buttons */
.pt-lm-btn-add-domain,
.pt-lm-btn-edit-domain,
.pt-lm-btn-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px !important;
    border-radius: 6px;
    border: none;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: none;
    white-space: nowrap;
}

.pt-lm-btn-add-domain {
    background: #6366f1;
    color: #fff !important;
}

.pt-lm-btn-add-domain:hover {
    background: #4f46e5;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.pt-lm-btn-view {
    background: transparent;
    color: #6366f1 !important;
    padding: 6px 10px !important;
    border: 1px solid #e5e7eb;
}

.pt-lm-btn-view:hover {
    background: #f9fafb;
    border-color: #6366f1;
}

.pt-lm-btn-edit-domain {
    background: transparent;
    color: #f59e0b !important;
    padding: 6px 10px !important;
    border: 1px solid #e5e7eb;
}

.pt-lm-btn-edit-domain:hover {
    background: #fef3c7;
    border-color: #f59e0b;
}

.pt-lm-btn-add-domain .dashicons,
.pt-lm-btn-edit-domain .dashicons,
.pt-lm-btn-view .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.pt-lm-action-buttons {
    display: inline-flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Pagination */
.pt-lm-pagination {
    text-align: center;
    padding: 24px 0;
}

.pt-lm-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #6366f1;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
}

.pt-lm-pagination .page-numbers:hover {
    background: #f3f4f6;
    border-color: #6366f1;
}

.pt-lm-pagination .page-numbers.current {
    background: #6366f1;
    color: #fff;
    border-color: #6366f1;
}

/* Modal */
.pt-lm-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-lm-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
}

.pt-lm-modal-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.pt-lm-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pt-lm-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.pt-lm-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #9ca3af;
    transition: color 0.2s;
    border-radius: 4px;
}

.pt-lm-modal-close:hover {
    color: #ef4444;
    background: #fee2e2;
}

.pt-lm-modal-close .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.pt-lm-modal-body {
    padding: 24px;
}

.pt-lm-form-group {
    margin-bottom: 20px;
}

.pt-lm-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.pt-lm-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
}

.pt-lm-input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.pt-lm-help-text {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #6b7280;
}

.pt-lm-warning-text {
    margin: 12px 0 0 0;
    padding: 10px 12px;
    background: #fef3c7;
    border-left: 3px solid #f59e0b;
    border-radius: 4px;
    font-size: 13px;
    color: #92400e;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pt-lm-warning-text .dashicons {
    color: #f59e0b;
}

.pt-lm-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 24px;
}

.pt-lm-form-actions .button {
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
}

.pt-lm-form-actions .button-primary {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border: none;
}

.pt-lm-form-actions .button-primary:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

/* License Detail Page */
.pt-lm-breadcrumb {
    margin-bottom: 20px;
}

.pt-lm-breadcrumb a {
    color: #6366f1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.pt-lm-breadcrumb a:hover {
    color: #4f46e5;
}

.pt-lm-license-detail-header {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pt-lm-license-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pt-lm-license-title h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pt-lm-license-title h2 .dashicons {
    color: #6366f1;
}

.pt-lm-status-badge-large {
    padding: 7px 14px;
    font-size: 12px;
}

.pt-lm-detail-sections {
    display: grid;
    gap: 20px;
}

.pt-lm-detail-section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
}

.pt-lm-detail-section h3 {
    margin: 0 0 18px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f4f6;
}

.pt-lm-info-table {
    width: 100%;
    border-collapse: collapse;
}

.pt-lm-info-table th {
    text-align: left;
    padding: 10px 12px;
    width: 180px;
    font-weight: 600;
    color: #6b7280;
    vertical-align: top;
    font-size: 13px;
}

.pt-lm-info-table td {
    padding: 10px 12px;
    color: #1f2937;
}

.pt-lm-info-table tr {
    border-bottom: 1px solid #f9fafb;
}

.pt-lm-info-table tr:last-child {
    border-bottom: none;
}

.pt-lm-license-key {
    background: #f9fafb;
    padding: 8px 12px;
    border-radius: 6px;
    font-family: monospace;
    font-size: 13px;
    word-break: break-all;
    border: 1px solid #e5e7eb;
}

.pt-lm-btn-copy {
    margin-left: 8px;
    padding: 4px 8px;
}

.pt-lm-changes-ok {
    color: #10b981;
    font-weight: 600;
}

.pt-lm-changes-limit {
    color: #ef4444;
    font-weight: 600;
}

/* Notices */
.pt-lm-notice {
    padding: 14px 16px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pt-lm-notice .dashicons {
    flex-shrink: 0;
    margin-top: 2px;
}

.pt-lm-notice-info {
    background: #eff6ff;
    border-left: 3px solid #3b82f6;
    color: #1e3a8a;
}

.pt-lm-notice-warning {
    background: #fef3c7;
    border-left: 3px solid #f59e0b;
    color: #92400e;
}

.pt-lm-notice-error {
    background: #fee2e2;
    border-left: 3px solid #ef4444;
    color: #991b1b;
}

.pt-lm-notice p {
    margin: 4px 0 0 0;
}

/* Installation Guide */
.pt-lm-installation-guide ol {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
}

.pt-lm-installation-guide li {
    counter-increment: step-counter;
    margin-bottom: 22px;
    padding-left: 46px;
    position: relative;
}

.pt-lm-installation-guide li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.pt-lm-installation-guide li strong {
    display: block;
    margin-bottom: 6px;
    color: #1f2937;
    font-size: 14px;
}

.pt-lm-installation-guide li p {
    margin: 0 0 8px 0;
    color: #6b7280;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .pt-lm-order-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .pt-lm-order-info h3 {
        font-size: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .pt-lm-order-meta-inline {
        font-size: 12px;
        margin-left: 0;
    }

    .pt-lm-slots-stats {
        width: 100%;
        justify-content: space-around;
    }

    .pt-lm-licenses-table thead {
        display: none;
    }

    .pt-lm-licenses-table tbody td {
        display: block;
        text-align: right;
        padding: 10px 12px;
        position: relative;
        padding-left: 50%;
    }

    .pt-lm-licenses-table tbody td::before {
        content: attr(data-title);
        position: absolute;
        left: 12px;
        font-weight: 600;
        color: #6b7280;
        text-align: left;
        font-size: 12px;
    }

    .pt-lm-license-detail-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .pt-lm-info-table th,
    .pt-lm-info-table td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .pt-lm-info-table th {
        padding-bottom: 4px;
        font-size: 12px;
    }

    .pt-lm-info-table td {
        padding-top: 4px;
        padding-bottom: 14px;
    }

    .pt-lm-action-buttons {
        flex-direction: column;
        width: 100%;
    }

    .pt-lm-action-buttons .pt-lm-btn-add-domain,
    .pt-lm-action-buttons .pt-lm-btn-view,
    .pt-lm-action-buttons .pt-lm-btn-edit-domain {
        width: 100%;
        justify-content: center;
    }
}

/* Loading Spinner for Pending/Processing Status */
.pt-lm-spinner {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border: 2px solid rgba(180, 83, 9, 0.2);
    border-top-color: #b45309;
    border-radius: 50%;
    animation: pt-lm-spin 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes pt-lm-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Pending/Processing badge with spinner */
.pt-lm-status-badge.pt-lm-status-pending,
.pt-lm-status-badge.pt-lm-status-processing {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ============================================
   INFO BOX - Activation Instructions
   ============================================ */
.pt-lm-info-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    display: flex;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.pt-lm-info-icon {
    flex-shrink: 0;
}

.pt-lm-info-icon .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: rgba(255, 255, 255, 0.9);
}

.pt-lm-info-content {
    flex: 1;
    color: #fff;
}

.pt-lm-info-title {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
}

.pt-lm-info-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
    list-style: decimal;
}

.pt-lm-info-content ol li {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    line-height: 1.6;
}

.pt-lm-download-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pt-lm-download-box .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #fff;
    color: #667eea;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pt-lm-download-box .button:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.pt-lm-download-box .button .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.pt-lm-version-info {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .pt-lm-info-box {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }

    .pt-lm-download-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .pt-lm-download-box .button {
        width: 100%;
        justify-content: center;
    }
}
