body.woocommerce-account {
    display: block;
}

/* body.woocommerce-account main#content {
    display: flex;
} */
body.woocommerce-account main#content {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}
div#sub-main .hero-container {
    max-width: 1050px;
    margin: 60px auto;
    text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: inline-start;
    width: 100%;
}
div#sub-main {
    margin-left: 260px;
    width: 83%;
    min-height: 100vh;
}
body.woocommerce-account .nav-links a {
    text-decoration: unset;
}
body.woocommerce-account main header{
    display: flex;
}
header#masthead {
    display: none !important;
}

@media (max-width: 768px) {
    div#sub-main {
        float: right;
        margin-left: 0px;
        width: 100%;
        min-height: 100vh;
        padding: 0px;
    }
    body.woocommerce-account .account-wrapper {
        max-width: 100%;
        margin: 20px;
        padding-bottom: 70px;
    }
}
body.woocommerce-account .account-wrapper .bg-gradient-to-br {
    background: linear-gradient(to bottom right, #f0429933, #f97a1f33);
}

        /* Wrapper */
        body.woocommerce-account .account-wrapper {
            max-width: 100%;
            margin: 20px;
        }
        
        /* Header */
        body.woocommerce-account .account-header h1 {
            font-size: 32px;
            font-weight: 600;
        }
        
        body.woocommerce-account .account-header p {
            color: #8b8f9c;
            margin-top: 6px;
        }
        
        /* Tabs */
        body.woocommerce-account .account-tabs {
            margin-top: 30px;
            border-bottom: 1px solid #1b1f2e;
            display: flex;
            gap: 30px;
        }
        
        body.woocommerce-account .account-tabs a {
            padding-bottom: 12px;
            color: #8b8f9c;
            text-decoration: none;
            position: relative;
            font-weight: 500;
        }
        
        body.woocommerce-account .account-tabs a.active,.account-tabs a.is-active {
            color: #fff;
        }
        
        body.woocommerce-account .account-tabs a.active::after,.account-tabs a.is-active::after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            height: 2px;
            width: 100%;
            background: linear-gradient(90deg, #ff4d9d, #ff8a4c);
        }
        
        /* Profile Card */
        body.woocommerce-account .profile-card {
            margin-top: 30px;
            background: #121216;
            padding: 30px;
            border-radius: 14px;
            border: 1px solid #242429;
            max-width: 600px;
        }
        
        body.woocommerce-account .profile-card h2 {
            font-size: 20px;
            font-weight: 600;
        }
        
        body.woocommerce-account .sub-text {
            color: #8b8f9c;
            margin-top: 6px;
            margin-bottom: 25px;
        }
        
        /* Photo */
        body.woocommerce-account .profile-photo-section {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 25px;
        }
        
        body.woocommerce-account .profile-photo {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ff4d9d, #ff8a4c);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 22px;
        }
        
        body.woocommerce-account .photo-text h4 {
            font-size: 15px;
        }
        
        body.woocommerce-account .photo-text p {
            font-size: 13px;
            color: #8b8f9c;
        }
        
        /* Form */
        body.woocommerce-account .form-group {
            margin-bottom: 20px;
        }
        
        body.woocommerce-account .form-group label {
            display: block;
            font-size: 14px;
            margin-bottom: 6px;
            color: #b6bac7;
        }
        
        body.woocommerce-account .form-group input,
        body.woocommerce-account .form-group textarea {
            width: 100%;
            background: #05070d;
            border: 1px solid #1b1f2e;
            padding: 12px;
            border-radius: 8px;
            color: #fff;
            font-size: 14px;
        }
        
        body.woocommerce-account .form-group input:focus,
        body.woocommerce-account .form-group textarea:focus {
            outline: none;
            border-color: #ff4d9d;
        }

        body.woocommerce-account .form-group.password-field {
            position: relative;
        }

        body.woocommerce-account .form-group.password-field input {
            padding-right: 44px;
        }

        body.woocommerce-account .password-toggle-btn {
            position: absolute;
            right: 12px;
            bottom: 12px;
            border: 0;
            background: transparent;
            color: #b6bac7;
            cursor: pointer;
            line-height: 1;
            padding: 0;
        }

        body.woocommerce-account .password-toggle-btn:hover,
        body.woocommerce-account .password-toggle-btn:focus {
            color: #ffffff;
            outline: none;
        }
        
        body.woocommerce-account .form-group small {
            color: #8b8f9c;
            font-size: 12px;
        }
        
        /* Buttons */
        body.woocommerce-account .form-buttons {
            margin-top: 20px;
            display: flex;
            gap: 12px;
        }
        
        body.woocommerce-account .btn-primary {
            background: var(--gradient-button);
            border: none;
            padding: 10px 18px;
            border-radius: 8px;
            color: #fff;
            font-weight: 500;
            cursor: pointer;
        }
        
        body.woocommerce-account .btn-secondary {
            /* background: #111523; */
            border: 1px solid #1b1f2e;
            padding: 10px 18px;
            border-radius: 8px;
            color: #8b8f9c;
            cursor: pointer;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
        
            body.woocommerce-account .profile-card {
                max-width: 100%;
                padding: 20px;
            }
        
            body.woocommerce-account .account-tabs {
                gap: 15px;
                overflow-x: auto;
            }
        
            body.woocommerce-account .account-tabs a {
                white-space: nowrap;
            }
        
            body.woocommerce-account .profile-photo-section {
                flex-direction: column;
                align-items: flex-start;
            }
        
            body.woocommerce-account .form-buttons {
                flex-direction: column;
            }
        
            body.woocommerce-account .btn-primary,
            body.woocommerce-account .btn-secondary {
                width: 100%;
            }
        }

        .plan-wrapper {
            text-align: center;
        }
        .plan-wrapper ul li {
            text-align: left;
        }
          
        .plan-wrapper .plan-card {
            max-width: 520px;
            padding: 40px 20px;
            display: inline-block;
        }
          
          /* ICON SECTION */
        .plan-wrapper .icon-wrapper {
            position: relative;
            display: inline-block;
            margin-bottom: 30px;
        }
          
        .plan-wrapper .icon-circle {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: radial-gradient(circle at center, #2a0f1c, #14060f);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 40px rgba(255, 0, 120, 0.2);
        }
          
        .plan-wrapper .crown {
            font-size: 36px;
        }
          
        .plan-wrapper .sparkle {
            position: absolute;
            top: 0;
            right: 0;
            background: #ff4d79;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
          
          /* TEXT */
        .plan-wrapper .title {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 15px;
        }
          
        .plan-wrapper .description {
            font-size: 15px;
            color: #a0a3b1;
            line-height: 1.6;
            margin-bottom: 30px;
        }
          
          /* BUTTON */
        .plan-wrapper .btn-gradient {
            display: inline-block;
            padding: 12px 28px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            color: #fff;
            background: linear-gradient(90deg, #ff3c83, #ff8a2c);
            transition: 0.3s ease;
        }
          
        .plan-wrapper .btn-gradient:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
        body.woocommerce-checkout  .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
            color: #000000 !important;
        }

        header.woocommerce-Address-title.title a.edit {
            display: inline-block;
            padding: 12px 28px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            color: #fff;
            background: linear-gradient(90deg, #ff3c83, #ff8a2c);
            transition: 0.3s ease;
        }
        td.subscription-actions a.woocommerce-button.button.view {
            display: none;
        }
        p.error {
            color: red;
        }
        p.success {
            color: green;
        }
        .usage-container a:hover {
            background-color: hsl(var(--secondary) / 0.4);
            color: hsl(var(--sidebar-active));
            border-radius: 10px;
        }
        .usage-container a {
            text-decoration: none !important;
        }

        body.woocommerce-account .my-account-container {
            position: relative;
        }

        body.woocommerce-account .my-account-container.is-skeleton-loading > :not(.my-account-skeleton),
        body.woocommerce-account .woocommerce-MyAccount-content.is-skeleton-loading > :not(.my-account-skeleton) {
            opacity: 0.2;
            pointer-events: none;
            user-select: none;
        }

        body.woocommerce-account .my-account-skeleton {
            position: absolute;
            inset: 0;
            z-index: 30;
            display: flex;
            flex-direction: column;
            gap: 14px;
            padding: 10px 0;
            background: rgba(9, 10, 14, 0.35);
        }

        body.woocommerce-account .my-account-skeleton-line,
        body.woocommerce-account .my-account-skeleton-card {
            border-radius: 10px;
            background: linear-gradient(90deg, rgba(35, 36, 43, 0.95) 25%, rgba(56, 58, 67, 0.95) 37%, rgba(35, 36, 43, 0.95) 63%);
            background-size: 400% 100%;
            animation: myAccountSkeletonPulse 1.2s ease-in-out infinite;
            height: 200px;
        }

        body.woocommerce-account .my-account-skeleton-line {
            height: 16px;
        }

        body.woocommerce-account .my-account-skeleton-line.lg {
            width: 40%;
            height: 22px;
        }

        body.woocommerce-account .my-account-skeleton-line.md {
            width: 58%;
        }

        body.woocommerce-account .my-account-skeleton-line.sm {
            width: 30%;
        }

        body.woocommerce-account .my-account-skeleton-line.full {
            width: 100%;
        }

        body.woocommerce-account .my-account-skeleton-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            margin: 4px 0;
        }

        body.woocommerce-account .my-account-skeleton-card {
            height: 50vh;
        }

        @keyframes myAccountSkeletonPulse {
            0% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0 50%;
            }
        }

        @media (max-width: 768px) {
            body.woocommerce-account .my-account-skeleton-grid {
                grid-template-columns: 1fr;
            }
        }
