/* Home */
.main-navigation a[href="/"]::before,
.main-navigation a[href*="home"]::before {
    content: "🏟️";
    margin-right: 8px;
    font-size: 18px;
}

/* Falcons */
.main-navigation a[href*="falcons"]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url('https://a.espncdn.com/i/teamlogos/nfl/500/atl.png') center/contain no-repeat;
}

/* Hawks */
.main-navigation a[href*="hawks"]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url('https://a.espncdn.com/i/teamlogos/nba/500/atl.png') center/contain no-repeat;
}

/* Jackets */
.main-navigation a[href*="jackets"]::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background: url('https://ams.gatech.edu/wp-content/uploads/2017/02/cropped-georgia-tech-yellow-jackets-logo.png') center/contain no-repeat;
}

/* Dream */
.main-navigation a[href*="dream"]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url('https://a.espncdn.com/i/teamlogos/wnba/500/atl.png') center/contain no-repeat;
}

/* United */
.main-navigation a[href*="united"]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url('https://a.espncdn.com/i/teamlogos/soccer/500/18418.png') center/contain no-repeat;
}

/* NWSL */
.main-navigation a[href*="nwsl"]::before {
    content: "⚽";
    margin-right: 6px;
}

/* Shop */
.main-navigation a[href*="shop"]::before {
    content: "👕";
    font-size: 18px;
    margin-right: 8px;
}

/* =========================================
   ATL SPORTS ZONE - BIG VISUAL UPGRADE
   ========================================= */

/* Overall page background */
body {
    background: #f4f5f7;
}

/* Main content wrapper */
.site-content {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 32px;
}

/* Article column */
.content-area {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* Article padding */
.inside-article {
    padding: 38px 42px 46px 42px !important;
}

/* Headline */
.single .entry-title {
    font-size: 46px !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    letter-spacing: -1.3px;
    max-width: 900px;
    margin-bottom: 10px;
}

/* Author/date area */
.single .entry-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 28px;
}

.single .entry-meta a {
    color: #c9152c;
    font-weight: 700;
    text-decoration: none;
}

/* Featured image should feel editorial */
.single .featured-image,
.single .post-image {
    margin-top: 20px;
    margin-bottom: 30px;
}

.single .featured-image img,
.single .post-image img,
.single .entry-content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
    border-radius: 3px;
}

/* Article copy */
.single .entry-content {
    font-size: 18px;
    line-height: 1.72;
    color: #222;
    max-width: 860px;
}

/* Paragraph spacing */
.single .entry-content p {
    margin-bottom: 22px;
}

/* Section headers */
.single .entry-content h2 {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.6px;
    margin-top: 42px;
    margin-bottom: 16px;
}

.single .entry-content h3 {
    font-size: 23px;
    font-weight: 800;
    margin-top: 32px;
}

