/* ========================================
   ONEKNOWN MY ACCOUNT - MODERN UI STYLING
   ======================================== */

/* Base font family */
.elementor-widget-woocommerce-my-account {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; 
}

/* ========================================
   OVERALL LAYOUT
   ======================================== */

.woocommerce-account .woocommerce {
    background: transparent;
    margin-top: 40px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

/* Main container with modern card styling */
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    background: #ffffff;
    border: none !important;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.woocommerce-MyAccount-navigation:hover,
.woocommerce-MyAccount-content:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* ========================================
   NAVIGATION SIDEBAR - MODERN TAB STYLE
   ======================================== */

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
    width: 240px !important;
    flex: 0 0 240px;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation {
    margin-top: 0;
    width: 240px;
    flex-shrink: 0;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Navigation header - REMOVED to show in content area instead */
.woocommerce-MyAccount-navigation:before {
    content: "";
    display: none;
}

/* Navigation links - modern tab style */
.woocommerce-MyAccount-navigation-link {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    text-transform: none !important;
    border-left: 3px solid transparent;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background: #f9fafb;
    color: #5CC5BD;
}

/* Active state - Oneknown teal accent */
.woocommerce-MyAccount-navigation-link.is-active a {
    background: rgba(92, 197, 189, 0.05);
    color: #5CC5BD;
    font-weight: 600;
    border-left: 3px solid #5CC5BD;
}

/* Icon styling with modern spacing */
.woocommerce-MyAccount-navigation-link a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: #9ca3af;
    transition: color 0.2s ease;
}

.woocommerce-MyAccount-navigation-link a:hover:before {
    color: #5CC5BD;
}

.woocommerce-MyAccount-navigation-link.is-active a:before {
    color: #5CC5BD;
}

/* Icon definitions */
.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f3fd";
}
.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f07a";
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f3c5";
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
}
.woocommerce-MyAccount-navigation-link--wc-zoom-meetings a:before {
    content: "\f03d";
}
.woocommerce-MyAccount-navigation-link--wc-zoom-recordings a:before {
    content: "\f144";
}
.woocommerce-MyAccount-navigation-link--members-area a:before {
    content: "\f82f";
}
.woocommerce-MyAccount-navigation-link--my-cards a:before {
    content: "\f09d";
}
.woocommerce-MyAccount-navigation-link--license-keys a:before {
    content: "\f084"; /* Key icon */
}
.woocommerce-MyAccount-navigation-link--application a:before {
    content: "\f0c1"; /* Link/connection icon for application */
}

/* Alternative icon classes if using different endpoint names */
.woocommerce-MyAccount-navigation-link--licensekeys a:before,
.woocommerce-MyAccount-navigation-link--licenses a:before {
    content: "\f084"; /* Key icon */
}
.woocommerce-MyAccount-navigation-link--applications a:before,
.woocommerce-MyAccount-navigation-link--app a:before {
    content: "\f0c1"; /* Link icon */
}

/* ========================================
   CONTENT AREA
   ======================================== */

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    width: 100% !important;
    flex: 1;
    min-width: 600px;
    padding: 40px !important;
    min-height: 600px;
}

.woocommerce-MyAccount-content {
    min-height: 600px;
    min-width: 600px;
    flex: 1;
    padding: 40px !important;
}

/* Content headers */
.woocommerce-MyAccount-content > h2,
.woocommerce-MyAccount-content > h3 {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: none;
}

/* Dashboard welcome message */
.e-my-account-tab__dashboard .woocommerce-MyAccount-content p:nth-of-type(1) {
    font-size: 15px !important;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* ========================================
   TABLES - MODERN STYLING
   ======================================== */

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    border: 1px solid #e5e7eb !important;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    width: 100%;
}

/* Table headers */
.woocommerce table.shop_table thead {
    background: transparent;
}

.woocommerce table.shop_table th {
    font-size: 13px !important;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 16px !important;
    border: none;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    background: transparent;
}

.woocommerce table.my_account_orders th {
    font-size: 13px;
}

/* Table cells */
.woocommerce table.shop_table td {
    padding: 16px !important;
    border-top: none;
    border-bottom: 1px solid #f3f4f6;
    color: #111827;
    font-size: 14px;
    vertical-align: middle;
}

.woocommerce table.shop_table tbody tr {
    transition: background-color 0.15s ease;
    border-bottom: none;
}

.woocommerce table.shop_table tbody tr:last-child td {
    border-bottom: none;
}

.woocommerce table.shop_table tbody tr:hover {
    background-color: #f9fafb;
}

