/* ==========================================================================
   PREMIUM FEED REDESIGN (LIGHT THEME ONLY & HIGHLY FLUID)
   Elevating the Perto de Você feed to a high-end tech standard
   ========================================================================== */

/* ── LIGHT THEME CORE TOKENS ── */
:root {
  --feed-bg: #f3f4f6;          /* Unified light grey canvas */
  --feed-card-bg: #ffffff;      /* Pure white cards */
  --feed-text: #1f2937;         /* Dark charcoal text */
  --feed-text-muted: #6b7280;   /* Medium grey for secondary info */
  --feed-border: rgba(0, 0, 0, 0.04);
  --feed-header-bg: rgba(255, 255, 255, 0.85); /* Semi-transparent white for glassmorphism */
  --feed-pill-bg: #efeff0;       /* iOS-style tab track background */
  --feed-pill-active: #ffffff;   /* iOS-style tab active pill */
  --feed-story-ring-active: linear-gradient(45deg, #c9a96e, #e2c48e, #c9a96e);
  --feed-story-ring-seen: #e5e7eb;
  --feed-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
}

/* Force light theme colors on the main feed scroll area */
#mainFeedScroll {
    background: var(--feed-bg) !important;
}

/* ── 1. FLUID GLASSMORPHIC HEADER ── */
.barbers-header {
    background: var(--feed-header-bg) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--feed-border) !important;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 14px 16px 8px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.01);
}

/* Brand area */
.barbers-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 4px;
}

.barbers-brand__icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--accent) 0%, #a8813a 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    box-shadow: 0 4px 12px rgba(201, 169, 110, 0.25);
}

.barbers-brand__name {
    font-family: var(--font-brand);
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    margin: 0;
    color: var(--feed-text) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
}

/* Tab Track */
.barbers-tabs {
    position: relative;
    width: 100%;
}

.barbers-tab-track {
    display: flex;
    position: relative;
    background: var(--feed-pill-bg) !important;
    border-radius: 100px;
    padding: 3px;
    margin-bottom: 4px;
}

.barbers-tab {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--feed-text-muted) !important;
    background: transparent !important;
    border: none;
    border-radius: 100px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: color 0.25s ease;
}

.barbers-tab.active {
    color: var(--feed-text) !important;
}

/* Smooth sliding indicator */
.barbers-tab-indicator {
    position: absolute;
    top: 3px;
    bottom: 3px;
    background: var(--feed-pill-active) !important;
    border-radius: 100px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    z-index: 1;
    transition: left 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), width 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── 2. BARBER STRIP (Spotify/Snapchat-style Tile Cards) ── */
.barber-strip-wrapper {
    background: var(--feed-card-bg) !important; 
    border-bottom-left-radius: 24px;              
    border-bottom-right-radius: 24px;
    border-bottom: 1px solid var(--feed-border) !important;
    padding: 20px 0 4px 0 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.015);
}

.section-title-premium {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: var(--feed-text) !important;
    letter-spacing: -0.01em;
}

.section-subtitle-premium {
    font-size: 0.85rem;
    color: var(--feed-text-muted) !important;
    font-weight: 500;
}

.location-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(201, 169, 110, 0.12);
    color: var(--accent) !important;
    border-radius: 6px;
}

.btn-map-shortcut {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--feed-bg) !important;
    border: 1px solid var(--feed-border) !important;
    padding: 8px 14px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--feed-text) !important;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.btn-map-shortcut:active, .btn-map-shortcut:hover {
    background: rgba(201, 169, 110, 0.08) !important;
    border-color: var(--accent-border) !important;
    color: var(--accent) !important;
    transform: scale(0.97);
}