/* Article links */
.single .entry-content a {
    color: #c9152c;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Sidebar card treatment */
.widget-area .widget {
    background: #fff;
    border-radius: 4px;
    border-top: 4px solid #c9152c;
    padding: 22px !important;
    margin-bottom: 22px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

/* Sidebar headings */
.widget-title {
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 18px !important;
}

/* Sidebar links */
.widget-area a {
    color: #111;
    font-weight: 700;
    text-decoration: none;
}

.widget-area a:hover {
    color: #c9152c;
}

/* Cleaner sidebar thumbnails */
.widget-area img {
    border-radius: 3px;
}

/* Wider article / cleaner sidebar proportion */
@media (min-width: 1025px) {
    .content-area {
        width: 70%;
    }

    .widget-area {
        width: 27%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .inside-article {
        padding: 24px 20px 32px 20px !important;
    }

    .single .entry-title {
        font-size: 32px !important;
        line-height: 1.08 !important;
    }

    .single .entry-content {
        font-size: 17px;
    }

    .single .entry-content h2 {
        font-size: 25px;
    }
}

/* ARTICLE HERO */
.single .entry-header {
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 28px;
}

.single .entry-title {
    font-size: 52px !important;
    line-height: 1.02 !important;
    font-weight: 900 !important;
    letter-spacing: -1.7px;
    max-width: 920px;
    margin-bottom: 16px;
}

.single .entry-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6f6f6f;
}

/* ==========================
   HOMEPAGE HERO SECTION
   ========================== */

.home-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 26px;
    margin-bottom: 42px;
}

/* Main featured story */
.home-hero-main {
    position: relative;
    background: #111;
    overflow: hidden;
}

.home-hero-main img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* Main story text */
.home-hero-main-content {
    padding: 22px 0 0;
}

.home-hero-kicker {
    color: #c9152c;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.home-hero-title {
    font-size: 38px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.home-hero-title a {
    color: #111;
    text-decoration: none;
}

.home-hero-title a:hover {
    color: #c9152c;
}

.home-hero-excerpt {
    font-size: 16px;
    line-height: 1.55;
    color: #555;
    max-width: 760px;
}

/* Right-hand supporting stories */
.home-hero-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home-hero-side-story {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
}

.home-hero-side-story img {
    width: 120px;
    height: 80px;
    object-fit: cover;
}

.home-hero-side-story h3 {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0;
}

.home-hero-side-story h3 a {
    color: #111;
    text-decoration: none;
}

.home-hero-side-story h3 a:hover {
    color: #c9152c;
}

/* Mobile */
@media (max-width: 900px) {
    .home-hero {
        grid-template-columns: 1fr;
    }

    .home-hero-title {
        font-size: 31px;
    }

    .home-hero-side-story {
        grid-template-columns: 110px 1fr;
    }
}

/* =========================================
   MAKE HOMEPAGE MATCH SINGLE ARTICLE STYLE
   ========================================= */

/* Homepage post titles */
.home .entry-title,
.blog .entry-title,
.archive .entry-title {
    font-size: 42px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    letter-spacing: -1.2px;
    margin-bottom: 14px;
}

/* Homepage title links */
.home .entry-title a,
.blog .entry-title a,
.archive .entry-title a {
    color: #000 !important;
    text-decoration: none !important;
}

.home .entry-title a:hover,
.blog .entry-title a:hover,
.archive .entry-title a:hover {
    color: #c9152c !important;
}

/* Homepage metadata */
.home .entry-meta,
.blog .entry-meta,
.archive .entry-meta {
    font-size: 13px !important;
    color: #6f6f6f !important;
    margin-bottom: 22px;
}

/* Author name */
.home .entry-meta a,
.blog .entry-meta a,
.archive .entry-meta a {
    color: #c9152c !important;
    font-weight: 700 !important;
}

/* Homepage excerpts */
.home .entry-summary,
.home .entry-content,
.blog .entry-summary,
.archive .entry-summary {
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #222;
}

/* Homepage article cards */
.home article,
.blog article,
.archive article {
    background: #fff;
    padding: 34px 40px !important;
    margin-bottom: 28px !important;
}

/* Homepage featured images */
.home .post-image img,
.home .featured-image img,
.blog .post-image img,
.archive .post-image img {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* Reduce weird image/title separation */
.home .post-image,
.home .featured-image,
.blog .post-image,
.archive .post-image {
    margin-bottom: 28px !important;
}

/* Mobile */
@media (max-width: 768px) {

    .home .entry-title,
    .blog .entry-title,
    .archive .entry-title {
        font-size: 32px !important;
        line-height: 1.08 !important;
    }

    .home article,
    .blog article,
    .archive article {
        padding: 24px 20px !important;
    }

    .home .entry-summary,
    .home .entry-content,
    .blog .entry-summary,
    .archive .entry-summary {
        font-size: 17px !important;
    }
}

/* ========================================
   ATL SPORTS ZONE - MASTHEAD UPGRADE
   ======================================== */

/* Main header */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;
}

/* Header spacing */
.inside-header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* ATL Sports Zone title */
.site-branding .main-title,
.site-branding .main-title a {
    font-size: 38px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -1.4px;
    color: #0d0d0d !important;
    text-decoration: none;
}

/* Add tagline below title */
.site-description {
    display: block !important;
    margin-top: 7px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    color: #c9152c !important;
}

/* Logo */
.site-logo img,
.site-header .header-image {
    max-height: 78px;
    width: auto;
}

/* Navigation */
.main-navigation .main-nav ul li a {
    font-weight: 800 !important;
}

/* Small red accent beneath masthead */
.site-header {
    position: relative;
}

.site-header:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        to right,
        #c9152c 0,
        #c9152c 90px,
        #e7e7e7 90px,
        #e7e7e7 100%
    );
}

.home-section-title,
.widget-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #111;
    border-top: 5px solid #111;
    padding-top: 10px;
    position: relative;
}

.home-section-title::before,
.widget-title::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 55px;
    height: 5px;
    background: #c8102e;
}

/* ==================================
   SMALLER SIDEBAR STORY HEADLINES
   ================================== */

