/* === sidebar-blog.css — extracted from sidebar-blog.php === */
/* Custom CSS for customs101 category sidebar */
.customs101-content .premium-sidebar {
    position: static !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.customs101-content .sidebar-section {
    margin-bottom: 20px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    padding: 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.customs101-content .sidebar-section.featured-models {
    overflow: visible !important;
}

.customs101-content .featured-articles .featured-posts {
    /* Scroll styling handled in the main section below */
}

/* Scrollbar styling moved to main section below */

.customs101-content .sidebar-title,
.customs101-content h3,
.customs101-content h4 {
    color: #ec1b61 !important;
}

.customs101-content {
    background: transparent !important;
}

.customs101-content .blog-layout-with-sidebar {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.customs101-content .info-blurb p:last-child {
    margin-bottom: 0 !important;
}

.customs101-content .blog-title {
    font-size: 2.5rem;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.customs101-content .header-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.customs101-content .meta-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.customs101-content .meta-number {
    font-size: 2rem;
    font-weight: 800;
    color: #EC1B61;
    line-height: 1;
}

.customs101-content .meta-label {
    font-size: 0.9rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.25rem;
}

.customs101-content .blurb-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #EC1B61;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.customs101-content .badge-icon {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .customs101-content .header-grid {
        gap: 0.5rem;
    }
    
    .customs101-content .header-left {
        text-align: left;
    }
    
    .customs101-content .header-meta {
        justify-content: center;
    }
    
    .customs101-content .meta-item {
        align-items: center;
    }
    
    .customs101-content .blog-title {
        font-size: 1.75rem;
    }
}

.customs101-content .premium-banner {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    padding: 1.75rem !important;
    box-shadow: none !important;
}

.customs101-content .premium-banner-content {
    background: transparent !important;
    padding: 0 !important;
}

.customs101-content .premium-banner-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #EC1B61;
    margin-bottom: 0.5rem;
}

.customs101-content .premium-banner-title {
    color: #ffffff !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    margin-bottom: 1rem !important;
}

.customs101-content .premium-banner-perks {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem 0;
}

.customs101-content .premium-banner-perks li {
    color: #bbb;
    font-size: 0.9rem;
    padding: 0.3rem 0;
    padding-left: 1.25rem;
    position: relative;
    line-height: 1.4;
}

.customs101-content .premium-banner-perks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EC1B61;
}

.customs101-content .premium-banner-cta,
.customs101-content .premium-banner a.premium-banner-cta,
.customs101-content .premium-banner .premium-banner-cta {
    display: block !important;
    text-align: center !important;
    color: #ffffff !important;
    background: #EC1B61 !important;
    border: none !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    box-shadow: none !important;
}

.customs101-content .premium-banner-cta:hover,
.customs101-content .premium-banner a.premium-banner-cta:hover {
    color: #ffffff !important;
    background: #d01555 !important;
    transform: none !important;
    box-shadow: none !important;
}

.customs101-content .fetish-directory {
    min-height: auto !important;
    height: auto !important;
}

.customs101-content .magazine-post-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

.customs101-content .magazine-grid {
    overflow: visible !important;
}

.customs101-content .post-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px !important;
}

.customs101-content .magazine-post-card .post-tags {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
}

.customs101-content .magazine-post-card .post-content {
    overflow: hidden !important;
    width: 100% !important;
}

.customs101-content .magazine-post-card .post-content {
    position: relative !important;
    display: flex !important;
    padding: 0 !important;
}

.customs101-content .magazine-post-card .post-header,
.customs101-content .magazine-post-card .post-excerpt {
    padding: 20px 25px !important;
}

.customs101-content .magazine-post-card .post-footer {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
}

.customs101-content .magazine-post-card .read-more-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: #8B1538 !important;
    color: #ffffff !important;
    width: 80px !important;
    height: 100% !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    padding: 20px 10px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.customs101-content .magazine-post-card .read-more-link:hover {
    background: #6B0F2A !important;
}

.customs101-content .magazine-post-card .read-more-link .link-text {
    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    margin-bottom: 15px !important;
}

.customs101-content .magazine-post-card .read-more-link .link-arrow {
    font-size: 1.5rem !important;
    transform: rotate(90deg) !important;
    display: block !important;
    margin-top: auto !important;
}

