/**
 * Product Listing Page Styles
 * SocialBoost.Asia
 */

:root {
    --pl-brand-primary: #6366F1;
    --pl-brand-secondary: #8B5CF6;
    --pl-brand-light: rgba(99, 102, 241, 0.1);
    --pl-text-primary: #1E293B;
    --pl-text-secondary: #64748B;
    --pl-text-muted: #94A3B8;
    --pl-bg-primary: #FFFFFF;
    --pl-bg-secondary: #F8FAFC;
    --pl-border-color: #E2E8F0;
    --pl-radius-sm: 6px;
    --pl-radius-md: 10px;
    --pl-radius-lg: 16px;
    --pl-radius-full: 50px;
    --pl-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --pl-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
    --pl-gradient-primary: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    --pl-shadow-brand: 0 4px 16px rgba(99, 102, 241, 0.35);
}

/* Container */
.product-list-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 20px;
}

/* Header */
.product-list-header {
    text-align: center;
    margin-bottom: 24px;
}

.product-list-header h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--pl-text-primary);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.product-list-header h1 i {
    color: var(--pl-brand-primary);
}

.product-list-header p {
    color: var(--pl-text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

/* Search Bar - Shop Style */
.product-search-bar {
    max-width: 600px;
    margin: 0 auto 24px;
}

.product-search-bar .search-form {
    width: 100%;
}

.product-search-bar .search-input-wrapper {
    display: flex;
    align-items: center;
    background: var(--pl-bg-primary);
    border: 2px solid var(--pl-border-color);
    border-radius: var(--pl-radius-full);
    padding: 6px 6px 6px 20px;
    transition: all 0.3s ease;
}

.product-search-bar .search-input-wrapper:focus-within {
    border-color: var(--pl-brand-primary);
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.product-search-bar .search-input-wrapper i {
    color: var(--pl-text-muted);
    font-size: 16px;
    flex-shrink: 0;
}

.product-search-bar .search-input-wrapper input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 15px;
    background: transparent;
    color: var(--pl-text-primary);
    min-width: 0;
}

.product-search-bar .search-input-wrapper input::placeholder {
    color: var(--pl-text-muted);
}

.product-search-bar .btn-search {
    background: var(--pl-gradient-primary);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: var(--pl-radius-full);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.product-search-bar .btn-search:hover {
    transform: translateY(-2px);
    box-shadow: var(--pl-shadow-brand);
}

.search-error {
    background: #FEE2E2;
    color: #DC2626;
    padding: 10px 16px;
    border-radius: var(--pl-radius-md);
    margin-top: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-result-info {
    background: var(--pl-brand-light);
    color: var(--pl-brand-primary);
    padding: 10px 16px;
    border-radius: var(--pl-radius-md);
    margin-top: 12px;
    font-size: 14px;
}

.search-result-info .clear-search {
    margin-left: 12px;
    color: var(--pl-text-secondary);
    text-decoration: underline;
}

/* Product Section */
.product-section {
    margin-bottom: 48px;
}

.product-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--pl-border-color);
}

.product-section-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--pl-text-primary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-section-header h2 i {
    font-size: 1.1rem;
}

.product-section-header .section-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.product-section-header .section-icon.bestseller {
    background: linear-gradient(135deg, #F59E0B, #F97316);
    color: white;
}

.product-section-header .section-icon.official {
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    color: white;
}

.product-section-header .section-icon.new {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
}

.product-section-header .section-icon.mall {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    color: white;
}

.product-section-header .section-icon.premium {
    background: linear-gradient(135deg, #EC4899, #DB2777);
    color: white;
}

.product-section-header .section-icon.trusted {
    background: linear-gradient(135deg, #14B8A6, #0D9488);
    color: white;
}

.product-section-header .section-icon.standard {
    background: linear-gradient(135deg, #6B7280, #4B5563);
    color: white;
}

.product-section-header .section-icon.recent {
    background: linear-gradient(135deg, #F97316, #EA580C);
    color: white;
}

.product-section-header .section-icon.flash_sale {
    background: linear-gradient(135deg, #FBBF24, #F59E0B);
    color: white;
    animation: flash-pulse 1.5s ease-in-out infinite;
}

@keyframes flash-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* View More Button */
.view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--pl-brand-light);
    color: var(--pl-brand-primary);
    border-radius: var(--pl-radius-md);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background: var(--pl-brand-primary);
    color: white;
    transform: translateX(4px);
}

.view-more-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.view-more-btn:hover i {
    transform: translateX(4px);
}

/* Category Header */
.category-header {
    margin-bottom: 32px;
}

.category-header .back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--pl-bg-secondary);
    color: var(--pl-text-secondary);
    border-radius: var(--pl-radius-md);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 16px;
}

.category-header .back-link:hover {
    background: var(--pl-brand-light);
    color: var(--pl-brand-primary);
}

.category-header h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--pl-text-primary);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-header h1 .section-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.category-header p {
    color: var(--pl-text-secondary);
    font-size: 15px;
    margin: 0;
}

.category-header p strong {
    color: var(--pl-brand-primary);
}

.product-section-header .view-all {
    font-size: 14px;
    color: var(--pl-brand-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-section-header .view-all:hover {
    text-decoration: underline;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
}

/* Product Scroll Wrapper */
/* Desktop: no horizontal scroll, normal grid display */
.product-scroll-wrapper {
    overflow: visible;
}

.product-scroll-wrapper .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
}

/* Product Scroll Wrapper - Horizontal scroll for mobile */
@media (max-width: 768px) {
    .product-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0 -12px;
        padding: 0 12px 8px;
    }

    .product-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    .product-scroll-wrapper .product-grid {
        display: flex;
        gap: 10px;
        min-width: max-content;
        padding-bottom: 4px;
    }

    .product-scroll-wrapper .product-card {
        flex: 0 0 140px;
        max-width: 140px;
    }
}

@media (max-width: 480px) {
    .product-scroll-wrapper {
        margin: 0 -10px;
        padding: 0 10px 6px;
    }

    .product-scroll-wrapper .product-grid {
        gap: 8px;
    }

    .product-scroll-wrapper .product-card {
        flex: 0 0 120px;
        max-width: 120px;
    }
}

/* Product Card - Compact */
.product-card {
    background: var(--pl-bg-primary);
    border-radius: var(--pl-radius-md);
    overflow: hidden;
    box-shadow: var(--pl-shadow-sm);
    transition: all 0.25s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    border: 1px solid var(--pl-border-color);
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--pl-shadow-md);
    border-color: var(--pl-brand-primary);
}

.product-card-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: var(--pl-bg-secondary);
    overflow: hidden;
}

.product-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card-image img {
    transform: scale(1.05);
}

.product-card-badges {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-card-badges .badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-card-badges .badge-sale {
    background: #DC2626;
    color: white;
}

.product-card-badges .badge-new {
    background: #10B981;
    color: white;
}

.product-card-badges .badge-official {
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    color: white;
}

.product-card-badges .badge-flash {
    background: linear-gradient(135deg, #FBBF24, #F59E0B);
    color: #1E293B;
    animation: flash-badge 1s ease-in-out infinite;
}

@keyframes flash-badge {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.85;
    }
}

.product-card-body {
    padding: 10px 12px;
}

.product-card-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--pl-text-primary);
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    min-height: 35px;
}