.widget-area .widget a {
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

/* Give each story a little breathing room */
.widget-area li {
    margin-bottom: 12px;
}

/* Keep sidebar thumbnails compact */
.widget-area img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

/* =================================
   TIGHTER, CLEANER SITE HEADER
   ================================= */

.site-header .inside-header {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    min-height: auto !important;
}

.site-logo img,
.site-header .header-image {
    max-height: 64px !important;
}

.site-branding .main-title,
.site-branding .main-title a {
    font-size: 34px !important;
    line-height: 1 !important;
    letter-spacing: -1px;
}

/* Tighten nav */
.main-navigation .main-nav ul li a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 12px !important;
}

/* Reduce space under header */
.site-header {
    margin-bottom: 0 !important;
}

.entry-header .cat-links {
    display: block !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #c8102e !important;
    margin-bottom: 10px;
}

.entry-header .cat-links a {
    color: #c8102e !important;
    text-decoration: none !important;
}

.widget-title {
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #111;
    border-top: 4px solid #111;
    padding-top: 9px;
    position: relative;
}

.widget-title::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 48px;
    height: 4px;
    background: #c8102e;
}

.trending-box {
    background: #111;
    color: #fff;
    padding: 22px;
}

.trending-box h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 16px;
}

.trending-box a {
    color: #fff;
    text-decoration: none;
}

.trending-box a:hover {
    color: #e31937;
}

.single .entry-header::before {
    content: "LATEST";
    display: block;
    color: #c8102e;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wp-block-post-featured-image,
.widget-area img {
    overflow: hidden;
}

.wp-block-post-featured-image img,
.widget-area img {
    transition: transform .25s ease;
}

.wp-block-post-featured-image:hover img {
    transform: scale(1.025);
}

/* =========================================
   ATL SPORTS ZONE - NEWSROOM SIDEBAR
   ========================================= */

/* Sidebar overall spacing */
.widget-area {
    padding-left: 10px;
}

/* Individual sidebar sections */
.widget-area .widget {
    background: #ffffff !important;
    border: 0 !important;
    border-top: 4px solid #111111 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 18px 20px 20px !important;
    margin-bottom: 24px !important;
    position: relative;
}

/* Short ATL-red accent over black line */
.widget-area .widget::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 55px;
    height: 4px;
    background: #c8102e;
}

/* Widget headings */
.widget-area .widget-title {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    color: #111111 !important;
    margin: 0 0 17px !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Sidebar story rows */
.widget-area li {
    padding: 12px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #e7e7e7;
}

.widget-area li:last-child {
    border-bottom: 0;
}

/* Sidebar headlines */
.widget-area .widget a {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 750 !important;
    text-decoration: none !important;
    transition: color .2s ease;
}

.widget-area .widget a:hover {
    color: #c8102e !important;
}

/* Story thumbnails */
.widget-area .widget img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 2px;
}

/* MOST READ — numbered list */
.atl-most-read {
    counter-reset: atl-ranking;
}

.atl-most-read li {
    counter-increment: atl-ranking;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    align-items: start;
}

.atl-most-read li::before {
    content: counter(atl-ranking, decimal-leading-zero);
    color: #c8102e;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
}

/* Mobile */
@media (max-width: 768px) {
    .widget-area {
        padding-left: 0;
    }
}

/* =========================================
   ATL SPORTS ZONE - PROFESSIONAL FOOTER
   ========================================= */

.site-footer {
    background: #0d0d0d !important;
    color: #b7b7b7;
    margin-top: 55px;
}

/* Main footer widget area */
.footer-widgets {
    background: #0d0d0d !important;
    color: #b7b7b7 !important;
    padding: 48px 0 38px !important;
    border-top: 5px solid #c8102e;
}

/* Footer headings */
.footer-widgets .widget-title {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 18px !important;
}

/* ATL Sports Zone brand */
.footer-brand-title {
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.6px;
    margin-bottom: 12px;
}

/* Description */
.footer-brand-description {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 1.6;
    max-width: 330px;
}

/* Footer links */
.footer-widgets a {
    color: #d4d4d4 !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: color .2s ease;
}

.footer-widgets a:hover {
    color: #ffffff !important;
}

/* Remove default list styling */
.footer-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widgets li {
    margin-bottom: 9px;
}

/* Bottom copyright bar */
.site-info {
    background: #080808 !important;
    color: #777777 !important;
    border-top: 1px solid #252525;
    padding: 18px 20px !important;
    font-size: 12px;
}

