/**
 * Modern Seller Profile Page Styles
 * Theme: Sm/autostore (PartSwap)
 *
 * Color Palette:
 *   Primary:    #2F6BFF
 *   Accent:     #49B56B
 *   Dark Blue:  #1B2C52
 *   Text:       #333333
 *   Muted Text: #777777
 *   Border:     #E5E7EB
 *   Background: #FAFAFA
 */

/* =========================================================================
   1. SELLER HEADER / BANNER  (.wk-mp-header-layout2)
   ========================================================================= */

.wk-mp-header-layout2 {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    border: 1px solid #E5E7EB;
}

.wk-mp-header-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 220px;
}

.wk-mp-header-container-left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 24px;
    flex: 1 1 55%;
    min-width: 0;
}

.wk-mp-header-container-right {
    flex: 1 1 40%;
    min-width: 280px;
    position: relative;
    overflow: hidden;
    max-height: 280px;
}

.wk-mp-collection-logo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    border: 3px solid #E5E7EB;
    flex-shrink: 0;
    background: #f5f5f5;
}

.wk-mp-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wk-mp-left-seller-content {
    flex: 1;
    min-width: 0;
}

.wk-mp-layout2-seller-title {
    font-size: 22px;
    font-weight: 700;
    color: #1B2C52;
    text-decoration: none;
    display: block;
    line-height: 1.3;
    margin-bottom: 8px;
}

.wk-mp-layout2-seller-title:hover {
    color: #2F6BFF;
}

/* Shop Info Row */
.wk-mp-left-seller-content .shop-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.wk-mp-left-seller-content .shop-info a.rating,
.wk-mp-left-seller-content .shop-info a.location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 20px;
    background: #F3F4F6;
    transition: background 0.2s, color 0.2s;
}

.wk-mp-left-seller-content .shop-info a.rating:hover,
.wk-mp-left-seller-content .shop-info a.location:hover {
    background: #2F6BFF;
    color: #fff;
}

.wk-mp-left-seller-content .shop-info a.rating::before {
    content: '\2605';
    color: #FFB800;
    font-size: 14px;
}

.wk-mp-left-seller-content .shop-info a.location::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.wk-mp-left-seller-content .shop-info a.location:hover::before {
    filter: brightness(0) invert(1);
}