.barber-strip {
    display: flex;
    gap: 12px;
    padding: 16px 16px 12px !important;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.barber-strip::-webkit-scrollbar {
    display: none;
}

/* Premium Barber Story Discovery Tile */
.premium-story-tile {
    flex: 0 0 95px;
    width: 95px;
    height: 135px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease;
}

.premium-story-tile:hover, .premium-story-tile:active {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.premium-story-tile__cover {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.premium-story-tile__badge-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.premium-story-tile__avatar-container {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    background: #ffffff;
}

.premium-story-tile__avatar-container--fav {
    border-color: var(--accent) !important;
}

.premium-story-tile__avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-story-tile__name {
    font-size: 0.75rem;
    font-weight: 700;
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── 3. FEED CONTAINER & CARDS ── */
.feed-container {
    padding: 20px 16px !important;
    background: transparent !important;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.premium-feed-card {
    background: var(--feed-card-bg) !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02) !important;
    border: 1px solid var(--feed-border) !important;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.premium-feed-card:active {
    transform: scale(0.985);
}

.premium-feed-card__header {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.premium-feed-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    background: linear-gradient(var(--feed-card-bg), var(--feed-card-bg)) padding-box, linear-gradient(45deg, #c9a96e, #e2c48e) border-box;
}

.premium-feed-card__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-feed-card__name {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--feed-text) !important;
    margin: 0 0 2px 0;
    letter-spacing: -0.01em;
}

.premium-feed-card__meta {
    font-size: 0.8rem;
    color: var(--feed-text-muted) !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.premium-feed-card__meta-dot {
    width: 3px;
    height: 3px;
    background: var(--feed-text-muted) !important;
    border-radius: 50%;
    opacity: 0.5;
}

.premium-feed-card__media {
    width: 100%;
    aspect-ratio: 4/5;
    background: #f3f4f6 !important;
    position: relative;
}

.premium-feed-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-feed-card__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    pointer-events: none;
}

.premium-feed-card__footer {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.premium-feed-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.premium-feed-card__quick-book {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(201, 169, 110, 0.09) !important;
    color: #9e7a45 !important; /* var(--accent-dark) */
    border: 1px solid rgba(201, 169, 110, 0.18) !important;
    padding: 10px 16px !important;
    border-radius: 12px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    font-family: var(--font-body) !important;
    cursor: pointer;
    box-shadow: none !important; /* Remove heavy shadow for clean look */
    transition: background 0.2s ease, transform 0.2s ease !important;
    margin-right: 12px;
}

.premium-feed-card__quick-book:active {
    background: rgba(201, 169, 110, 0.18) !important;
    transform: scale(0.98) !important;
}

.premium-feed-card__save-btn {
    background: transparent !important;
    border: none !important;
    padding: 8px !important;
    color: var(--feed-text) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: opacity 0.2s !important;
}

.premium-feed-card__save-btn:active {
    opacity: 0.5 !important;
}

.premium-feed-card__save-btn svg {
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.premium-feed-card__save-btn:hover svg {
    transform: scale(1.1) !important;
}

.premium-feed-card__save-btn.saved svg {
    fill: var(--feed-text) !important;
}

.premium-feed-card__caption {
    font-size: 0.9rem;
    color: var(--feed-text) !important;
    line-height: 1.5;
}

.premium-feed-card__caption-user {
    font-weight: 700;
    margin-right: 6px;
}

/* ── 4. SKELETON LOADERS PREMIUM ── */
.premium-skeleton {
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.04) 25%,
        rgba(0,0,0,0.08) 37%,
        rgba(0,0,0,0.04) 63%
    );
    background-size: 400% 100%;
    animation: premium-shimmer 1.5s ease-in-out infinite;
}

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

.premium-story-tile-skeleton {
    flex: 0 0 95px;
    width: 95px;
    height: 135px;
    border-radius: 16px;
}

/* ── 5. PREMIUM BARBER PROFILE OVERRIDES ── */
.bp-premium {
    background: #f8f9fa !important;
}

.bp-hero-cover {
    inset: 0 !important;
    transition: background-image 0.4s ease;
}

.bp-hero-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(10,10,10,0.85) 100%) !important;
}

.bp-avatar-center {
    border: 3px solid #ffffff !important;
    padding: 0 !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
    background: #ffffff !important;
    transition: transform 0.3s ease;
}

.bp-avatar-center img {
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
}

.bp-name-center {
    font-size: 1.5rem !important;
    letter-spacing: -0.02em;
    font-weight: 800 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}

.bp-category-center {
    color: var(--accent) !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.05em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    opacity: 0.95;
    background: rgba(255, 255, 255, 0.08);
    padding: 4px 12px;
    border-radius: 100px;
    margin-top: 6px !important;
    display: inline-block;
}

.bp-main-actions {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
}

.bp-action-book {
    background: linear-gradient(135deg, var(--accent) 0%, #a8813a 100%) !important;
    color: #000000 !important;
    border: none !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 16px rgba(201, 169, 110, 0.25) !important;
    border-radius: 14px !important;
    transition: all 0.2s ease !important;
}

.bp-action-book:active {
    transform: scale(0.97) !important;
    box-shadow: 0 2px 8px rgba(201, 169, 110, 0.15) !important;
}

.bp-action-follow.btn--secondary {
    background: #ffffff !important;
    color: #1f2937 !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
    font-weight: 700 !important;
    transition: all 0.2s ease !important;
}

.bp-action-follow.btn--secondary:active {
    background: #f1f3f5 !important;
    transform: scale(0.97) !important;
}

.bp-action-follow.btn--ghost {
    background: rgba(201, 169, 110, 0.08) !important;
    color: var(--accent) !important;
    border: 1px solid var(--accent-border) !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    transition: all 0.2s ease !important;
}

.bp-action-follow.btn--ghost:active {
    transform: scale(0.97) !important;
}

.bp-info-card {
    border: none !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.015) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    padding: 16px 20px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.bp-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03) !important;
}

.bp-info-card--clickable:active {
    background: #fdfdfd !important;
    transform: scale(0.985) translateY(0);
}

.bp-info-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important; /* Premium rounded square icon holder */
    background: rgba(201, 169, 110, 0.1) !important;
    color: var(--accent) !important;
}

.bp-info-icon--green {
    background: rgba(22, 163, 74, 0.08) !important;
    color: var(--success) !important;
}

.bp-info-icon--gold {
    background: rgba(217, 119, 6, 0.08) !important;
    color: var(--warning) !important;
}

.bp-info-label {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: var(--text-muted) !important;
    margin-bottom: 3px !important;
}

.bp-info-value {
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    color: #2a2a2a !important;
}

/* Highlights */
.bp-highlight-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.bp-highlight-circle-inner {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    padding: 2px !important;
    border: 2px solid var(--accent-border) !important;
    background: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important;
    transition: transform 0.2s ease !important;
}

.bp-highlight-circle:hover .bp-highlight-circle-inner {
    transform: scale(1.06);
}

.bp-highlight-circle-inner img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.bp-highlight-circle-title {
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    color: #4b5563 !important;
}

/* Premium Clean Profile Tabs */
.bp-profile-tabs {
    display: flex !important;
    justify-content: space-around !important;
    padding: 0 !important;
    margin-top: 24px !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(0,0,0,0.03) !important;
}

.bp-profile-tab {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    color: #8e8e93 !important;
    cursor: pointer !important;
    padding: 12px 0 !important;
    position: relative !important;
    transition: color 0.25s ease !important;
}

.bp-profile-tab::after {
    content: '' !important;
    position: absolute !important;
    bottom: -1px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 3px !important;
    background: var(--accent) !important;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 3px 3px 0 0 !important;
}

.bp-profile-tab.active {
    color: var(--accent) !important;
}

.bp-profile-tab.active::after {
    width: 100% !important;
}

.bp-profile-tab svg {
    width: 22px !important;
    height: 22px !important;
    transition: transform 0.25s ease !important;
}

.bp-profile-tab.active svg {
    transform: scale(1.05) !important;
}

.bp-profile-tab-label {
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    transition: color 0.2s ease !important;
}

/* Clean Grid Portfolio Layout */
#bpGallery {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2px !important;
    padding: 8px 2px 24px 2px !important;
    background: transparent !important;
}