.customs101-content .magazine-post-card .post-header,
.customs101-content .magazine-post-card .post-excerpt {
    flex: 1 !important;
    padding-right: 100px !important;
}

.customs101-content .fetish-directory .hts-results {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.customs101-content .fetish-directory .results-list {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.customs101-content .hts-result-item {
    margin-bottom: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.customs101-content .hts-code {
    font-weight: bold;
    color: #EC1B61;
    margin-bottom: 5px;
}

.customs101-content .hts-description {
    font-size: 14px;
    color: #dddddd;
    margin-bottom: 3px;
}

.customs101-content .hts-rate {
    font-size: 12px;
    color: #bbbbbb;
    font-style: italic;
}

.customs101-content .category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.customs101-content .category-link {
    padding: 5px 10px;
    background: rgba(236, 27, 97, 0.2);
    color: #ffffff;
    text-decoration: none;
    border-radius: 15px;
    font-size: 12px;
    border: 1px solid rgba(236, 27, 97, 0.3);
    transition: all 0.3s ease;
}

.customs101-content .category-link:hover {
    background: #EC1B61;
    color: #ffffff;
}

.customs101-content .search-form {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
}

.customs101-content .search-form input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    margin: 0;
}

.customs101-content .search-btn {
    width: 100%;
    padding: 8px 12px;
    background: #EC1B61;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}

.customs101-content .search-btn:hover {
    background: #d01456;
}

/* Model of the Week - Redesigned */
.motw-redesign.sidebar-section {
    padding: 0 !important;
    margin-bottom: 20px !important;
    overflow: hidden !important;
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.motw-redesign .model-showcase {
    overflow: visible !important;
}

.motw-redesign .model-card.featured-single {
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.motw-redesign .model-thumb img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 0 !important;
    margin: 0 !important;
    transition: transform 0.4s ease !important;
    aspect-ratio: 3/4 !important;
    object-fit: cover !important;
}

.motw-redesign .model-image-wrapper {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    margin: 0 !important;
}

.motw-redesign .model-thumb {
    position: relative !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.motw-redesign .model-thumb a {
    display: block;
    width: 100%;
}

.motw-redesign .model-thumb img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 0 !important;
    margin: 0 !important;
    transition: transform 0.4s ease !important;
}

.motw-redesign .model-card:hover .model-thumb img {
    transform: scale(1.03);
}

.motw-redesign .motw-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 16px 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
    pointer-events: none;
    z-index: 2;
}

.motw-redesign .motw-label {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #EC1B61;
    padding: 5px 12px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(236, 27, 97, 0.4);
    border-radius: 3px;
    margin-bottom: 12px;
}

.motw-redesign .model-info-wrapper {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    clear: both !important;
}

.motw-redesign .model-info {
    padding: 16px 20px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.motw-redesign .model-name {
    margin: 0 !important;
    line-height: 1.2 !important;
}

.motw-redesign .model-name a {
    color: #ffffff !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    letter-spacing: -0.3px !important;
}

.motw-redesign .model-name a:hover {
    color: #EC1B61 !important;
}

.motw-redesign .motw-view-link {
    font-size: 0.8rem;
    color: #EC1B61 !important;
    text-decoration: none !important;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.motw-redesign .motw-view-link:hover {
    color: #ff4081 !important;
}

/* Modern Tags Design */
.customs101-content .modern-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 0;
}

.customs101-content .modern-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    background: linear-gradient(135deg, rgba(236, 27, 97, 0.1) 0%, rgba(236, 27, 97, 0.05) 100%);
    border: 1px solid rgba(236, 27, 97, 0.3);
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.customs101-content .modern-tag:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(236, 27, 97, 0.4) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    border-radius: 50%;
}

.customs101-content .modern-tag:hover:before {
    width: 100px;
    height: 100px;
}

.customs101-content .modern-tag .tag-text {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 0.85rem;
}

.customs101-content .modern-tag.tag-lg {
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(236, 27, 97, 0.3) 0%, rgba(236, 27, 97, 0.15) 100%);
    border-color: rgba(236, 27, 97, 0.5);
}

.customs101-content .modern-tag.tag-lg .tag-text {
    font-size: 0.95rem;
    font-weight: 600;
}

.customs101-content .modern-tag.tag-md {
    padding: 5px 13px;
    background: linear-gradient(135deg, rgba(236, 27, 97, 0.2) 0%, rgba(236, 27, 97, 0.1) 100%);
}

.customs101-content .modern-tag.tag-sm {
    padding: 4px 10px;
    font-size: 0.8rem;
}

.customs101-content .modern-tag:hover {
    background: linear-gradient(135deg, rgba(236, 27, 97, 0.4) 0%, rgba(236, 27, 97, 0.2) 100%);
    border-color: #EC1B61;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(236, 27, 97, 0.3);
}

.customs101-content .modern-tag:hover .tag-text {
    color: #ffffff;
}

/* Pulse animation for popular tags */
.customs101-content .modern-tag .tag-pulse {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #EC1B61;
    border-radius: 50%;
    opacity: 0;
}

.customs101-content .modern-tag.tag-lg .tag-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/* Modern Social Links */
.customs101-content .social-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.customs101-content .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.customs101-content .social-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.customs101-content .social-link:hover:before {
    transform: translateX(100%);
}

.customs101-content .social-svg {
    fill: #ffffff;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.customs101-content .social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.customs101-content .social-link:hover .social-svg {
    opacity: 1;
}

/* Brand-specific colors on hover */
.customs101-content .social-link.twitter:hover {
    background: rgba(29, 161, 242, 0.2);
    border-color: rgba(29, 161, 242, 0.5);
}

.customs101-content .social-link.facebook:hover {
    background: rgba(66, 103, 178, 0.2);
    border-color: rgba(66, 103, 178, 0.5);
}

.customs101-content .social-link.instagram:hover {
    background: linear-gradient(45deg, rgba(131, 58, 180, 0.2), rgba(253, 29, 29, 0.2), rgba(252, 176, 69, 0.2));
    border-color: rgba(131, 58, 180, 0.5);
}

.customs101-content .social-link.youtube:hover {
    background: rgba(255, 0, 0, 0.2);
    border-color: rgba(255, 0, 0, 0.5);
}

.customs101-content .social-link.reddit:hover {
    background: rgba(255, 69, 0, 0.2);
    border-color: rgba(255, 69, 0, 0.5);
}

/* Modern Categories Design (matching tags) */
.customs101-content .modern-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 0;
}

.customs101-content .modern-category {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    background: linear-gradient(135deg, rgba(236, 27, 97, 0.15) 0%, rgba(236, 27, 97, 0.08) 100%);
    border: 1px solid rgba(236, 27, 97, 0.4);
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.customs101-content .modern-category:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(236, 27, 97, 0.5) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    border-radius: 50%;
}

.customs101-content .modern-category:hover:before {
    width: 100px;
    height: 100px;
}

.customs101-content .modern-category .cat-text {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 0.85rem;
}

.customs101-content .modern-category.cat-lg {
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(236, 27, 97, 0.35) 0%, rgba(236, 27, 97, 0.2) 100%);
    border-color: rgba(236, 27, 97, 0.6);
}