.site-info a {
    color: #aaaaaa !important;
    text-decoration: none;
}

.site-info a:hover {
    color: #ffffff !important;
}

/* Optional red footer links */
.footer-accent-link {
    color: #e31937 !important;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {

    .footer-widgets {
        padding: 35px 22px !important;
    }

    .footer-brand-title {
        font-size: 23px;
    }
}

/* =========================================
   ATL SPORTS ZONE - NEWS SIDEBAR
   ========================================= */

/* Separate sidebar from main article */
@media (min-width: 1025px) {
    .widget-area {
        border-left: 1px solid #e1e1e1;
        padding-left: 26px !important;
        margin-left: 10px;
    }
}

/* Individual sidebar sections */
.widget-area .widget {
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 20px !important;
    margin-bottom: 24px !important;
    position: relative;
}

/* Strong top divider */
.widget-area .widget {
    border-top: 4px solid #111111 !important;
}

/* ATL red accent */
.widget-area .widget::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 55px;
    height: 4px;
    background: #c8102e;
}

/* Sidebar section headings */
.widget-area .widget-title {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 17px !important;
    padding: 0 !important;
    border: none !important;
}

/* Individual story rows */
.widget-area li {
    padding: 12px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #e7e7e7;
}

/* No line after final story */
.widget-area li:last-child {
    border-bottom: none;
}

/* Sidebar story headlines */
.widget-area .widget a {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* ATL red on hover */
.widget-area .widget a:hover {
    color: #c8102e !important;
}

/* Story thumbnails */
.widget-area .widget img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 2px;
}

/* Mobile - remove divider */
@media (max-width: 1024px) {
    .widget-area {
        border-left: none;
        padding-left: 0 !important;
        margin-left: 0;
    }
}

/* Tighter social widget */
.widget-area .widget:first-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.widget-area .widget:first-child .social-icons,
.widget-area .widget:first-child .wp-block-social-links {
    justify-content: flex-start !important;
    margin: 8px 0 0 !important;
}

/* ==================================
   ATL SIDEBAR SECTION TITLES
   ================================== */

.atl-sidebar-title {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    color: #111 !important;

    border-top: 4px solid #111 !important;
    padding-top: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;

    position: relative;
}

/* Red accent on top line */
.atl-sidebar-title::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 55px;
    height: 4px;
    background: #c8102e;
}

/* ==================================
   CLEAN ATL SIDEBAR TITLES
   ================================== */

.atl-sidebar-title {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: .9px !important;
    text-transform: uppercase;
    color: #111 !important;

    border-top: 4px solid #111 !important;
    padding-top: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;

    position: relative;
}

/* Single red accent — no second bar */
.atl-sidebar-title::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 55px;
    height: 4px;
    background: #c8102e;
}

/* Remove extra borders from the widget itself */
.widget-area .widget {
    border-top: none !important;
    box-shadow: none !important;
    background: #fff !important;
    padding: 18px 20px !important;
}

/* Kill any old decorative bar */
.widget-area .widget::before {
    display: none !important;
}

/* ==================================
   SOCIAL ICON CLEANUP
   ================================== */

.widget-area .wp-block-social-links {
    justify-content: flex-start !important;
    gap: 12px !important;
    margin: 4px 0 8px !important;
}

.widget-area .wp-block-social-link {
    width: 42px !important;
    height: 42px !important;
}