/* Table links - Dark color matching design */
.woocommerce-orders-table__cell-order-number a,
.vczapi-woocommerce-email-mtg-details li a {
    color: #111827 !important;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.woocommerce-orders-table__cell-order-number a:hover,
.vczapi-woocommerce-email-mtg-details li a:hover {
    color: #5CC5BD !important;
    text-decoration: none;
}

/* Table action buttons - TEAL */
.woocommerce table.shop_table .button,
.woocommerce-button.button {
    background: #5CC5BD !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.2s ease;
    cursor: pointer;
}

.woocommerce table.shop_table .button:hover,
.woocommerce-button.button:hover {
    background: #4aa89f !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(92, 197, 189, 0.3) !important;
}

/* ========================================
   FORMS - MODERN INPUT STYLING
   ======================================== */

.woocommerce-MyAccount-content form .form-row {
    margin-bottom: 24px;
}

.woocommerce-MyAccount-content form label {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-MyAccount-content form input[type="text"],
.woocommerce-MyAccount-content form input[type="email"],
.woocommerce-MyAccount-content form input[type="password"],
.woocommerce-MyAccount-content form input[type="tel"],
.woocommerce-MyAccount-content form input[type="number"],
.woocommerce-MyAccount-content form textarea,
.woocommerce-MyAccount-content form select {
    border: 2px solid #5CC5BD !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #111827;
    transition: all 0.2s ease;
    width: 100%;
    background: #ffffff;
    box-shadow: none;
}

.woocommerce-MyAccount-content form input[type="text"]:focus,
.woocommerce-MyAccount-content form input[type="email"]:focus,
.woocommerce-MyAccount-content form input[type="password"]:focus,
.woocommerce-MyAccount-content form input[type="tel"]:focus,
.woocommerce-MyAccount-content form input[type="number"]:focus,
.woocommerce-MyAccount-content form textarea:focus,
.woocommerce-MyAccount-content form select:focus {
    border-color: #5CC5BD !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(92, 197, 189, 0.1) !important;
}

/* Placeholder styling */
.woocommerce-MyAccount-content form input::placeholder,
.woocommerce-MyAccount-content form textarea::placeholder {
    color: #9ca3af;
    font-size: 14px;
}

/* Submit buttons - TEAL */
.woocommerce-MyAccount-content form button[type="submit"],
.woocommerce-MyAccount-content form input[type="submit"],
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content .woocommerce-button {
    background: #5CC5BD !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: none;
}

.woocommerce-MyAccount-content form button[type="submit"]:hover,
.woocommerce-MyAccount-content form input[type="submit"]:hover,
.woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-MyAccount-content .woocommerce-button:hover {
    background: #4aa89f !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(92, 197, 189, 0.3) !important;
}

/* ========================================
   NOTICES & MESSAGES
   ======================================== */

.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-error {
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-left-width: 4px;
    border-left-style: solid;
    background: #eff6ff;
    border-left-color: #3b82f6;
    color: #1e40af;
}

.woocommerce-MyAccount-content .woocommerce-message {
    background: #f0fdf4;
    border-left-color: #5CC5BD;
    color: #166534;
}

.woocommerce-MyAccount-content .woocommerce-info {
    background: #eff6ff;
    border-left-color: #3b82f6;
    color: #1e40af;
}

.woocommerce-MyAccount-content .woocommerce-error {
    background: #fef2f2;
    border-left-color: #ef4444;
    color: #991b1b;
}

/* Empty state for tables and content */
.woocommerce-message--info {
    background: #eff6ff !important;
    border: 1px solid #dbeafe !important;
    border-left: 4px solid #3b82f6 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    color: #1e40af !important;
    font-size: 15px !important;
}

/* "No downloads found" etc. */
.woocommerce table td {
    text-align: center;
}

.woocommerce table tbody tr td[colspan] {
    padding: 40px 20px !important;
    color: #6b7280;
    font-size: 15px;
}

/* ========================================
   ZOOM & CUSTOM SECTIONS
   ======================================== */

.vczapi-my-accounts-purchased-recordings h3,
.woocommerce-MyAccount-content-wrapper h2 {
    display: none;
}

.vczapi-my-accounts-purchased-recordings {
    margin-top: 16px;
}

.woocommerce-zoom-meetings .woocommerce-orders-table__cell-order-actions,
.woocommerce-zoom-meetings .woocommerce-orders-table__meeting_post {
    display: table-cell !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 24px;
    }
    
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
        width: 100% !important;
    }
    
    .woocommerce-MyAccount-navigation:before {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        padding: 24px !important;
    }
    
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td {
        padding: 12px !important;
        font-size: 13px;
    }
}

