.distributor-dashboard {
    max-width: 1000px;
    margin: 40px auto;
}

.dashboard-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
        font-family: 'Rubik', sans-serif;
}

.dashboard-card {
    display: block;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.2s ease;
    color: #000;
        font-family: 'Rubik', sans-serif;
}

.dashboard-card:hover {
    background: #000;
    color: #fff;
}

.wholesale-page {
    max-width: 1200px;
    margin: 40px auto;
}

.wholesale-order-table {
    width: 100%;
    border-collapse: collapse;
        font-family: 'Rubik', sans-serif;
}

.wholesale-order-table th,
.wholesale-order-table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    text-align: left;
        font-family: 'Rubik', sans-serif;
}

.wholesale-submit-btn {
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
        font-family: 'Rubik', sans-serif;
}

.order-total {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
        font-family: 'Rubik', sans-serif;
}

.wholesale-success {
    background: #e7f7ed;
    padding: 10px;
    margin-bottom: 15px;
        font-family: 'Rubik', sans-serif;
}

.wholesale-error {
    background: #fdecea;
    padding: 10px;
    margin-bottom: 15px;
        font-family: 'Rubik', sans-serif;
}


/* Wholesale Application Page */
.wholesale-application {
    max-width: 900px;
    margin: 40px auto;
}

.wholesale-application h2 {
    margin-bottom: 30px;
}

/* Form labels */
.wholesale-application label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Inputs */
.wholesale-application input,
.wholesale-application textarea,
.wholesale-application select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 15px;
    margin-bottom: 20px;
    background: #fff;
}

/* Bigger textarea */
.wholesale-application textarea {
    min-height: 120px;
}

/* Submit button */
.wholesale-application button,
.wholesale-application input[type="submit"] {
    background: #000;
    color: #fff;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.wholesale-application button:hover,
.wholesale-application input[type="submit"]:hover {
    background: #333;
}

.page-id-16719 .entry-title
{
    display:none;
}
.page-id-16703 .entry-title
{
    display:none;
}
.post-16719
{
    padding:0px !important;
}
.page-id-16697 .entry-title
{
    display:none;
}
.page-id-16721 .entry-title 
{
    display: none;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p
{
        font-family: 'Rubik', sans-serif;
}

.wholesale-dashboard {
            max-width: 900px;
            margin: 40px auto;
            padding: 30px;
            background: #f5f5f5;
            border-radius: 6px;
        }

        .wholesale-dashboard h2 {
            font-size: 32px;
              font-family: 'Rubik', sans-serif;
            margin-bottom: 30px;
        }

        .wholesale-dashboard-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .wholesale-dashboard-card {
            background: #ffffff;
            padding: 25px;
            border-radius: 6px;
            text-align: center;
            border: 1px solid #e5e5e5;
            transition: 0.2s;
              font-family: 'Rubik', sans-serif;
}
        }

        .wholesale-dashboard-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transform: translateY(-2px);
        }

        .wholesale-dashboard-card a {
            text-decoration: none;
            font-weight: bold;
            color: #000;
            font-size: 18px;
            display: block;
              font-family: 'Rubik', sans-serif;
}
        

        /* Wholesale Application Form */
.immortal-wholesale-form {
    max-width: 600px;
    margin: 40px auto;
}

.immortal-wholesale-form p {
    margin-bottom: 18px;
}

.immortal-wholesale-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.immortal-wholesale-form input,
.immortal-wholesale-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.immortal-wholesale-form input[type="submit"] {
    background: #b9975b;
    color: #fff;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 4px;
}

.immortal-wholesale-form input[type="submit"]:hover {
    background: #a6854f;
}


/* Dashboard */
.wholesale-dashboard {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 6px;
}

.wholesale-dashboard h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.wholesale-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.wholesale-dashboard-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.wholesale-dashboard-card a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    display: block;
}

.immortal-wholesale-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background: #f5f5f5;
    border-radius: 6px;
}

.immortal-wholesale-title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.wholesale-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.wholesale-dashboard-card {
    background: #111;
    color: #fff;
    padding: 30px;
    text-align: center;
    border: 1px solid #333;
    transition: 0.3s;
}

.wholesale-dashboard-card a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.wholesale-dashboard-card:hover {
    background: #c9a24a;
    border-color: #c9a24a;
}

/* Hide page title on wholesale pages */
.page-id-1067 .entry-title,
.page-id-1067 .ast-article-title {
    display: none;
}

/* Wholesale Application Form */
.immortal-wholesale-wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.immortal-wholesale-title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: left;
}

.immortal-wholesale-form p {
    margin-bottom: 20px;
}

.immortal-wholesale-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.immortal-wholesale-form input[type="text"],
.immortal-wholesale-form input[type="email"],
.immortal-wholesale-form input[type="password"],
.immortal-wholesale-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    font-size: 16px;
    background: #fff;
}

.immortal-wholesale-form input[type="submit"] {
    background: #c9a24a;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    cursor: pointer;
}

.immortal-wholesale-form input[type="submit"]:hover {
    background: #b8923f;
}

.page-id-16701 .entry-title
{
    display:none;
}