.bp-gallery-item {
    position: relative !important;
    aspect-ratio: 1 !important;
    overflow: hidden !important;
    background: #e5e5ea !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bp-gallery-item:active {
    transform: scale(0.97) !important;
}

.bp-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Clean Grid Reels Layout */
#bpReelsContainer {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2px !important;
    padding: 8px 2px 24px 2px !important;
    background: transparent !important;
}

.bp-reels-item {
    position: relative !important;
    aspect-ratio: 9/16 !important;
    overflow: hidden !important;
    background: #000000 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bp-reels-item:active {
    transform: scale(0.97) !important;
}

.bp-reels-item video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    pointer-events: none !important;
}

/* View Profile Button (Minimalist Blue) */
.premium-feed-card__view-profile-btn {
    background: rgba(0, 113, 227, 0.07) !important;
    color: #0071e3 !important;
    border: none !important;
    padding: 6px 12px !important;
    border-radius: 100px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease !important;
    flex-shrink: 0;
}


.premium-feed-card__view-profile-btn:active {
    background: rgba(0, 113, 227, 0.15) !important;
    transform: scale(0.97) !important;
}

/* Service Catalog Design */
.bp-service-card {
    background: #ffffff !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    cursor: pointer;
}

.bp-service-card:active {
    transform: scale(0.985) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01) !important;
}