.product-card-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
}

.product-card-price .current-price {
    font-size: 14px;
    font-weight: 700;
    color: #DC2626;
}

.product-card-price .original-price {
    font-size: 11px;
    color: var(--pl-text-muted);
    text-decoration: line-through;
}

.product-card-price .discount {
    font-size: 10px;
    background: #FEE2E2;
    color: #DC2626;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 600;
}

.product-card-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: var(--pl-text-secondary);
}

.product-card-stats span {
    display: flex;
    align-items: center;
    gap: 3px;
}

.product-card-stats .rating {
    color: #F59E0B;
}

.product-card-shop {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--pl-border-color);
    font-size: 11px;
    color: var(--pl-text-secondary);
}

.product-card-shop img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Section Empty State */
.section-empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px 20px;
    background: var(--pl-card-bg);
    border: 1px dashed var(--pl-border-color);
    border-radius: 12px;
    color: var(--pl-text-secondary);
    font-size: 14px;
}

.section-empty-state i {
    font-size: 20px;
    opacity: 0.6;
}

/* Pagination */
.product-list-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--pl-border-color);
    flex-wrap: wrap;
}

.product-list-pagination .page-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pl-bg-primary);
    border: 2px solid var(--pl-border-color);
    border-radius: var(--pl-radius-md);
    color: var(--pl-text-secondary);
    text-decoration: none;
    transition: all 0.25s ease;
    font-size: 14px;
}