.widget-area .wp-block-social-link a {
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.widget-area .wp-block-social-link svg {
    width: 20px !important;
    height: 20px !important;
}

/* ==================================
   SIDEBAR SPACING
   ================================== */

.widget-area .widget {
    margin-bottom: 18px !important;
}

.atl-sidebar-title + * {
    margin-top: 0 !important;
}

/* Newsletter form */
.widget-area input[type="email"] {
    height: 48px;
    font-size: 14px;
    padding: 0 14px;
    border: 1px solid #e2e2e2;
}

.widget-area input[type="submit"],
.widget-area button {
    height: 48px;
    font-size: 13px;
    font-weight: 800;
    padding: 0 18px;
}

/* ==========================================
   FINAL SIDEBAR CLEANUP
   ========================================== */

/* Bring sidebar widgets closer together */
.widget-area .widget {
    margin-bottom: 0 !important;
}

/* Heading blocks */
.widget-area .widget:has(.atl-sidebar-title) {
    padding-bottom: 8px !important;
}

/* Widget immediately after a heading */
.widget-area .widget:has(.atl-sidebar-title) + .widget {
    padding-top: 8px !important;
    margin-top: 0 !important;
}

/* FOLLOW / NEWSLETTER headings */
.atl-sidebar-title {
    margin-bottom: 4px !important;
}


/* ==========================================
   SOCIAL ICONS - CLEAN BLACK/WHITE
   ========================================== */

.widget-area .wp-block-social-links {
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
}

.widget-area .wp-block-social-link {
    background: #111111 !important;
    color: #ffffff !important;

    width: 40px !important;
    height: 40px !important;

    border-radius: 50% !important;
}

.widget-area .wp-block-social-link a {
    background: transparent !important;
    color: #ffffff !important;

    width: 40px !important;
    height: 40px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.widget-area .wp-block-social-link svg {
    fill: #ffffff !important;
    color: #ffffff !important;

    width: 18px !important;
    height: 18px !important;
}

/* Hover */
.widget-area .wp-block-social-link:hover {
    background: #c8102e !important;
    transform: translateY(-2px);
}

.widget-area .wp-block-social-link {
    transition: background .2s ease, transform .2s ease;
}


/* ==========================================
   CLEAN NEWSLETTER SPACING
   ========================================== */

.widget-area input[type="email"] {
    margin-top: 0 !important;
}

.widget-area form {
    margin-top: 0 !important;
}

/* ==========================================
   FIX SOCIAL ICON PROPORTIONS
   ========================================== */

.widget-area .wp-block-social-link {
    width: 38px !important;
    height: 38px !important;
    background: #111 !important;
    border-radius: 50% !important;
}

.widget-area .wp-block-social-link a {
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

/* Make the actual logos larger */
.widget-area .wp-block-social-link svg {
    width: 22px !important;
    height: 22px !important;
    fill: #fff !important;
    color: #fff !important;
}

/* Give X a touch more size */
.widget-area .wp-social-link-x svg,
.widget-area .wp-social-link-twitter svg {
    width: 21px !important;
    height: 21px !important;
}

/* YouTube logo should be wider */
.widget-area .wp-social-link-youtube svg {
    width: 23px !important;
    height: 23px !important;
}

/* Facebook logo slightly larger */
.widget-area .wp-social-link-facebook svg {
    width: 22px !important;
    height: 22px !important;
}

/* Keep spacing consistent */
.widget-area .wp-block-social-links {
    gap: 10px !important;
}

/* ==========================================
   RESTORE DEFAULT WORDPRESS SOCIAL ICONS
   ========================================== */

.widget-area .wp-block-social-links {
    gap: 12px !important;
    margin: 0 !important;
}

/* Restore each network's normal WordPress styling */
.widget-area .wp-block-social-link {
    width: auto !important;
    height: auto !important;
    background: initial !important;
    color: initial !important;
    border-radius: 9999px !important;
    transform: none !important;
}

/* Restore normal link sizing */
.widget-area .wp-block-social-link a {
    width: auto !important;
    height: auto !important;
    padding: .25em !important;
    background: transparent !important;
    color: inherit !important;
}

/* Restore normal WordPress icon size */
.widget-area .wp-block-social-link svg,
.widget-area .wp-social-link-x svg,
.widget-area .wp-social-link-twitter svg,
.widget-area .wp-social-link-youtube svg,
.widget-area .wp-social-link-facebook svg {
    width: 1em !important;
    height: 1em !important;
    fill: currentColor !important;
}

/* Remove our custom hover effect */
.widget-area .wp-block-social-link:hover {
    transform: none !important;
}

/* ==========================================
   FIX SOCIAL ICON COLORS
   Keep current sidebar spacing
   ========================================== */

/* X */
.widget-area .wp-social-link-x,
.widget-area .wp-social-link-twitter {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* YouTube */
.widget-area .wp-social-link-youtube {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

/* Facebook */
.widget-area .wp-social-link-facebook {
    background-color: #0866ff !important;
    color: #ffffff !important;
}

/* Make icons visible */
.widget-area .wp-block-social-link svg {
    fill: currentColor !important;
    color: #ffffff !important;
}

/* Restore clean default circle size */
.widget-area .wp-block-social-link {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
}

/* Center logos */
.widget-area .wp-block-social-link a {
    width: 36px !important;
    height: 36px !important;
    padding: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Logo size */
.widget-area .wp-block-social-link svg {
    width: 20px !important;
    height: 20px !important;
}

/* Don't change colors on hover */
.widget-area .wp-block-social-link:hover {
    transform: none !important;
    opacity: .85;
}