.bp-service-icon-wrapper {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: rgba(201, 169, 110, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.bp-service-icon-wrapper svg {
    width: 20px !important;
    height: 20px !important;
    stroke: var(--accent) !important;
}

.bp-service-details {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
}

.bp-service-title {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
    letter-spacing: -0.2px !important;
}

.bp-service-duration {
    font-size: 0.75rem !important;
    color: #8e8e93 !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 500 !important;
}

.bp-service-price-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 6px !important;
}

.bp-service-price {
    font-size: 0.98rem !important;
    font-weight: 800 !important;
    color: var(--accent) !important;
    letter-spacing: -0.3px !important;
}

.bp-service-book-btn {
    background: rgba(201, 169, 110, 0.1) !important;
    color: var(--accent) !important;
    border: 1px solid rgba(201, 169, 110, 0.2) !important;
    padding: 5px 12px !important;
    border-radius: 8px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
}

.bp-service-book-btn:active {
    background: rgba(201, 169, 110, 0.2) !important;
    transform: scale(0.95) !important;
}

/* Team Section Premium Styling */
.bp-team-card {
    background: #ffffff !important;
    padding: 18px 20px !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 18px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.bp-team-card:active {
    transform: scale(0.99) !important;
}

.bp-team-avatar-wrapper {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(201, 169, 110, 0.2) !important;
    padding: 3px !important;
    background: #ffffff !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bp-team-avatar-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.bp-team-avatar-placeholder {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    background: #fcfcfc !important;
    color: var(--accent) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bp-team-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    flex: 1 !important;
}

.bp-team-badge {
    align-self: flex-start !important;
    background: rgba(201, 169, 110, 0.08) !important;
    color: var(--accent) !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    margin-bottom: 2px !important;
}

.bp-team-name {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    line-height: 1.1 !important;
    letter-spacing: -0.3px !important;
}

.bp-team-specialty {
    font-size: 0.82rem !important;
    color: #666668 !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin-top: 2px !important;
}

/* ============================================================
   DESKTOP STYLES (Feed Grid Layout)
   ============================================================ */
@media (min-width: 1024px) {
    .feed-container {
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
        gap: 24px !important;
        align-items: start !important;
        padding: 24px 32px !important;
    }

    .premium-feed-card {
        margin: 0 !important;
    }

    .barbers-brand {
        display: none !important;
    }

    .barbers-header {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 16px 24px 12px !important;
    }

    .barbers-tabs {
        max-width: 400px;
        width: 100%;
    }
}