.product-list-pagination .page-btn:hover {
    border-color: var(--pl-brand-primary);
    color: var(--pl-brand-primary);
    background: var(--pl-brand-light);
    transform: translateY(-2px);
}

.product-list-pagination .page-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
}

.product-list-pagination .page-num {
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pl-bg-primary);
    border: 1.5px solid var(--pl-border-color);
    border-radius: var(--pl-radius-sm);
    color: var(--pl-text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 0 10px;
}

.product-list-pagination .page-num:hover:not(.active) {
    border-color: var(--pl-brand-primary);
    color: var(--pl-brand-primary);
    background: var(--pl-brand-light);
}

.product-list-pagination .page-num.active {
    background: linear-gradient(135deg, var(--pl-brand-primary), var(--pl-brand-secondary));
    border-color: transparent;
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.product-list-pagination .page-ellipsis {
    color: var(--pl-text-muted);
    font-size: 14px;
    padding: 0 4px;
}

/* Empty State - Compact & Elegant */
.product-empty-state {
    text-align: center;
    padding: 48px 20px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(139, 92, 246, 0.03) 100%);
    border: 1px dashed var(--pl-border-color);
    border-radius: var(--pl-radius-lg);
    max-width: 400px;
    margin: 40px auto;
}

.product-empty-state i {
    font-size: 2.5rem;
    color: var(--pl-brand-primary);
    opacity: 0.6;
    margin-bottom: 12px;
}

.product-empty-state h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--pl-text-primary);
    margin-bottom: 6px;
}

