/* WooState 3.0.0 Frontend Styles — P30Template.com / امیر طالبی */

/* ══ Base wrapper ══ */
.woostate-wrapper {
    --ws-primary:    #2563eb;
    --ws-secondary:  #1e40af;
    --ws-hover:      #3b82f6;
    --ws-active:     #ef4444;
    --ws-bg:         #f8fafc;
    --ws-text:       #1f2937;
    --ws-badge:      #2563eb;
    --ws-badge-text: #ffffff;
    direction: rtl;
    background: var(--ws-bg);
    border-radius: 16px;
    padding: 24px;
    margin: 20px 0;
    color: var(--ws-text);
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
}

/* ══ View switcher ══ */
.woostate-main-title { text-align: center; margin-bottom: 20px; }
.woostate-main-title h2 { font-size: 24px; font-weight: 700; color: var(--ws-text); margin: 0; }
.woostate-view-switcher { display: flex; justify-content: center; gap: 8px; margin-bottom: 24px; }
.ws-view-btn { padding: 10px 24px; border: 2px solid #e2e8f0; border-radius: 50px; background: #fff; cursor: pointer; font-size: 14px; font-weight: 500; color: #64748b; transition: all .25s; }
.ws-view-btn:hover { border-color: var(--ws-primary); color: var(--ws-primary); }
.ws-view-btn.active { background: var(--ws-primary); border-color: var(--ws-primary); color: #fff; box-shadow: 0 4px 12px rgba(37,99,235,.3); }
.woostate-view { display: none; }
.woostate-view.active { display: block; animation: wsSlideIn .3s ease; }
@keyframes wsSlideIn { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }

/* ══ Map wrapper ══ */
.woostate-map-wrapper { position: relative; background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 4px 20px rgba(0,0,0,.08); overflow: hidden; }
.woostate-map-legend { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #f1f5f9; }
.woostate-legend-items { display: flex; align-items: center; gap: 20px; font-size: 13px; color: #64748b; }
.woostate-legend-dot { width: 14px; height: 14px; border-radius: 3px; display: inline-block; margin-left: 6px; vertical-align: middle; }
.woostate-map-tip { font-size: 13px; color: #94a3b8; }
.woostate-svg-container { width: 100%; overflow: visible; }
.woostate-iran-svg { width: 100%; height: auto; }
/* Dark/Neon map backgrounds */
.woostate-style-dark .woostate-map-wrapper,
.woostate-style-neon .woostate-map-wrapper { background: #0f172a; }
.woostate-style-dark .woostate-map-legend,
.woostate-style-neon .woostate-map-legend { border-color: #1e293b; }
.woostate-style-neon .woostate-map-wrapper { background: #050011; }

/* ══ FIX #4: Tooltip with proper styling ══ */
#woostate-tooltip, .woostate-tooltip {
    background: #1e293b;
    color: #f8fafc;
    padding: 10px 14px;
    border-radius: 10px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    direction: rtl;
    text-align: right;
    min-width: 140px;
    max-width: 220px;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
    pointer-events: none;
    user-select: none;
    line-height: 1.6;
    position: fixed;
    z-index: 9999;
}
.woostate-tooltip-name { font-weight: 700; font-size: 14px; color: #f1f5f9; margin-bottom: 4px; }
.woostate-tooltip-count { font-size: 12px; color: #94a3b8; margin-bottom: 4px; }
.woostate-tooltip-action { font-size: 11px; color: #60a5fa; border-top: 1px solid rgba(255,255,255,.1); padding-top: 5px; margin-top: 4px; }

/* ══ List view ══ */
.woostate-list-grid { display: grid; gap: 12px; }
.woostate-cols-2 { grid-template-columns: repeat(2,1fr); }
.woostate-cols-3 { grid-template-columns: repeat(3,1fr); }
.woostate-cols-4 { grid-template-columns: repeat(4,1fr); }
@media(max-width:768px) { .woostate-cols-3,.woostate-cols-4 { grid-template-columns: repeat(2,1fr); } }
@media(max-width:480px) { .woostate-cols-2,.woostate-cols-3,.woostate-cols-4 { grid-template-columns: 1fr; } }

.woostate-province-card-front { background: var(--ws-card,#fff); border: 1.5px solid var(--ws-border,#e2e8f0); border-radius: 12px; padding: 16px; display: flex; align-items: center; gap: 12px; transition: all .25s; cursor: default; }
.woostate-province-card-front.has-products { cursor: pointer; }
.woostate-province-card-front.has-products:hover { border-color: var(--ws-primary); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,99,235,.15); }
.woostate-province-card-front.no-products { opacity: .6; }
.woostate-province-icon { font-size: 28px; flex-shrink: 0; }
.woostate-province-info { flex: 1; }
.woostate-province-info h4 { margin: 0 0 6px !important; font-size: 15px !important; font-weight: 600 !important; color: var(--ws-text) !important; }
.woostate-count-badge { font-size: 12px; padding: 3px 10px; border-radius: 20px; font-weight: 500; }
.woostate-count-badge.has { background: var(--ws-badge); color: var(--ws-badge-text); }
.woostate-count-badge.none { background: #f1f5f9; color: #94a3b8; }
.woostate-province-arrow { color: var(--ws-primary); font-size: 18px; opacity: 0; transition: opacity .2s, transform .2s; }
.woostate-province-card-front.has-products:hover .woostate-province-arrow { opacity: 1; transform: translateX(-4px); }

/* branch badge on list card */
.ws-branch-badge { display: inline-flex; align-items: center; background: #fef3c7; color: #92400e; border: 1px solid #fde68a; border-radius: 20px; padding: 1px 8px; font-size: 11px; margin-right: 4px; white-space: nowrap; }

/* ══ Modal ══ */
.woostate-modal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.woostate-modal-overlay { position: absolute; inset: 0; background: rgba(15,23,42,.7); backdrop-filter: blur(6px); }
.woostate-modal-container { position: relative; z-index: 1; background: #fff; border-radius: 20px; width: 100%; max-width: 900px; max-height: 90vh; display: flex; flex-direction: column; box-shadow: 0 25px 50px rgba(0,0,0,.3); animation: wsModalIn .3s cubic-bezier(.34,1.56,.64,1); overflow: hidden; }
@keyframes wsModalIn { from { opacity:0; transform:scale(.9) translateY(20px); } to { opacity:1; transform:scale(1) translateY(0); } }
.woostate-modal-header { display: flex; align-items: center; gap: 8px; padding: 18px 20px; border-bottom: 1px solid #f1f5f9; background: linear-gradient(135deg,#1e3a8a,#2563eb); color: #fff; }
.woostate-modal-title-row { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; justify-content: flex-end; direction: rtl; }
.woostate-modal-title { flex: 1; margin: 0 !important; font-size: 18px !important; font-weight: 700 !important; color: #fff !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.woostate-modal-count { display: none !important; }
.woostate-modal-close { background: rgba(255,255,255,.15); border: none; color: #fff; width: 36px; height: 36px; border-radius: 8px; cursor: pointer; font-size: 22px; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.woostate-modal-close:hover { background: rgba(255,255,255,.3); }

/* ══ FIX #1: Loading overlay positioned OVER products ══ */
.woostate-modal-body { overflow-y: auto; padding: 24px; flex: 1; position: relative; min-height: 200px; }
.woostate-modal-loading {
    display: none;
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.85);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 8px;
    gap: 14px;
    font-size: 14px;
    color: #374151;
    font-family: Tahoma, Arial, sans-serif;
}
/* Class-based toggle instead of inline style */
.woostate-modal-loading.ws-loading-visible { display: flex; }

.woostate-spinner { width: 40px; height: 40px; border: 3px solid #e2e8f0; border-top-color: var(--ws-primary,#2563eb); border-radius: 50%; animation: wsSpinner .7s linear infinite; }
@keyframes wsSpinner { to { transform: rotate(360deg); } }

/* ══ Filters ══ */
.woostate-modal-filters { display: flex; align-items: center; gap: 12px; padding: 12px 24px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; flex-wrap: wrap; direction: rtl; }
.woostate-filter-group { display: flex; align-items: center; gap: 8px; }
.woostate-filter-group label { font-size: 13px; font-weight: 600; color: #475569; white-space: nowrap; }
.woostate-filter-select { border: 1.5px solid #e2e8f0; border-radius: 8px; padding: 7px 12px; font-size: 13px; font-family: Tahoma,Arial,sans-serif; color: #1e293b; background: #fff; cursor: pointer; transition: border-color .2s; direction: rtl; min-width: 150px; }
.woostate-filter-select:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.woostate-filter-actions { display: flex; align-items: center; gap: 8px; margin-right: auto; }
#woostate-filter-count { font-size: 12px; color: #64748b; font-weight: 600; background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 20px; padding: 3px 10px; white-space: nowrap; }
.woostate-filter-reset-btn { background: #fef2f2; border: 1px solid #fecaca; color: #dc2626; padding: 5px 12px; border-radius: 6px; font-size: 12px; font-weight: 600; cursor: pointer; font-family: Tahoma,Arial,sans-serif; transition: all .2s; }
.woostate-filter-reset-btn:hover { background: #dc2626; color: #fff; border-color: #dc2626; }
.woostate-filter-search-group { flex: 1; min-width: 160px; }
.woostate-filter-search-group .woostate-filter-select { width: 100%; }
#woostate-filter-search { direction: rtl; }

/* ══ Products grid ══ */
.woostate-products-grid-inner { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
@media(max-width:640px) { .woostate-products-grid-inner { grid-template-columns: repeat(2,1fr); } }

.woostate-product-card { border: 1.5px solid #e2e8f0; border-radius: 12px; overflow: hidden; background: var(--ws-card,#fff); transition: all .25s; display: flex; flex-direction: column; }
.woostate-product-card:hover { border-color: var(--ws-primary); transform: translateY(-4px); box-shadow: 0 12px 28px rgba(37,99,235,.15); }
.woostate-product-link { text-decoration: none; color: inherit; flex: 1; display: flex; flex-direction: column; }
.woostate-product-thumb { position: relative; overflow: hidden; aspect-ratio: 1; background: #f8fafc; }
.woostate-product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.woostate-product-card:hover .woostate-product-thumb img { transform: scale(1.05); }
.woostate-sale-badge { position: absolute; top: 10px; right: 10px; background: #ef4444; color: #fff; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; }
.woostate-product-info { padding: 12px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.woostate-product-info h4 { margin: 0 !important; font-size: 14px !important; font-weight: 600 !important; color: #1e293b !important; line-height: 1.4 !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.woostate-product-price { font-size: 14px; font-weight: 700; color: var(--ws-primary); }
.woostate-product-price .woocommerce-Price-amount { color: var(--ws-primary); }
.woostate-product-rating { font-size: 12px; }
.woostate-add-to-cart { width: 100%; padding: 10px; background: var(--ws-primary,#2563eb); color: #fff; border: none; cursor: pointer; font-size: 13px; font-weight: 600; transition: background .2s; font-family: Tahoma,Arial,sans-serif; }
.woostate-add-to-cart:hover { background: #1d4ed8; }
.woostate-add-to-cart.added-flash { animation: wsAddedFlash .5s ease; }
@keyframes wsAddedFlash { 0%{transform:scale(1)} 50%{transform:scale(1.05);background:#16a34a} 100%{transform:scale(1)} }

/* ══ Empty state ══ */
.woostate-empty-state { text-align: center; padding: 60px 20px; color: #94a3b8; }
.woostate-empty-icon { font-size: 60px; margin-bottom: 16px; }
.woostate-empty-state p { font-size: 16px; margin: 0; }

/* ══ Variable products ══ */
.woostate-variation-wrap { padding: 10px 12px 12px; border-top: 1px solid #e2e8f0; background: #f9fafb; border-radius: 0 0 12px 12px; display: flex; flex-direction: column; gap: 8px; }
.ws-attr-row { display: flex; align-items: center; gap: 8px; }
.ws-attr-label { display: none !important; }
.ws-attr-select { flex: 1; width: 100%; padding: 5px 8px; border: 1px solid #d1d5db; border-radius: 6px; font-size: 12px; font-family: Tahoma,Arial,sans-serif; color: #374151; background: #fff; direction: rtl; cursor: pointer; transition: border-color .15s; }
.ws-attr-select:focus { outline: none; border-color: var(--ws-primary,#2563eb); box-shadow: 0 0 0 2px rgba(37,99,235,.12); }
.woostate-var-btn { width: 100%; padding: 8px 14px; border: none; border-radius: 8px; background: var(--ws-primary,#2563eb); color: #fff; font-size: 13px; font-weight: 700; font-family: Tahoma,Arial,sans-serif; cursor: pointer; transition: all .2s; margin-top: 2px; }
.woostate-var-btn:disabled { background: #d1d5db; color: #9ca3af; cursor: not-allowed; }
.woostate-var-btn:not(:disabled):hover { filter: brightness(1.1); transform: translateY(-1px); }
.woostate-var-btn.ws-btn-unavailable { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.woostate-var-btn.added-flash { background: #16a34a !important; color: #fff !important; }
.ws-variation-data { display: none !important; }

/* ══ Pagination ══ */
.woostate-pagination { padding: 16px 20px; display: flex; justify-content: center; border-top: 1px solid #e2e8f0; background: #f8fafc; }
.ws-pages { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: center; }
.ws-page-btn { min-width: 36px; height: 36px; padding: 0 8px; border: 1px solid #e2e8f0; background: #fff; border-radius: 8px; font-size: 13px; font-family: Tahoma,Arial,sans-serif; cursor: pointer; color: #374151; transition: all .15s; font-weight: 500; }
.ws-page-btn:hover:not([disabled]) { border-color: var(--ws-primary,#2563eb); color: var(--ws-primary,#2563eb); background: #eff6ff; }
.ws-page-btn.active { background: var(--ws-primary,#2563eb); border-color: var(--ws-primary,#2563eb); color: #fff; font-weight: 700; }
.ws-page-btn[disabled] { opacity: .35; cursor: not-allowed; }
.ws-page-ellipsis { color: #9ca3af; font-size: 14px; padding: 0 4px; line-height: 36px; }

/* ══ Mini cart ══ */
.woostate-mini-cart { position: relative; flex-shrink: 0; }
.woostate-mini-cart-toggle { background: rgba(255,255,255,.15); border: 1.5px solid rgba(255,255,255,.3); color: #fff; width: 42px; height: 42px; border-radius: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; position: relative; transition: all .2s; }
.woostate-mini-cart-toggle:hover,.woostate-mini-cart-toggle.has-items { background: rgba(255,255,255,.25); border-color: rgba(255,255,255,.5); }
.woostate-mini-cart-toggle svg { width: 20px; height: 20px; }
.woostate-cart-badge { position: absolute; top: -7px; right: -7px; background: #ef4444; color: #fff; font-size: 10px; font-weight: 700; min-width: 18px; height: 18px; border-radius: 9px; display: flex; align-items: center; justify-content: center; padding: 0 4px; border: 2px solid #1e40af; animation: wsBadgePop .3s cubic-bezier(.34,1.56,.64,1); }
@keyframes wsBadgePop { from{transform:scale(0)} to{transform:scale(1)} }
.woostate-cart-dropdown { position: absolute; top: calc(100% + 10px); right: 0; width: 320px; background: #fff; border-radius: 14px; box-shadow: 0 20px 40px rgba(0,0,0,.25); z-index: 1000; overflow: hidden; animation: wsDropIn .25s cubic-bezier(.34,1.56,.64,1); border: 1px solid #e2e8f0; direction: rtl; }
@keyframes wsDropIn { from{opacity:0;transform:translateY(-10px) scale(.97)} to{opacity:1;transform:translateY(0) scale(1)} }
.woostate-cart-dropdown-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.woostate-cart-dropdown-header strong { font-size: 14px; color: #1e293b; }
.woostate-cart-total { font-size: 13px; font-weight: 700; color: #2563eb; }
.woostate-cart-items { max-height: 260px; overflow-y: auto; padding: 8px 0; }
.woostate-cart-empty { text-align: center; padding: 24px; color: #94a3b8; font-size: 13px; }
.woostate-cart-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; transition: background .15s; position: relative; }
.woostate-cart-item:hover { background: #f8fafc; }
.woostate-cart-item-thumb { width: 48px; height: 48px; border-radius: 8px; object-fit: cover; flex-shrink: 0; border: 1px solid #e2e8f0; }
.woostate-cart-item-info { flex: 1; min-width: 0; }
.woostate-cart-item-name { font-size: 13px; font-weight: 600; color: #1e293b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 3px; }
.woostate-cart-item-province { font-size: 11px; color: #6b7280; margin-bottom: 3px; }
.woostate-cart-item-meta { font-size: 12px; color: #64748b; display: flex; align-items: center; gap: 6px; }
.woostate-cart-item-qty { background: #f1f5f9; padding: 1px 6px; border-radius: 4px; font-size: 11px; }
.woostate-cart-item-price { font-weight: 700; color: #2563eb; font-size: 12px; }
.woostate-cart-item-remove { background: none; border: none; color: #94a3b8; cursor: pointer; font-size: 16px; line-height: 1; padding: 4px; border-radius: 4px; transition: all .15s; flex-shrink: 0; }
.woostate-cart-item-remove:hover { background: #fef2f2; color: #ef4444; }
.woostate-cart-actions { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid #e2e8f0; background: #f8fafc; }
.woostate-cart-btn { flex: 1; text-align: center; padding: 9px 12px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; transition: all .2s; font-family: Tahoma,Arial,sans-serif; display: block; }
.woostate-cart-btn-primary { background: #2563eb; color: #fff; }
.woostate-cart-btn-primary:hover { background: #1d4ed8; color: #fff; }
.woostate-cart-btn-secondary { background: #e2e8f0; color: #475569; }
.woostate-cart-btn-secondary:hover { background: #cbd5e1; color: #1e293b; }

/* ══ Branches button in modal header ══ */
.ws-branches-btn { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; padding: 6px 12px; font-size: 13px; font-family: Tahoma,Arial,sans-serif; cursor: pointer; transition: background .2s; }
.ws-branches-btn:hover { background: rgba(255,255,255,.25); }
.ws-branches-count { background: #fff; color: #2563eb; border-radius: 20px; padding: 0 7px; font-size: 11px; font-weight: 700; }

/* ══ Branches slide-over panel ══ */
.ws-branches-panel { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: stretch; justify-content: flex-end; direction: rtl; }
.ws-branches-panel-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.ws-branches-panel-box { position: relative; width: 480px; max-width: 96vw; background: #fff; box-shadow: -4px 0 24px rgba(0,0,0,.15); display: flex; flex-direction: column; animation: wsPanelSlide .25s ease; }
@keyframes wsPanelSlide { from{transform:translateX(40px);opacity:0} to{transform:translateX(0);opacity:1} }
.ws-branches-panel-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #e2e8f0; background: #f8fafc; }
.ws-branches-panel-header h3 { margin: 0; font-size: 16px; color: #1f2937; font-family: Tahoma,Arial,sans-serif; }
.ws-branches-panel-close { background: none; border: none; font-size: 22px; cursor: pointer; color: #6b7280; line-height: 1; padding: 0 4px; }
.ws-branches-panel-body { flex: 1; overflow-y: auto; padding: 16px; }
.ws-panel-loading { display: flex; justify-content: center; padding: 40px; }
.ws-panel-empty { text-align: center; color: #6b7280; padding: 40px 16px; font-family: Tahoma,Arial,sans-serif; }

/* ══ Branch card ══ */
.ws-branch-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; margin-bottom: 16px; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.ws-branch-photo img { width: 100%; height: 160px; object-fit: cover; }
.ws-branch-body { padding: 16px; }
.ws-branch-name { margin: 0 0 12px; font-size: 15px; color: #1f2937; font-family: Tahoma,Arial,sans-serif; }
.ws-branch-section { margin-bottom: 12px; }
.ws-branch-section-title { font-size: 12px; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; font-family: Tahoma,Arial,sans-serif; }
.ws-branch-row { display: flex; gap: 6px; align-items: flex-start; font-size: 13px; font-family: Tahoma,Arial,sans-serif; color: #374151; margin-bottom: 4px; line-height: 1.5; }
.ws-branch-row a { color: #2563eb; text-decoration: none; }
.ws-branch-row a:hover { text-decoration: underline; }

/* Staff grid */
.ws-branch-staff-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.ws-branch-staff-card { display: flex; align-items: center; gap: 8px; background: #f8fafc; border-radius: 8px; padding: 8px 10px; min-width: 140px; }
.ws-branch-staff-photo { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.ws-branch-staff-avatar { width: 38px; height: 38px; border-radius: 50%; background: #e2e8f0; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.ws-branch-staff-info { display: flex; flex-direction: column; font-family: Tahoma,Arial,sans-serif; font-size: 12px; }
.ws-branch-staff-info strong { font-size: 13px; color: #1f2937; }
.ws-branch-staff-info span { color: #6b7280; }

/* FIX #4: Map buttons */
.ws-branch-map-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.ws-map-btn { display: inline-block; padding: 6px 14px; border-radius: 8px; font-size: 12px; font-family: Tahoma,Arial,sans-serif; text-decoration: none; font-weight: 600; border: 1.5px solid; transition: all .2s; }
.ws-map-google { background: #fff; color: #4285f4; border-color: #4285f4; }
.ws-map-google:hover { background: #4285f4; color: #fff; }
.ws-map-neshan { background: #fff; color: #e53935; border-color: #e53935; }
.ws-map-neshan:hover { background: #e53935; color: #fff; }
.ws-map-balad  { background: #fff; color: #00897b; border-color: #00897b; }
.ws-map-balad:hover  { background: #00897b; color: #fff; }
.ws-map-waze   { background: #fff; color: #33ccff; border-color: #33ccff; }
.ws-map-waze:hover   { background: #33ccff; color: #fff; }

/* FIX #5: Social links */
.ws-branch-socials { display: flex; flex-wrap: wrap; gap: 8px; }
.ws-social-link { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 8px; font-size: 12px; font-family: Tahoma,Arial,sans-serif; text-decoration: none; background: #f1f5f9; color: #374151; border: 1px solid #e2e8f0; transition: all .2s; font-weight: 500; }
.ws-social-link:hover { background: var(--sl-color,#2563eb); color: #fff; border-color: transparent; }
.ws-social-icon { font-size: 14px; }

/* Cart item province subtitle */
.woostate-cart-item-province { font-size: 11px; color: #6b7280; margin-bottom: 3px; direction: rtl; }

/* Direct province shortcode */
.woostate-province-title { font-size: 22px !important; font-weight: 700 !important; color: #1e293b !important; margin-bottom: 20px !important; display: flex; align-items: center; gap: 10px; direction: rtl; }
.woostate-province-title span { font-size: 15px; color: #64748b; font-weight: 400; }
.woostate-products-direct { display: grid; gap: 16px; }
.woostate-empty { text-align: center; padding: 40px; background: #f8fafc; border-radius: 12px; color: #64748b; }

/* wc-forward button */
.wc-forward { padding: 5px; background: var(--ws-secondary,#1e40af); color: #fff; border: none; cursor: pointer; font-size: 13px; font-weight: 700; transition: opacity .2s; text-align: center !important; border-radius: 10px; }
.wc-forward:hover { color: #fff; opacity: .8; }