/* ========================================
   PROFILE BADGE (Optional Enhancement)
   ======================================== */

/* Add user profile info to dashboard */
.woocommerce-MyAccount-content.e-my-account-tab__dashboard:before {
    content: "Hello " attr(data-username) "!";
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.woocommerce-MyAccount-content .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #718096;
    margin-top: 16px;
}

/* Status badges */
.woocommerce-orders-table__cell-order-status {
    font-weight: 600;
}

.woocommerce-orders-table__cell-order-status mark {
    background: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.woocommerce-orders-table__cell-order-status mark.status-completed {
    background: #d1fae5;
    color: #065f46;
}

.woocommerce-orders-table__cell-order-status mark.status-processing {
    background: #dbeafe;
    color: #1e40af;
}

.woocommerce-orders-table__cell-order-status mark.status-on-hold {
    background: #fef3c7;
    color: #92400e;
}

.woocommerce-orders-table__cell-order-status mark.status-cancelled,
.woocommerce-orders-table__cell-order-status mark.status-failed {
    background: #fee2e2;
    color: #991b1b;
}

/* ========================================
   ENHANCED INTERACTIVE ELEMENTS
   ======================================== */

/* Order number copy button */
.order-number-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.copy-order-btn {
    background: transparent;
    border: none;
    color: #cbd5e0;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 12px;
}

.copy-order-btn:hover {
    background: #f7fafc;
    color: #5CC5BD;
}

/* Copy notification */
.copy-notification {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #1a1a1a;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 10000;
}

.copy-notification.show {
    opacity: 1;
    transform: translateY(0);
}

/* Table search box */
.myaccount-table-search {
    position: relative;
    margin-bottom: 20px;
    max-width: 400px;
}

.myaccount-search-input {
    width: 100%;
    padding: 12px 16px 12px 44px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.myaccount-search-input:focus {
    border-color: #5CC5BD;
    outline: none;
    box-shadow: 0 0 0 3px rgba(92, 197, 189, 0.1);
}

.myaccount-table-search i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 14px;
}

/* Password strength indicator */
.password-strength-indicator {
    margin-top: 8px;
}

.strength-bar {
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.strength-bar.weak {
    background: #ef4444;
}

.strength-bar.medium {
    background: #f59e0b;
}

.strength-bar.strong {
    background: #10b981;
}

.strength-text {
    font-size: 12px;
    font-weight: 600;
}

.strength-bar.weak ~ .strength-text {
    color: #ef4444;
}

.strength-bar.medium ~ .strength-text {
    color: #f59e0b;
}

.strength-bar.strong ~ .strength-text {
    color: #10b981;
}

/* Loading button state */
.button.is-loading {
    opacity: 0.7;
    cursor: not-allowed;
    position: relative;
}

.button.is-loading:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: button-spin 0.6s linear infinite;
}

@keyframes button-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ========================================
   ENHANCED PROFILE SECTION
   ======================================== */

/* Dashboard header with avatar */
.woocommerce-MyAccount-content.e-my-account-tab__dashboard {
    position: relative;
}

/* Add user greeting styling */
.e-my-account-tab__dashboard p:first-of-type strong {
    color: #5CC5BD;
    font-weight: 700;
}

/* ========================================
   ADDITIONAL MODERN TOUCHES
   ======================================== */

/* Smooth transitions for all interactive elements */
a, button, input, select, textarea {
    transition: all 0.2s ease;
}

/* Focus visible for accessibility */
*:focus-visible {
    outline: 2px solid #5CC5BD;
    outline-offset: 2px;
}

/* Empty state for tables */
.woocommerce-MyAccount-content .woocommerce-message--info:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f05a";
    margin-right: 12px;
    font-size: 18px;
}

/* Scrollbar styling for webkit browsers */
.woocommerce-MyAccount-content::-webkit-scrollbar {
    width: 8px;
}

.woocommerce-MyAccount-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.woocommerce-MyAccount-content::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

.woocommerce-MyAccount-content::-webkit-scrollbar-thumb:hover {
    background: #5CC5BD;
}

/* Print styles */
@media print {
    .woocommerce-MyAccount-navigation {
        display: none;
    }
    
    .woocommerce-MyAccount-content {
        width: 100% !important;
        box-shadow: none !important;
    }
}

/* ========================================
   LOGIN & REGISTRATION PAGES
   ======================================== */