.customs101-content .modern-category.cat-lg .cat-text {
    font-size: 0.95rem;
    font-weight: 600;
}

.customs101-content .modern-category.cat-md {
    padding: 5px 13px;
    background: linear-gradient(135deg, rgba(236, 27, 97, 0.25) 0%, rgba(236, 27, 97, 0.15) 100%);
}

.customs101-content .modern-category.cat-sm {
    padding: 4px 10px;
    font-size: 0.8rem;
}

.customs101-content .modern-category:hover {
    background: linear-gradient(135deg, rgba(236, 27, 97, 0.5) 0%, rgba(236, 27, 97, 0.3) 100%);
    border-color: #EC1B61;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(236, 27, 97, 0.4);
}

.customs101-content .modern-category:hover .cat-text {
    color: #ffffff;
}

/* Pulse animation for popular categories */
.customs101-content .modern-category .cat-pulse {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #EC1B61;
    border-radius: 50%;
    opacity: 0;
}

.customs101-content .modern-category.cat-lg .cat-pulse {
    animation: pulse 2s infinite;
}

/* Banner Section */
.customs101-content .banner-section {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    margin-bottom: 20px !important;
}

.customs101-content .banner-link {
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customs101-content .banner-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(236, 27, 97, 0.3);
}

.customs101-content .banner-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Newsletter Message Styles */
.newsletter-message {
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.newsletter-message.success {
    background: rgba(34, 197, 94, 0.2);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #22c55e;
}

.newsletter-message.error {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #ef4444;
}

.newsletter-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Global newsletter styles for all pages */
.customs101-content .newsletter-signup,
.newsletter-signup {
    position: relative;
}

.customs101-content .newsletter-form,
.newsletter-form {
    position: relative;
}

.customs101-content .form-group,
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.customs101-content .newsletter-form input[type="email"],
.newsletter-form input[type="email"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.customs101-content .newsletter-form input[type="email"]:focus,
.newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: #EC1B61;
    box-shadow: 0 0 0 2px rgba(236, 27, 97, 0.2);
}

.customs101-content .newsletter-form input[type="email"].success-state,
.newsletter-form input[type="email"].success-state {
    background: rgba(34, 197, 94, 0.15) !important;
    border-color: #22c55e !important;
    color: #22c55e !important;
    text-align: center !important;
    font-weight: 600 !important;
}

.customs101-content .newsletter-form input[type="email"].success-state::placeholder,
.newsletter-form input[type="email"].success-state::placeholder {
    color: #22c55e !important;
    opacity: 1 !important;
}

.customs101-content .newsletter-btn,
.newsletter-btn {
    width: 100%;
    padding: 10px 16px;
    background: #EC1B61;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.customs101-content .newsletter-btn:hover,
.newsletter-btn:hover {
    background: #d01456;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(236, 27, 97, 0.3);
}

/* Blog Party Section Styling with Scroll */
.customs101-content .featured-articles {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    padding: 25px !important;
}

.customs101-content .featured-articles .sidebar-title {
    color: #EC1B61 !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-bottom: 2px solid rgba(236, 27, 97, 0.3) !important;
    padding-bottom: 10px !important;
}

.customs101-content .featured-posts {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 10px !important;
    /* Custom scrollbar styling */
    scrollbar-width: thin !important;
    scrollbar-color: rgba(236, 27, 97, 0.5) rgba(255, 255, 255, 0.1) !important;
}

/* Webkit scrollbar styling for Chrome/Safari */
.customs101-content .featured-posts::-webkit-scrollbar {
    width: 6px !important;
}

.customs101-content .featured-posts::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 3px !important;
}

.customs101-content .featured-posts::-webkit-scrollbar-thumb {
    background: rgba(236, 27, 97, 0.5) !important;
    border-radius: 3px !important;
    transition: background 0.3s ease !important;
}

.customs101-content .featured-posts::-webkit-scrollbar-thumb:hover {
    background: rgba(236, 27, 97, 0.8) !important;
}

.customs101-content .featured-post-card {
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 15px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.customs101-content .featured-post-card:hover {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(236, 27, 97, 0.4) !important;
    transform: translateX(5px) !important;
    box-shadow: 0 4px 15px rgba(236, 27, 97, 0.2) !important;
}

.customs101-content .featured-post-card:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #EC1B61, transparent);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.customs101-content .featured-post-card:hover:before {
    transform: scaleY(1);
}

.customs101-content .featured-post-thumb {
    flex-shrink: 0 !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.customs101-content .featured-post-thumb a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.customs101-content .featured-post-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.customs101-content .featured-post-card:hover .featured-post-thumb img {
    transform: scale(1.1) !important;
}

.customs101-content .featured-post-content {
    flex: 1 !important;
    min-width: 0 !important;
}

.customs101-content .featured-post-title {
    margin: 0 0 5px 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
}

.customs101-content .featured-post-title a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.customs101-content .featured-post-title a:hover {
    color: #EC1B61 !important;
}

.customs101-content .featured-post-meta {
    margin: 0 !important;
}

.customs101-content .featured-post-date {
    color: #888 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Add visual interest with alternating accent borders */
.customs101-content .featured-post-card:nth-child(odd) {
    border-left: 2px solid rgba(236, 27, 97, 0.3) !important;
}

.customs101-content .featured-post-card:nth-child(even) {
    border-right: 2px solid rgba(236, 27, 97, 0.3) !important;
}

/* Fade effect at top and bottom of scroll area */
.customs101-content .featured-articles::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(to bottom, transparent, rgba(10, 10, 15, 0.8));
    pointer-events: none;
    border-radius: 0 0 12px 12px;
}

.customs101-content .featured-articles {
    position: relative;
}