.product-empty-state p {
    color: var(--pl-text-muted);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.product-empty-state .btn-home {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: transparent;
    color: var(--pl-brand-primary);
    border: 1.5px solid var(--pl-brand-primary);
    border-radius: 50px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.product-empty-state .btn-home i {
    font-size: 12px;
    margin: 0;
    opacity: 1;
}

.product-empty-state .btn-home:hover {
    background: var(--pl-brand-primary);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

/* Stats Bar */
.product-list-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--pl-bg-secondary);
    padding: 12px 16px;
    border-radius: var(--pl-radius-md);
    margin-bottom: 24px;
    font-size: 14px;
    color: var(--pl-text-secondary);
}

/* Responsive - Tablet */
@media (max-width: 768px) {
    .product-list-container {
        padding: 16px 12px;
    }

    .product-list-header {
        margin-bottom: 16px;
    }

    .product-list-header h1 {
        font-size: 1.35rem;
        gap: 8px;
    }

    .product-list-header h1 i {
        font-size: 1.1rem;
    }

    .product-list-header p {
        font-size: 0.85rem;
    }

    /* Search bar - stay horizontal, compact */
    .product-search-bar {
        margin-bottom: 16px;
    }

    .product-search-bar .search-input-wrapper {
        padding: 4px 4px 4px 16px;
    }

    .product-search-bar .search-input-wrapper i {
        font-size: 14px;
    }

    .product-search-bar .search-input-wrapper input {
        font-size: 14px;
        padding: 8px 10px;
    }

    .product-search-bar .search-input-wrapper input::placeholder {
        font-size: 12px;
    }

    .product-search-bar .btn-search {
        padding: 10px 18px;
        font-size: 13px;
    }

    .product-section {
        margin-bottom: 32px;
    }

    .product-section-header {
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

    .product-section-header h2 {
        font-size: 0.95rem;
        gap: 8px;
    }

    .product-section-header .section-icon {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .view-more-btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .product-card-body {
        padding: 8px 10px;
    }

    .product-card-name {
        font-size: 12px;
        min-height: 32px;
        margin-bottom: 4px;
    }

    .product-card-price {
        gap: 4px;
        margin-bottom: 4px;
    }

    .product-card-price .current-price {
        font-size: 13px;
    }

    .product-card-price .original-price {
        font-size: 10px;
    }

    .product-card-price .discount {
        font-size: 9px;
        padding: 2px 4px;
    }

    .product-card-stats {
        font-size: 10px;
        gap: 6px;
    }

    .product-card-shop {
        display: none;
    }

    .section-empty-state {
        padding: 20px 16px;
        font-size: 13px;
    }

    /* Empty state mobile */
    .product-empty-state {
        padding: 36px 16px;
        max-width: 320px;
        margin: 24px auto;
    }

    .product-empty-state i {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .product-empty-state h3 {
        font-size: 1rem;
    }

    .product-empty-state p {
        font-size: 0.85rem;
        margin-bottom: 14px;
    }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
    .product-list-container {
        padding: 12px 10px;
    }

    .product-list-header {
        margin-bottom: 12px;
    }

    .product-list-header h1 {
        font-size: 1.2rem;
    }

    .product-list-header p {
        font-size: 0.8rem;
    }

    /* Search still horizontal but more compact */
    .product-search-bar .search-input-wrapper {
        padding: 4px;
        border-width: 1.5px;
    }

    .product-search-bar .search-input-wrapper i {
        font-size: 13px;
        margin-left: 8px;
    }

    .product-search-bar .search-input-wrapper input {
        font-size: 13px;
        padding: 6px 8px;
    }

    .product-search-bar .btn-search {
        padding: 8px 14px;
        font-size: 12px;
    }

    .product-section {
        margin-bottom: 24px;
    }

    .product-section-header h2 {
        font-size: 0.9rem;
        gap: 6px;
    }

    .product-section-header .section-icon {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .view-more-btn {
        font-size: 11px;
        padding: 5px 10px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .product-card-image .product-card-badges .badge {
        padding: 2px 5px;
        font-size: 9px;
    }

    .product-card-body {
        padding: 6px 8px;
    }

    .product-card-name {
        font-size: 11px;
        min-height: 30px;
        line-height: 1.3;
    }

    .product-card-price .current-price {
        font-size: 12px;
    }

    .product-card-price .original-price,
    .product-card-price .discount {
        display: none;
    }

    .product-card-stats {
        font-size: 9px;
        gap: 4px;
    }

    .product-list-stats {
        flex-direction: column;
        gap: 6px;
        text-align: center;
        padding: 10px 12px;
        font-size: 13px;
    }

    .product-list-pagination {
        gap: 4px;
        margin-top: 24px;
        padding-top: 16px;
    }

    .product-list-pagination .page-btn {
        width: 32px;
        height: 32px;
    }

    .product-list-pagination .page-num {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .section-empty-state {
        padding: 16px 12px;
        font-size: 12px;
    }

    .section-empty-state i {
        font-size: 16px;
    }

    .category-header h1 {
        font-size: 1.1rem;
    }

    .category-header .back-link {
        font-size: 12px;
    }
}

/* ==========================
   SEO Content Section
   ========================== */
.seo-content-section {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px dashed var(--pl-border-color);
}

.seo-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.seo-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pl-text-primary);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.seo-title::before {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, var(--pl-brand-primary), var(--pl-brand-secondary));
    border-radius: 2px;
}

.seo-body {
    position: relative;
}

.seo-text {
    color: var(--pl-text-secondary);
    font-size: 0.9rem;
    line-height: 1.75;
    transition: max-height 0.4s ease;
    overflow: hidden;
}

.seo-text.collapsed {
    max-height: 120px;
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.seo-text p {
    margin-bottom: 12px;
}

.seo-text h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--pl-text-primary);
    margin-top: 16px;
    margin-bottom: 8px;
}

.seo-text ul {
    margin: 8px 0 12px 0;
    padding-left: 20px;
}

.seo-text li {
    margin-bottom: 6px;
    position: relative;
}

.seo-text li::marker {
    color: var(--pl-brand-primary);
}

.seo-text strong {
    color: var(--pl-text-primary);
    font-weight: 600;
}

.seo-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px 16px;
    margin-top: 12px;
    background: transparent;
    border: none;
    color: var(--pl-brand-primary);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

.seo-toggle-btn:hover {
    color: var(--pl-brand-secondary);
}

.seo-toggle-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* SEO Content Responsive */
@media (max-width: 768px) {
    .seo-content-section {
        margin-top: 32px;
        padding-top: 24px;
    }

    .seo-title {
        font-size: 1.1rem;
    }

    .seo-text {
        font-size: 0.85rem;
    }

    .seo-text.collapsed {
        max-height: 100px;
    }

    .seo-text h3 {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .seo-content-section {
        margin-top: 24px;
        padding-top: 16px;
    }

    .seo-title {
        font-size: 1rem;
    }

    .seo-title::before {
        width: 3px;
        height: 16px;
    }

    .seo-text {
        font-size: 0.8rem;
    }

    .seo-text.collapsed {
        max-height: 80px;
    }

    .seo-toggle-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
}