/* Color variables so you can fuck with the palette easy */
:root {
    --primary-color: #007bff; /* Main action color */
    --primary-dark: #0056b3;  /* Hover shade */
    --secondary-color: #6c757d;
    --background-color: #f8f9fa;
    --text-color: #212529;
    --border-color: #dee2e6;
}
.woocommerce-account .woocommerce {
	  max-width: 1180px;
	  margin: 0 auto;
    padding: 1rem;
}
/* Main container - max-width 1180px, centered */
.woocommerce-account  {
	    background: #f9fafb;
  
  
    font-family: 'Arial', sans-serif; /* Swap this if your theme’s font is different */
}

/* Tabs - modern flexbox shit */
.woocommerce-MyAccount-navigation ul {
    display: flex
;
    flex-wrap: wrap;
    list-style: none;
 
    padding: 0;
    margin: 0;
gap:3px;
    flex-direction: column;
    margin-top: 10px;
}

.woocommerce-MyAccount-navigation li {
    margin-right: 1rem;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 13px 1rem;
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation a:hover {
    color: var(--primary-color);
	  background-color: #edecfc;
    color: #5e56e7;
	   border-radius: 8px;
}

.woocommerce-MyAccount-navigation .is-active a {
       background-color: #edecfc;
    color: #5e56e7;
    font-weight: 600;
    border-radius: 8px;
}

/* Content area - clean and modern */
.woocommerce-MyAccount-content {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.woocommerce-MyAccount-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.woocommerce-MyAccount-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--text-color);
}

.woocommerce-MyAccount-content a {
    color: var(--primary-color);
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* Forms - slick and user-friendly */
.woocommerce-MyAccount-content form {
    max-width: 600px;
}

.woocommerce-MyAccount-content label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-color);
}

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.woocommerce-MyAccount-content input[type="text"]:focus,
.woocommerce-MyAccount-content input[type="email"]:focus,
.woocommerce-MyAccount-content input[type="password"]:focus {
    border-color: var(--primary-color);
    outline: none;
}

.woocommerce-MyAccount-content .form-row {
    margin-bottom: 1.5rem;
}

/* Buttons - bold and clickable */
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content button[type="submit"] {
    background-color: var(--primary-color);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

.woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-MyAccount-content button[type="submit"]:hover {
    background-color: var(--primary-dark);
}

/* Downloads tab - modern table */
.woocommerce-table--downloads {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.woocommerce-table--downloads th,
.woocommerce-table--downloads td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.woocommerce-table--downloads th {
    background-color: var(--background-color);
    font-weight: 600;
    color: var(--text-color);
}

.woocommerce-table--downloads tr:hover {
    background-color: #f1f3f5;
}

/* Messages - no downloads? Make it look good */
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    padding: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    color: var(--secondary-color);
    font-size: 1.1rem;
}

/* Mobile - stack tabs and tighten shit up */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }
    .woocommerce-MyAccount-navigation li {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .woocommerce-MyAccount-content {
        padding: 1.5rem;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  
    background: white;
    padding: 10px;
    border-radius: 10px;
	margin-top: 15px;
}

.woocommerce-MyAccount-downloads-file{
	background: #007bff !important;
    padding: 13px 30px !important;
    border-radius: 6px !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 13px;
    border: 1px solid rgb(209 213 219);
    border-radius: 8px;
}

.pixelwp-shortcut-box {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex
;
    gap: 0;
    flex-direction: column;
}

.pixelwp-shortcut-box p{
	margin-bottom:0 !important;
}

.woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce-MyAccount-content button[type="submit"]:hover {
    background-color: var(--primary-dark);
    color: white;
}

.woocommerce-MyAccount-navigation svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.woocommerce-MyAccount-navigation a{
	display:flex;
	gap:5px;
}