/* Main login/register container */
.woocommerce-account:not(.logged-in) .woocommerce {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Login and Register forms */
.woocommerce-form-login,
.woocommerce-form-register {
    background: #ffffff;
    border: none !important;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 40px !important;
    transition: box-shadow 0.3s ease;
    margin-bottom: 24px;
}

.woocommerce-form-login:hover,
.woocommerce-form-register:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Form headings */
.woocommerce-form-login h2,
.woocommerce-form-register h2,
.woocommerce-form-login .woocommerce-form-login__title,
.woocommerce-form-register .woocommerce-form-register__title {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: none;
    text-transform: none !important;
}

/* Form rows */
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row {
    margin-bottom: 20px;
}

/* Labels */
.woocommerce-form-login label,
.woocommerce-form-register label {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    text-transform: none !important;
}

/* Input fields with TEAL borders */
.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="email"],
.woocommerce-form-login input[type="password"],
.woocommerce-form-register input[type="text"],
.woocommerce-form-register input[type="email"],
.woocommerce-form-register input[type="password"] {
    border: 2px solid #5CC5BD !important;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #111827;
    transition: all 0.2s ease;
    width: 100% !important;
    background: #ffffff;
}

.woocommerce-form-login input[type="text"]:focus,
.woocommerce-form-login input[type="email"]:focus,
.woocommerce-form-login input[type="password"]:focus,
.woocommerce-form-register input[type="text"]:focus,
.woocommerce-form-register input[type="email"]:focus,
.woocommerce-form-register input[type="password"]:focus {
    border-color: #5CC5BD !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(92, 197, 189, 0.1) !important;
}

/* Submit buttons - TEAL */
.woocommerce-form-login button[type="submit"],
.woocommerce-form-login .woocommerce-button,
.woocommerce-form-register button[type="submit"],
.woocommerce-form-register .woocommerce-button {
    background: #5CC5BD !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 100%;
    text-transform: none !important;
}

.woocommerce-form-login button[type="submit"]:hover,
.woocommerce-form-login .woocommerce-button:hover,
.woocommerce-form-register button[type="submit"]:hover,
.woocommerce-form-register .woocommerce-button:hover {
    background: #4aa89f !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(92, 197, 189, 0.3) !important;
}

/* Remember me checkbox */
.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
    width: auto !important;
    margin-right: 8px;
    margin-top: 0;
}

.woocommerce-form-login .woocommerce-form-login__rememberme label {
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
}

/* Lost password link */
.woocommerce-LostPassword {
    margin-top: 16px;
    text-align: center;
}

.woocommerce-LostPassword a {
    color: #5CC5BD;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.woocommerce-LostPassword a:hover {
    color: #4aa89f;
    text-decoration: underline;
}

/* Privacy policy text */
.woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #718096;
    margin-top: 16px;
    line-height: 1.6;
}

.woocommerce-privacy-policy-text a {
    color: #5CC5BD;
    text-decoration: none;
}

.woocommerce-privacy-policy-text a:hover {
    text-decoration: underline;
}

/* Form descriptions */
.woocommerce-form-login p,
.woocommerce-form-register p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 14px;
}

/* Error messages on login/register */
.woocommerce-account .woocommerce-error {
    background: #fef2f2;
    border-left: 4px solid #ef4444;
    color: #991b1b;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    list-style: none;
}

.woocommerce-account .woocommerce-error li {
    list-style: none;
}

.woocommerce-account .woocommerce-message {
    background: #f0fdf4;
    border-left: 4px solid #5CC5BD;
    color: #166534;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    list-style: none;
}

.woocommerce-account .woocommerce-message li {
    list-style: none;
}

/* Responsive login/register */
@media (max-width: 768px) {
    .woocommerce-account:not(.logged-in) .woocommerce {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .woocommerce-form-login,
    .woocommerce-form-register {
        padding: 24px !important;
    }
}

/* Lost password page styling */
.woocommerce-ResetPassword {
    background: #ffffff;
    border: none !important;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 40px !important;
    max-width: 500px;
    margin: 0 auto;
}

.woocommerce-ResetPassword h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f0;
}

/* Add icons to login/register forms */
.woocommerce-form-login .form-row-first,
.woocommerce-form-login .form-row-last,
.woocommerce-form-login .form-row-wide,
.woocommerce-form-register .form-row-first,
.woocommerce-form-register .form-row-last,
.woocommerce-form-register .form-row-wide {
    position: relative;
}

/* Add subtle placeholder styling */
.woocommerce-form-login input::placeholder,
.woocommerce-form-register input::placeholder {
    color: #a0aec0;
    font-size: 14px;
}

/* Make form fields full width */
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row {
    width: 100%;
    float: none;
    clear: both;
}

/* Success message styling */
.woocommerce-account .woocommerce-info {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    color: #1e40af;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
}