.wk-mp-left-seller-content .description {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.wk-mp-left-seller-content .description .read-more {
    color: #2F6BFF;
    cursor: pointer;
    font-weight: 600;
}

.wk-mp-left-seller-content .description .read-more:hover {
    text-decoration: underline;
}

/* Social Media Icons */
.wk-mp-layout2-social-media {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.wk-mp-layout2-social-media a,
.wk-mp-layout2-social-media > div > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #F3F4F6;
    transition: transform 0.2s, background 0.2s;
    text-decoration: none;
}

.wk-mp-layout2-social-media a:hover,
.wk-mp-layout2-social-media > div > a:hover {
    background: #2F6BFF;
    transform: translateY(-2px);
}

.wk-mp-profile-icon-css {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wk-mp-profile-icon-fb::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='%23555'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.wk-mp-profile-icon-vimeo::before {
    content: 'V';
    font-weight: bold;
    color: #555;
    font-size: 14px;
}

.wk-mp-profile-icon-youtube::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='%23555'%3E%3Cpath d='M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.wk-mp-profile-icon-instagram::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.wk-mp-profile-icon-pinterest::before {
    content: 'P';
    font-weight: bold;
    color: #555;
    font-size: 14px;
}

.wk-mp-layout2-social-media a:hover .wk-mp-profile-icon-fb::before,
.wk-mp-layout2-social-media > div > a:hover .wk-mp-profile-icon-fb::before {
    filter: brightness(0) invert(1);
}

.wk-mp-layout2-social-media a:hover .wk-mp-profile-icon-youtube::before,
.wk-mp-layout2-social-media > div > a:hover .wk-mp-profile-icon-youtube::before {
    filter: brightness(0) invert(1);
}

.wk-mp-layout2-social-media a:hover .wk-mp-profile-icon-instagram::before,
.wk-mp-layout2-social-media > div > a:hover .wk-mp-profile-icon-instagram::before {
    filter: brightness(0) invert(1);
}

.x-profile,
.tiktok-profile,
.moleskine-profile {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.2s;
}

.wk-mp-layout2-social-media a:hover .x-profile,
.wk-mp-layout2-social-media a:hover .tiktok-profile,
.wk-mp-layout2-social-media a:hover .moleskine-profile,
.wk-mp-layout2-social-media > div > a:hover .x-profile,
.wk-mp-layout2-social-media > div > a:hover .tiktok-profile,
.wk-mp-layout2-social-media > div > a:hover .moleskine-profile {
    filter: brightness(0) invert(1);
}

/* Report Seller Container */
.wk-mp-report-seller-container {
    display: flex;
    justify-content: center;
    padding: 12px 24px;
    border-top: 1px solid #E5E7EB;
    background: #FAFAFA;
}

.wk-mp-report-seller-container a.report,
.wk-mp-report-seller-bottom a.report {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #777;
    font-size: 13px;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
    cursor: pointer;
}

.wk-mp-report-seller-container a.report:hover,
.wk-mp-report-seller-bottom a.report:hover {
    color: #DC2626;
    background: #FEF2F2;
}

.wk-mp-report-seller-bottom {
    display: flex;
    justify-content: center;
    padding: 16px;
    margin-top: 24px;
}

/* =========================================================================
   2. TAB NAVIGATION  (.wk-supplier-tabs)
   Override Magento's accordion defaults to force horizontal tabs.
   ========================================================================= */

.wk-supplier-tabs,
.product.info.detailed.wk-supplier-tabs {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #E5E7EB;
}

/* Override Magento's default accordion layout */
.wk-supplier-tabs .product.data.items {
    display: flex !important;
    flex-wrap: wrap !important;
    position: relative;
}

/* Tab Titles - force inline/horizontal */
.wk-supplier-tabs .data.item.title {
    display: inline-flex !important;
    float: none !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    cursor: pointer;
    width: auto !important;
    flex: 0 0 auto !important;
}

.wk-supplier-tabs .data.item.title.active {
    border-bottom-color: #2F6BFF !important;
}

/* Tab Buttons */
.wk-supplier-tabs .data.item.title > .switch,
.wk-supplier-tabs .data.item.title .data.switch {
    display: flex !important;
    align-items: center;
    padding: 14px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #777 !important;
    text-decoration: none !important;
    border: none !important;
    transition: color 0.2s;
    white-space: nowrap;
    background: transparent !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1 !important;
}

.wk-supplier-tabs .data.item.title > .switch:hover,
.wk-supplier-tabs .data.item.title .data.switch:hover {
    color: #2F6BFF !important;
}

.wk-supplier-tabs .data.item.title.active > .switch,
.wk-supplier-tabs .data.item.title.active .data.switch {
    color: #2F6BFF !important;
}

/* Tab Content - full width, below all tabs */
.wk-supplier-tabs .data.item.content {
    padding: 24px !important;
    width: 100% !important;
    min-width: 100% !important;
    flex-basis: 100% !important;
    order: 99 !important;
    border-top: 1px solid #E5E7EB;
    display: none !important;
    margin: 0 !important;
    background: #fff;
}

.wk-supplier-tabs .data.item.content[aria-hidden="false"],
.wk-supplier-tabs .data.item.content.active {
    display: block !important;
}

/* =========================================================================
   3. REVIEWS TAB  (.seller-reviews-tab)
   ========================================================================= */

.seller-reviews-tab .reviews-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Rating Summary Card */
.rating-summary-card {
    background: #FAFAFA;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #E5E7EB;
}

.rating-overview {
    display: flex;
    gap: 36px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.overall-rating {
    text-align: center;
    min-width: 120px;
}

.overall-rating .rating-score {
    font-size: 48px;
    font-weight: 800;
    color: #1B2C52;
    line-height: 1;
    margin-bottom: 4px;
}

.overall-rating .rating-stars {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-bottom: 6px;
}

.overall-rating .rating-stars .star {
    transition: transform 0.2s;
}

.overall-rating .rating-count {
    font-size: 13px;
    color: #777;
}

.overall-rating.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 24px 0;
}

.overall-rating.empty .rating-cta {
    color: #555;
    margin: 0;
}

/* Rating Breakdown Bars */
.rating-breakdown {
    flex: 1;
    min-width: 200px;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.star-label {
    font-size: 13px;
    color: #555;
    width: 50px;
    text-align: right;
    white-space: nowrap;
}

.rating-bar {
    flex: 1;
    height: 8px;
    background: #E5E7EB;
    border-radius: 4px;
    overflow: hidden;
}

.rating-bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.6s ease;
}

.rating-bar-fill.star-5 { background: #22C55E; }
.rating-bar-fill.star-4 { background: #84CC16; }
.rating-bar-fill.star-3 { background: #FFB800; }
.rating-bar-fill.star-2 { background: #F97316; }
.rating-bar-fill.star-1 { background: #EF4444; }

.star-count {
    font-size: 13px;
    color: #777;
    width: 30px;
}

/* Rating Categories */
.rating-categories {
    display: flex;
    gap: 24px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
}

.category-item {
    text-align: center;
    flex: 1;
}

.category-score {
    font-size: 24px;
    font-weight: 700;
    color: #1B2C52;
}

.category-label {
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* Reviews List */
.reviews-list-section .section-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1B2C52;
    margin: 0 0 16px 0;
}

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-card {
    background: #FAFAFA;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px;
    transition: box-shadow 0.2s;
}

.review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.reviewer-info {
    display: flex;
    gap: 12px;
    align-items: center;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2F6BFF, #1B2C52);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.reviewer-name {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.review-date {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

.review-rating {
    display: flex;
    gap: 2px;
}

.review-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 15px;
}

.review-content {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.no-reviews {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.no-reviews svg {
    margin-bottom: 12px;
}

.no-reviews p {
    font-size: 14px;
    color: #777;
}

/* Write Review Section */
.write-review-section .section-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1B2C52;
    margin: 0 0 16px 0;
}

.review-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rating-inputs {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.rating-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rating-input-group > label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

.star-rating-input {
    display: flex;
    gap: 2px;
    direction: rtl;
}

.star-rating-input input[type="radio"] {
    display: none;
}

.star-rating-input .star-label-input {
    cursor: pointer;
    direction: ltr;
}

.star-rating-input .star-label-input svg {
    fill: #E5E7EB;
    stroke: #E5E7EB;
    transition: fill 0.15s, stroke 0.15s;
}

.star-rating-input input[type="radio"]:checked ~ .star-label-input svg,
.star-rating-input .star-label-input:hover svg,
.star-rating-input .star-label-input:hover ~ .star-label-input svg {
    fill: #FFB800;
    stroke: #FFB800;
}

.form-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-field.full-width {
    grid-column: 1 / -1;
}

.form-field label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 4px;
}

.form-field label .required {
    color: #DC2626;
}

.form-field label svg {
    flex-shrink: 0;
}

.form-field input.input-text,
.form-field textarea {
    padding: 10px 14px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.form-field input.input-text:focus,
.form-field textarea:focus {
    border-color: #2F6BFF;
    box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
    outline: none;
}

.form-field textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-review-btn,
.send-message-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #2F6BFF;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    align-self: flex-start;
}

.submit-review-btn:hover,
.send-message-btn:hover {
    background: #1B5AE0;
    transform: translateY(-1px);
}

.submit-review-btn svg,
.send-message-btn svg {
    flex-shrink: 0;
}

/* Review Notices */
.review-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 14px;
}

.review-notice.info {
    background: #EFF6FF;
    color: #1E40AF;
    border: 1px solid #BFDBFE;
}

.review-notice.warning {
    background: #FEF3C7;
    color: #92400E;
    border: 1px solid #FDE68A;
}

.review-notice p {
    margin: 0;
}

.login-prompt {
    text-align: center;
    padding: 32px 20px;
}

.login-prompt p {
    margin: 0 0 16px 0;
    color: #555;
    font-size: 14px;
}

.login-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #2F6BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
}

.login-btn:hover {
    background: #1B5AE0;
    color: #fff;
}

/* =========================================================================
   4. ABOUT / DESCRIPTION TAB  (.seller-about-tab)
   ========================================================================= */

.seller-about-tab .about-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Stats Grid */
.seller-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.stat-card {
    background: #FAFAFA;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: box-shadow 0.2s;
}

.stat-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon.orders { background: #EFF6FF; color: #2F6BFF; }
.stat-icon.reviews { background: #FEF3C7; color: #D97706; }
.stat-icon.rating { background: #ECFDF5; color: #10B981; }
.stat-icon.products { background: #F3E8FF; color: #7C3AED; }

.stat-icon svg { stroke: currentColor; }

.stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #1B2C52;
    line-height: 1.2;
}

.stat-label {
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

/* Section Headers */
.about-content-section .section-header,
.seller-info-section .section-header,
.social-links-section .section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.about-content-section .section-header h3,
.seller-info-section .section-header h3,
.social-links-section .section-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1B2C52;
    margin: 0;
}

.about-content-section .section-header svg,
.seller-info-section .section-header svg,
.social-links-section .section-header svg {
    color: #2F6BFF;
    flex-shrink: 0;
}

.about-text {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.about-text .no-description p {
    color: #999;
    font-style: italic;
}

/* Info Grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #FAFAFA;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}

.info-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #EFF6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon svg {
    color: #2F6BFF;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.info-label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, background 0.2s;
    text-decoration: none;
    background: #F3F4F6;
    color: #555;
}

.social-link:hover {
    transform: translateY(-2px);
}

.social-link.twitter:hover { background: #1DA1F2; color: #fff; }
.social-link.facebook:hover { background: #1877F2; color: #fff; }
.social-link.instagram:hover { background: #E4405F; color: #fff; }
.social-link.youtube:hover { background: #FF0000; color: #fff; }
.social-link.pinterest:hover { background: #BD081C; color: #fff; }
.social-link.tiktok:hover { background: #000; color: #fff; }

.social-link:hover svg {
    fill: #fff;
    stroke: #fff;
}

/* =========================================================================
   5. POLICIES TAB  (.seller-policies-tab)
   ========================================================================= */

.seller-policies-tab .policies-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.policy-card {
    background: #FAFAFA;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    transition: box-shadow 0.2s;
}

.policy-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.policy-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.policy-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.policy-icon.return { background: #EFF6FF; color: #2F6BFF; }
.policy-icon.shipping { background: #FEF3C7; color: #D97706; }
.policy-icon.privacy { background: #ECFDF5; color: #10B981; }

.policy-icon svg { stroke: currentColor; }

.policy-title {
    font-size: 17px;
    font-weight: 700;
    color: #1B2C52;
    margin: 0;
}

.policy-content {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.policy-content .no-policy p {
    color: #999;
    font-style: italic;
}

.no-policies-message {
    text-align: center;
    padding: 48px 20px;
    color: #999;
}

.no-policies-message h3 {
    font-size: 18px;
    color: #555;
    margin: 16px 0 8px 0;
}

.no-policies-message p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

/* =========================================================================
   6. CONTACT TAB  (.seller-contact-tab)
   ========================================================================= */

.seller-contact-tab .contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.contact-form-section .section-header,
.contact-map-section .section-header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-form-section .section-header .header-icon,
.contact-map-section .section-header .header-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #EFF6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #2F6BFF;
}

.header-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1B2C52;
    margin: 0 0 4px 0;
}

.header-content p {
    font-size: 13px;
    color: #777;
    margin: 0;
}

.contact-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-form .form-field.full-width {
    grid-column: 1 / -1;
}

.form-actions {
    margin-top: 8px;
}

/* Captcha */
.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.captcha-question {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #F3F4F6;
    padding: 8px 14px;
    border-radius: 8px;
    white-space: nowrap;
}

.captcha-input {
    max-width: 80px;
}

/* Map */
.map-container {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.map-container iframe {
    border-radius: 12px;
}

.view-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2F6BFF;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.view-map-link:hover {
    color: #1B5AE0;
    text-decoration: underline;
}

/* =========================================================================
   7. FLAG MODAL
   ========================================================================= */

.seller-flag .wk-mp-modals-wrapper {
    display: none;
}

.seller-flag .wk-mp-model-flag-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller-flag .modal-inner-wrap {
    background: #fff;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

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

.seller-flag .modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #1B2C52;
    margin: 0;
}

.seller-flag .action-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s;
}

.seller-flag .action-close:hover {
    background: #F3F4F6;
}

.seller-flag .modal-body {
    padding: 24px;
}

.seller-flag .modal-body label.label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    margin-top: 12px;
}

.seller-flag .modal-body input[type="text"],
.seller-flag .modal-body textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.seller-flag .wk-flagreasons {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}

.seller-flag .modal-footer {
    padding: 16px 24px;
    border-top: 1px solid #E5E7EB;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.wk-btn-seller-flag_default {
    padding: 10px 20px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background: #fff;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

.wk-btn-seller-flag_default:hover {
    background: #F3F4F6;
}

.wk-btn-seller-flag-primary {
    padding: 10px 20px;
    background: #2F6BFF;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s;
}

.wk-btn-seller-flag-primary:hover {
    background: #1B5AE0;
}

/* =========================================================================
   8. PRODUCT GRID INSIDE PROFILE (Collection View)
   ========================================================================= */

/* Collection container layout
   Must override Webkul's collection.css  (width:94%; display:inline-block)
   and profile_page.css @media≥768 (display:inline-block; width:98%)           */
.marketplace-seller-profile .wk-mp-collection-container {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-sizing: border-box !important;
}

/* Hide the Shop By sidebar on the profile page — the full collection
   page (/marketplace/seller/collection/) already has all the filters. */
.marketplace-seller-profile .wk-mp-collection-left {
    display: none !important;
}

/* Give the product grid the full tab width.
   Must clear float:right from collection.css & profile_page.css             */
.marketplace-seller-profile .wk-mp-collection-right {
    float: none !important;
    width: 100% !important;
    min-width: 0;
}

/* Collection header */
.marketplace-seller-profile .block-title {
    margin-bottom: 16px;
}

.marketplace-seller-profile .block-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1B2C52;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Product grid — full tab width, sidebar hidden.
   Use flexbox with explicit calc widths (most reliable against Webkul overrides).
   Override _listing.less  .product-items { display:flex; gap:0 10px }
   Override profile_page.css  .col1-layout … .item { width:32%!important }      */
.marketplace-seller-profile .products-grid .product-items,
.marketplace-seller-profile .products.wrapper.grid .product-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 3 columns on desktop: each card = (100% - 2×20px gap) / 3 */
.marketplace-seller-profile .products-grid .product-item,
.marketplace-seller-profile .products-grid .item.product.product-item,
.col1-layout .marketplace-seller-profile .wk-mp-collection-right .products.wrapper.products-grid .item {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.15s;
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 calc((100% - 40px) / 3) !important;
    width: calc((100% - 40px) / 3) !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    box-sizing: border-box !important;
}

/* 2 columns on tablet */
@media (max-width: 768px) {
    .marketplace-seller-profile .products-grid .product-item,
    .marketplace-seller-profile .products-grid .item.product.product-item,
    .col1-layout .marketplace-seller-profile .wk-mp-collection-right .products.wrapper.products-grid .item {
        flex: 0 0 calc((100% - 20px) / 2) !important;
        width: calc((100% - 20px) / 2) !important;
    }
}

/* 1 column on phone */
@media (max-width: 480px) {
    .marketplace-seller-profile .products-grid .product-item,
    .marketplace-seller-profile .products-grid .item.product.product-item,
    .col1-layout .marketplace-seller-profile .wk-mp-collection-right .products.wrapper.products-grid .item {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

.marketplace-seller-profile .products-grid .product-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Product card inner layout - flex column for consistent heights */
.marketplace-seller-profile .products-grid .product-item-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* Product image */
.marketplace-seller-profile .products-grid .product-item-image {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    aspect-ratio: 4 / 3;
}

.marketplace-seller-profile .products-grid .product-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.marketplace-seller-profile .products-grid .product-item-image .product-image-photo {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
}

/* Product details - grow to fill remaining space */
.marketplace-seller-profile .products-grid .product-item-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px 16px 16px;
}

/* Product name */
.marketplace-seller-profile .products-grid .product-item-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.marketplace-seller-profile .products-grid .product-item-name .product-item-link {
    color: #333;
    text-decoration: none;
}

.marketplace-seller-profile .products-grid .product-item-name .product-item-link:hover {
    color: #2F6BFF;
}

/* Short description */
.marketplace-seller-profile .products-grid .product-short-description {
    font-size: 12px;
    line-height: 1.5;
    color: #777;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Badges inside product image — position over the image */
.marketplace-seller-profile .products-grid .product-item-image .featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #FFB800 0%, #FF9500 100%);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(255, 149, 0, 0.35);
    line-height: 1.4;
}

.marketplace-seller-profile .products-grid .product-item-image .shipping-badge-blue,
.marketplace-seller-profile .products-grid .product-item-image .shipping-badge-green,
.marketplace-seller-profile .products-grid .product-item-image .shipping-badge-gray {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
    line-height: 1.4;
    text-transform: capitalize;
}

.marketplace-seller-profile .products-grid .product-item-image .shipping-badge-blue {
    background: linear-gradient(135deg, #2F6BFF 0%, #1B4FD8 100%);
    box-shadow: 0 2px 6px rgba(47, 107, 255, 0.35);
}

.marketplace-seller-profile .products-grid .product-item-image .shipping-badge-green {
    background: linear-gradient(135deg, #49B56B 0%, #3DA05E 100%);
    box-shadow: 0 2px 6px rgba(73, 181, 107, 0.35);
}

.marketplace-seller-profile .products-grid .product-item-image .shipping-badge-gray {
    background: linear-gradient(135deg, #17A2B8 0%, #138496 100%);
    box-shadow: 0 2px 6px rgba(23, 162, 184, 0.35);
}

/* Price and stock row */
.marketplace-seller-profile .products-grid .product-price-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.marketplace-seller-profile .products-grid .product-price-status .price-box {
    margin: 0;
}

.marketplace-seller-profile .products-grid .product-price-status .price {
    font-size: 18px;
    font-weight: 700;
    color: #2F6BFF;
}

.marketplace-seller-profile .products-grid .stock.available span {
    font-size: 12px;
    font-weight: 600;
    color: #49B56B;
    white-space: nowrap;
}

.marketplace-seller-profile .products-grid .stock.unavailable span {
    font-size: 12px;
    font-weight: 600;
    color: #DC2626;
    white-space: nowrap;
}

/* Remove description from grid view (keep cards compact) */
.marketplace-seller-profile .products-grid .product-item-description {
    display: none;
}

/* Contact Seller button - remove cart icon and use distinct styling
   Must override config_default.css (.product-item ... .tocart::before)
   and _seller-profile-improvements.less (#marketplace_sellercollection .action.tocart.primary::before) */
.marketplace-seller-profile .products-grid .product-item .product-item-info .product-item-details .product-item-inner .actions-primary a.tocart::before,
.marketplace-seller-profile #marketplace_sellercollection .actions-primary a.tocart::before,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .actions-primary a.tocart::before,
.marketplace-seller-profile .actions-primary a.tocart.primary::before {
    content: none !important;
    display: none !important;
}

.marketplace-seller-profile .products-grid .product-item .product-item-info .product-item-details .product-item-inner .actions-primary a.tocart,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .actions-primary a.tocart,
.marketplace-seller-profile .actions-primary a.tocart.primary {
    background: linear-gradient(135deg, #1B2C52 0%, #2a4178 100%) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(27, 44, 82, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    text-decoration: none !important;
    height: 44px !important;
    line-height: 44px !important;
    border: none !important;
}

.marketplace-seller-profile .actions-primary a.tocart.primary:hover,
#marketplace_sellercollection .actions-primary a.tocart:hover {
    background: linear-gradient(135deg, #2a4178 0%, #1B2C52 100%) !important;
    box-shadow: 0 4px 12px rgba(27, 44, 82, 0.35) !important;
    transform: translateY(-1px) !important;
}

/* Actions area - pushed to bottom */
.marketplace-seller-profile .products-grid .product-item-inner {
    margin-top: auto;
    padding-top: 12px;
}

/* Actions row: button + wishlist on the SAME line */
.marketplace-seller-profile .products-grid .product-item-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Add to Cart / Contact Seller button — fills remaining space */
.marketplace-seller-profile .products-grid .actions-primary {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.marketplace-seller-profile .products-grid .actions-primary .action.tocart,
.marketplace-seller-profile .products-grid .actions-primary a.tocart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
}

.marketplace-seller-profile .products-grid .actions-primary .action.tocart {
    background: #2F6BFF;
    color: #fff;
}

.marketplace-seller-profile .products-grid .actions-primary .action.tocart:hover {
    background: #1B5AE0;
    transform: translateY(-1px);
}

.marketplace-seller-profile .products-grid .actions-primary a.tocart {
    background: linear-gradient(135deg, #1B2C52 0%, #2a4178 100%);
    color: #fff;
}

.marketplace-seller-profile .products-grid .actions-primary a.tocart:hover {
    background: linear-gradient(135deg, #2a4178 0%, #1B2C52 100%);
}

/* Wishlist button — fixed size, sits beside the cart button */
.marketplace-seller-profile .products-grid .actions-secondary {
    flex: 0 0 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.marketplace-seller-profile .products-grid .actions-secondary .action.towishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #F5F5F5;
    color: #2F6BFF;
    transition: background 0.2s;
    border: 1px solid #E5E5E5;
    padding: 0;
}

.marketplace-seller-profile .products-grid .actions-secondary .action.towishlist:hover {
    background: #E8EDFB;
}

.marketplace-seller-profile .products-grid .actions-secondary .action.towishlist span {
    font-size: 0;
    line-height: 0;
}

.marketplace-seller-profile .products-grid .actions-secondary .action.towishlist::before {
    font-family: 'FontAwesome';
    content: '\f004';
    font-size: 16px;
}

/* View All Products link */
.marketplace-seller-profile .wk-mp-collection-view-btn {
    text-align: center;
    margin: 20px 0 0;
}

.marketplace-seller-profile .wk-mp-collection-view-btn a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background: #F0F4FF;
    color: #2F6BFF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.marketplace-seller-profile .wk-mp-collection-view-btn a:hover {
    background: #DDE7FF;
}

/* Toolbar inside collection */
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #E5E7EB;
}

/* =========================================================================
   9. NEUTRALIZE WEBKUL _module.less LEAKING STYLES
   ========================================================================= */

/* Reset common Webkul classes that leak from _module.less into styles-m.css */
.wk-mp-seller-profile-box,
.wk-mp-profile-icon-wrapper {
    display: inline-flex;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

/* Neutralize seller card styles that conflict */
.marketplace-seller-profile .wk-card,
.marketplace-seller-profile .wk-card-body {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

/* Neutralize Webkul default tab styles */
.wk-supplier-tabs .wk-supplier-tab,
.wk-supplier-tabs .wk-tab-content {
    background: none;
    border: none;
    padding: 0;
}

/* Neutralize Webkul default header styles that may conflict */
.wk-mp-collection-seller-title-container {
    padding-left: 0 !important;
}

/* =========================================================================
   10. RESPONSIVE  BREAKPOINTS
   ========================================================================= */

/* Desktop (default) — covered by base styles above */

/* Tablet Landscape & Below (1024px) */
@media (max-width: 1024px) {
    .seller-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .seller-contact-tab .contact-container {
        grid-template-columns: 1fr;
    }
    
    .wk-mp-header-container-right {
        min-width: 240px;
        max-height: 240px;
    }
}

/* Tablet Portrait & Below (768px) */
@media (max-width: 768px) {
    .wk-mp-header-container {
        flex-direction: column;
    }
    
    .wk-mp-header-container-left {
        padding: 20px;
    }
    
    .wk-mp-header-container-right {
        min-width: auto;
        max-height: 200px;
    }
    
    .wk-mp-layout2-seller-title {
        font-size: 18px;
    }
    
    /* Tab horizontal scroll for mobile */
    .wk-supplier-tabs .product.data.items {
        display: block;
    }
    
    .wk-supplier-tabs .data.item.title {
        display: inline-block;
    }
    
    .wk-supplier-tabs .data.item.title .data.switch {
        padding: 12px 16px;
        font-size: 13px;
    }
    
    .wk-supplier-tabs .data.item.content {
        padding: 16px;
    }
    
    .rating-overview {
        flex-direction: column;
        gap: 20px;
    }
    
    .overall-rating {
        min-width: auto;
    }
    
    .rating-categories {
        flex-direction: column;
        gap: 12px;
    }
    
    .category-item {
        display: flex;
        gap: 8px;
        align-items: center;
        text-align: left;
    }
    
    .form-fields,
    .contact-form .form-grid {
        grid-template-columns: 1fr;
    }
    
    .form-field.full-width,
    .contact-form .form-field.full-width {
        grid-column: auto;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .marketplace-seller-profile .wk-mp-collection-container {
        flex-direction: column;
    }

    .marketplace-seller-profile .wk-mp-collection-left {
        flex: none;
    }

    .marketplace-seller-profile .products-grid .product-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* Small Phone (576px) */
@media (max-width: 576px) {
    .wk-mp-header-layout2 {
        border-radius: 12px;
        margin-bottom: 16px;
    }
    
    .wk-mp-header-container-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        padding: 16px;
    }
    
    .wk-mp-collection-logo {
        width: 64px;
        height: 64px;
    }
    
    .wk-mp-left-seller-content .shop-info {
        justify-content: center;
    }
    
    .wk-mp-layout2-social-media {
        justify-content: center;
    }
    
    .wk-mp-layout2-seller-title {
        font-size: 16px;
        text-align: center;
    }
    
    .wk-mp-left-seller-content .description {
        text-align: center;
    }
    
    .wk-supplier-tabs,
    .product.info.detailed.wk-supplier-tabs {
        border-radius: 12px;
    }
    
    .seller-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-card {
        padding: 14px;
    }
    
    .stat-value {
        font-size: 18px;
    }
    
    .rating-summary-card {
        padding: 16px;
    }
    
    .overall-rating .rating-score {
        font-size: 36px;
    }
    
    .review-card {
        padding: 14px;
    }
    
    .review-header {
        flex-direction: column;
        gap: 8px;
    }
    
    .policy-card {
        padding: 16px;
    }
    
    .rating-inputs {
        flex-direction: column;
        gap: 16px;
    }
    
    .submit-review-btn,
    .send-message-btn {
        width: 100%;
        justify-content: center;
    }
    
    .login-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* Very Small Phone (320px) */
@media (max-width: 320px) {
    .wk-mp-header-container-left {
        padding: 12px;
    }
    
    .wk-mp-collection-logo {
        width: 52px;
        height: 52px;
    }
    
    .wk-mp-layout2-seller-title {
        font-size: 15px;
    }
    
    .wk-supplier-tabs .data.item.title .data.switch {
        padding: 10px 12px;
        font-size: 12px;
    }
    
    .wk-supplier-tabs .data.item.content {
        padding: 12px;
    }
    
    .marketplace-seller-profile .products-grid .product-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .marketplace-seller-profile .products-grid .product-item-details {
        padding: 10px 12px 12px;
    }

    .marketplace-seller-profile .products-grid .product-price-status .price {
        font-size: 15px;
    }
}

/* =========================================================================
   11. ANIMATIONS & POLISH
   ========================================================================= */

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.wk-mp-header-layout2,
.wk-supplier-tabs {
    animation: fadeIn 0.3s ease;
}

/* Print Styles */
@media print {
    .write-review-section,
    .contact-form-section,
    .seller-flag {
        display: none !important;
    }
    
    .wk-mp-header-layout2,
    .wk-supplier-tabs,
    .product.info.detailed.wk-supplier-tabs {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}
