/*
Theme Name: WomenFlex
Theme URI: https://womenflex.com
Author: WomenFlex
Author URI: https://womenflex.com
Description: A clean, elegant, feminine WordPress theme for lifestyle, beauty, and fashion blogs. Features a soft neutral color palette, responsive design, and extensive Customizer controls.
Version: 2.6.3
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: womenflex
Tags: blog, one-column, two-columns, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready
*/

/* ========================================
   CSS CUSTOM PROPERTIES
   ======================================== */
:root {
    --wf-bg: #FAF8F5;
    --wf-bg-alt: #F5F0EB;
    --wf-text: #2C2C2C;
    --wf-text-light: #666666;
    --wf-border: #E8E3DE;
    --wf-border-light: #F0ECE7;
    --wf-btn: #2C2C2C;
    --wf-btn-text: #FFFFFF;
    --wf-accent: #D4C5B2;
    --wf-white: #FFFFFF;
    --wf-cream: #FAF8F5;
    --wf-font-heading: 'Cormorant Garamond', Georgia, serif;
    --wf-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --wf-font-script: 'Dancing Script', cursive;
    --wf-max-width: 1200px;
    --wf-transition: 0.3s ease;
}

/* ========================================
   RESET & BASE
   ======================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--wf-font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--wf-text);
    background-color: var(--wf-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--wf-text);
    text-decoration: none;
    transition: color var(--wf-transition);
}

a:hover {
    color: var(--wf-text-light);
}

a:focus-visible {
    outline: 2px solid var(--wf-btn);
    outline-offset: 2px;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--wf-font-heading);
    font-weight: 500;
    line-height: 1.3;
    color: var(--wf-text);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

p { margin-bottom: 1em; }

button, input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: var(--wf-white);
    clip: auto !important;
    clip-path: none;
    color: var(--wf-text);
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* ========================================
   LAYOUT
   ======================================== */
.wf-container {
    max-width: var(--wf-max-width);
    margin: 0 auto;
    padding: 0 20px;
}

.wf-section {
    padding: 60px 0;
}

/* ========================================
   TOP BAR
   ======================================== */
.wf-topbar {
    background: var(--wf-white);
    border-bottom: 3px solid var(--wf-text);
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    padding: 0;
}

.wf-topbar .wf-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.wf-topbar__left {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
}

.wf-topbar__left .wf-inbox-icon {
    color: var(--wf-accent);
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.wf-topbar__left span:last-child {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
    color: var(--wf-text);
}

.wf-topbar__right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.wf-topbar__right a {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: var(--wf-text);
}

.wf-topbar__right a:hover {
    color: var(--wf-text-light);
}

.wf-topbar__pinterest {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
    border: none;
    transition: all var(--wf-transition);
}

.wf-topbar__pinterest svg {
    width: 22px;
    height: 22px;
}

.wf-topbar__pinterest:hover {
    opacity: 0.85;
}

.wf-topbar__blog-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--wf-text);
    color: var(--wf-white) !important;
    padding: 8px 20px;
    font-size: 0.75rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.04em;
    align-self: stretch;
}

.wf-topbar__blog-link span:first-child {
    font-size: 0.6rem;
    font-style: italic;
    font-family: var(--wf-font-heading);
}

.wf-topbar__blog-link:hover {
    background: #444;
    color: var(--wf-white) !important;
}

/* ========================================
   HEADER
   ======================================== */
.wf-header {
    background: var(--wf-white);
    border-bottom: 1px solid var(--wf-border-light);
    padding: 20px 0;
    position: relative;
    z-index: 100;
}

.wf-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.wf-header .wf-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.wf-header__logo {
    flex-shrink: 0;
}

.wf-header__logo img {
    max-height: 50px;
    width: auto;
}

.wf-header__logo-text {
    font-family: var(--wf-font-script);
    font-size: 1.8rem;
    color: var(--wf-text);
    white-space: nowrap;
}

.wf-header__logo-text .wf-heart {
    color: var(--wf-accent);
    font-style: normal;
}

.wf-header__tagline {
    font-family: var(--wf-font-body);
    font-size: 0.75rem;
    color: var(--wf-text-light);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 2px 0 0;
    text-align: center;
}

/* Navigation */
.wf-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.wf-nav__list {
    display: flex;
    gap: 28px;
    align-items: center;
}

.wf-nav__list li a {
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    padding: 5px 0;
    position: relative;
    color: var(--wf-text);
}

.wf-nav__list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--wf-text);
    transition: width var(--wf-transition);
}

.wf-nav__list li a:hover::after,
.wf-nav__list li.current-menu-item a::after {
    width: 100%;
}

/* Sub-menu */
.wf-nav__list li {
    position: relative;
}

.wf-nav__list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: var(--wf-white);
    border: 1px solid var(--wf-border-light);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all var(--wf-transition);
    z-index: 200;
}

.wf-nav__list li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wf-nav__list .sub-menu li a {
    display: block;
    padding: 6px 20px;
    font-size: 0.85rem;
}

.wf-nav__list .sub-menu li a::after {
    display: none;
}

/* Search */
.wf-header__search {
    flex-shrink: 0;
}

.wf-header__search form {
    display: flex;
    align-items: center;
    border: 1px solid var(--wf-border);
    border-radius: 0;
    overflow: hidden;
}

.wf-header__search input[type="search"] {
    border: none;
    padding: 8px 14px;
    font-size: 0.85rem;
    width: 180px;
    background: transparent;
    outline: none;
    color: var(--wf-text);
}

.wf-header__search input[type="search"]::placeholder {
    color: var(--wf-text-light);
}

.wf-header__search button {
    border: none;
    background: transparent;
    padding: 8px 12px;
    cursor: pointer;
    color: var(--wf-text);
    display: flex;
    align-items: center;
}

.wf-header__search button:hover {
    color: var(--wf-text-light);
}

.wf-header__search {
    position: relative;
}

.wf-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--wf-white);
    border: 1px solid var(--wf-border);
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 100;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.wf-search-results.is-active {
    display: block;
}

.wf-search-results__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: var(--wf-text);
    border-bottom: 1px solid var(--wf-border-light);
    transition: background var(--wf-transition);
}

.wf-search-results__item:last-child {
    border-bottom: none;
}

.wf-search-results__item:hover {
    background: var(--wf-bg);
}

.wf-search-results__thumb {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
}

.wf-search-results__info {
    flex: 1;
    min-width: 0;
}

.wf-search-results__title {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wf-search-results__date {
    font-size: 0.72rem;
    color: var(--wf-text-light);
    margin-top: 2px;
}

.wf-search-results__empty {
    padding: 16px;
    text-align: center;
    font-size: 0.85rem;
    color: var(--wf-text-light);
}

.wf-search-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--wf-text);
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

.wf-search-toggle svg {
    width: 18px;
    height: 18px;
}

.wf-mobile-search {
    display: none;
}

.wf-mobile-search .wf-search-results {
    position: relative;
    border: 1px solid var(--wf-border);
    border-radius: 8px;
    margin-top: 6px;
}

/* Mobile Menu Toggle */
.wf-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
}

.wf-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--wf-text);
    transition: all var(--wf-transition);
}

.wf-menu-toggle.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.wf-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.wf-menu-toggle.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ========================================
   SECTION 2: CATEGORY TILES
   ======================================== */
.wf-category-tiles {
    padding: 45px 0 35px;
    background: var(--wf-bg);
}

.wf-category-tiles__bar {
    background: #ffffff;
    border-radius: 0;
    padding: 22px 30px 18px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
    width: 100%;
}

.wf-category-tiles__grid {
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 10px;
}

.wf-category-tiles__grid::-webkit-scrollbar {
    display: none;
}

.wf-category-tile {
    flex: 0 0 105px;
    width: 105px;
    text-align: center;
    scroll-snap-align: start;
    transition: transform var(--wf-transition);
    text-decoration: none;
    color: var(--wf-text);
}

.wf-category-tile:hover {
    transform: translateY(-3px);
}

.wf-category-tile__image-wrap {
    position: relative;
    width: 105px;
    height: 105px;
    margin: 0 auto 8px;
}

.wf-category-tile__image {
    width: 105px;
    height: 105px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--wf-border-light);
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.wf-category-tile__image img {
    width: 105px;
    height: 105px;
    min-width: 105px;
    min-height: 105px;
    max-width: 105px;
    max-height: 105px;
    object-fit: cover;
    display: block;
    transition: transform var(--wf-transition);
}

.wf-category-tile__pin-icon {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 5;
    width: 28px;
    height: 28px;
    margin: auto !important;
    background: #E60023;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--wf-transition);
    pointer-events: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.wf-category-tile__pin-icon svg {
    width: 14px;
    height: 14px;
}

.wf-category-tile:hover .wf-category-tile__pin-icon {
    opacity: 1;
}

.wf-category-tile:hover .wf-category-tile__image img {
    transform: scale(1.05);
}

.wf-category-tile__label {
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    color: var(--wf-text);
    display: block;
    line-height: 1.3;
    margin-top: 0;
}

/* ========================================
   SECTION 3: NEW ON THE BLOG
   ======================================== */
.wf-new-blog {
    padding: 40px 0 60px;
}

.wf-section-badge {
    display: inline-block;
    background: var(--wf-text);
    color: var(--wf-white);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 8px 18px;
    margin-bottom: 30px;
    position: relative;
    transform: rotate(-2deg);
}

.wf-section-badge::before,
.wf-section-badge::after {
    content: '';
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--wf-text);
}

.wf-section-badge::before {
    left: -3px;
    transform: skewX(-3deg);
}

.wf-section-badge::after {
    right: -3px;
    transform: skewX(3deg);
}

.wf-articles-bar {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
    margin-bottom: 35px;
}

.wf-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 0;
}

/* Post Card */
.wf-post-card {
    background: var(--wf-white);
    transition: transform var(--wf-transition), box-shadow var(--wf-transition);
}

.wf-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.wf-post-card__image-wrap {
    position: relative;
    overflow: hidden;
}

.wf-post-card__image {
    aspect-ratio: 3/4;
    overflow: hidden;
    background: var(--wf-border-light);
    display: block;
    position: relative;
}

.wf-post-card__image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform var(--wf-transition);
}

.wf-post-card:hover .wf-post-card__image img {
    transform: scale(1.03);
}

.wf-post-card__image-wrap .wf-pin-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #E60023;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity var(--wf-transition);
    text-decoration: none;
}

.wf-post-card__image-wrap .wf-pin-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.wf-post-card__image-wrap:hover .wf-pin-btn,
.wf-post-card__image-wrap:focus-within .wf-pin-btn {
    opacity: 1;
}

@media (hover: none) {
    .wf-post-card__image-wrap .wf-pin-btn {
        opacity: 1;
        width: 28px;
        height: 28px;
        top: 8px;
        right: 8px;
    }
    .wf-post-card__image-wrap .wf-pin-btn svg {
        width: 14px;
        height: 14px;
    }
}

.wf-post-card__content {
    padding: 15px 10px;
}

.wf-post-card__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
}

.wf-post-card__category {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wf-text-light);
    text-decoration: none;
}

.wf-post-card__title {
    font-family: var(--wf-font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--wf-text);
}

.wf-post-card__title a {
    color: inherit;
}

.wf-post-card__title a:hover {
    color: var(--wf-text-light);
}

.wf-post-card__excerpt {
    font-size: 0.85rem;
    color: var(--wf-text-light);
    margin-top: 8px;
    line-height: 1.6;
}

.wf-post-card__meta {
    font-size: 0.75rem;
    color: var(--wf-text-light);
    margin-top: 8px;
}

/* Button */
.wf-btn {
    display: inline-block;
    background: var(--wf-btn);
    color: var(--wf-btn-text);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px 30px;
    border: 2px solid var(--wf-btn);
    transition: all var(--wf-transition);
    cursor: pointer;
}

.wf-btn:hover {
    background: transparent;
    color: var(--wf-btn);
}

.wf-btn:focus-visible {
    outline: 2px solid var(--wf-btn);
    outline-offset: 3px;
}

.wf-text-center {
    text-align: center;
}

/* ========================================
   SECTION 4: NEWSLETTER SUBSCRIBE
   ======================================== */
.wf-subscribe {
    padding: 80px 0;
    background: var(--wf-bg-alt);
}

.wf-subscribe .wf-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wf-subscribe__collage {
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wf-subscribe__img {
    position: absolute;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    background: var(--wf-border-light);
}

.wf-subscribe__img:nth-child(1) {
    width: 220px;
    height: 280px;
    left: 10%;
    top: 10%;
    transform: rotate(-5deg);
    border: 6px solid var(--wf-white);
    z-index: 1;
}

.wf-subscribe__img:nth-child(2) {
    width: 220px;
    height: 280px;
    right: 10%;
    top: 5%;
    transform: rotate(3deg);
    border: 6px solid var(--wf-white);
    z-index: 2;
}

.wf-subscribe__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wf-subscribe__form {
    max-width: 420px;
}

.wf-subscribe__subtitle {
    font-family: var(--wf-font-heading);
    font-size: 0.85rem;
    font-style: italic;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wf-text-light);
    margin-bottom: 8px;
}

.wf-subscribe__title {
    font-family: var(--wf-font-heading);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
}

.wf-subscribe__widget-area {
    background: var(--wf-white);
    padding: 25px;
    border: 1px solid var(--wf-border-light);
}

.wf-subscribe__fallback-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.wf-subscribe__fallback-avatar {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
    background: var(--wf-border-light);
    overflow: hidden;
    flex-shrink: 0;
}

.wf-subscribe__fallback-avatar img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    display: block;
}

.wf-subscribe__fallback-name {
    font-family: var(--wf-font-heading);
    font-size: 1rem;
    font-weight: 600;
}

.wf-subscribe__fallback p {
    font-size: 0.85rem;
    color: var(--wf-text-light);
    margin-bottom: 15px;
}

.wf-subscribe__fallback input[type="email"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--wf-border);
    font-size: 0.85rem;
    margin-bottom: 12px;
    background: var(--wf-white);
    outline: none;
}

.wf-subscribe__fallback input[type="email"]:focus {
    border-color: var(--wf-text);
}

.wf-subscribe__fallback .wf-btn {
    width: 100%;
    text-align: center;
}

.wf-subscribe__fallback .wf-privacy {
    font-size: 0.7rem;
    color: var(--wf-text-light);
    margin-top: 10px;
    margin-bottom: 0;
}

.wf-subscribe-message {
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-top: 10px;
    text-align: center;
}

.wf-subscribe-message--success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.wf-subscribe-message--error {
    background: #fce4ec;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* ========================================
   SECTION 5: ABOUT + CONNECT
   ======================================== */
.wf-about-section {
    padding: 60px 0;
}

.wf-about-section .wf-tagline {
    text-align: center;
    font-family: var(--wf-font-heading);
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.4;
}

.wf-about-section__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    border-top: 3px solid var(--wf-text);
    padding-top: 40px;
}

.wf-about-card {
    display: flex;
    gap: 30px;
    background: var(--wf-white);
    padding: 30px;
    border: 1px solid var(--wf-border-light);
}

.wf-about-card__image {
    flex: 0 0 200px;
    height: 260px;
    overflow: hidden;
    background: var(--wf-border-light);
}

.wf-about-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wf-about-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wf-about-card__title {
    font-family: var(--wf-font-heading);
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.wf-about-card__title.wf-logo-style {
    font-family: var(--wf-font-script);
    font-size: 2rem;
}

.wf-about-card__title.wf-logo-style .wf-heart {
    color: var(--wf-accent);
    font-style: normal;
}

.wf-about-card__text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--wf-text-light);
    margin-bottom: 20px;
    font-family: var(--wf-font-heading);
    font-style: italic;
}

.wf-about-card__link {
    font-size: 0.8rem;
    font-style: italic;
    color: var(--wf-text-light);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.wf-about-card__link:hover {
    color: var(--wf-text);
}

/* Connect sidebar */
.wf-connect-card {
    background: var(--wf-white);
    padding: 30px;
    border: 1px solid var(--wf-border-light);
    text-align: center;
}

.wf-connect-card__icon {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.wf-connect-card__title {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.wf-connect-card__text {
    font-size: 0.8rem;
    color: var(--wf-text-light);
    margin-bottom: 20px;
    font-family: var(--wf-font-heading);
    font-style: italic;
}

.wf-connect-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--wf-border);
    padding: 10px 24px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wf-text);
    transition: all var(--wf-transition);
}

.wf-connect-card__btn:hover {
    background: #E60023;
    color: var(--wf-white);
    border-color: #E60023;
}

.wf-connect-card__social {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--wf-border-light);
    display: flex;
    justify-content: center;
    gap: 15px;
}

.wf-connect-card__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--wf-border);
    border-radius: 50%;
    color: var(--wf-text);
    transition: all var(--wf-transition);
    font-size: 0.9rem;
}

.wf-connect-card__social a:hover {
    background: var(--wf-text);
    color: var(--wf-white);
    border-color: var(--wf-text);
}

.wf-connect-card__social a[aria-label="Pinterest"]:hover {
    background: #E60023;
    border-color: #E60023;
}

/* ========================================
   SECTION 6: TOP 10 FAVORITES
   ======================================== */
.wf-favorites {
    padding: 60px 0;
}

.wf-favorites__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.wf-favorites__title {
    font-family: var(--wf-font-heading);
    font-size: 1.8rem;
    font-weight: 500;
}

.wf-favorites__more {
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--wf-text-light);
    font-style: italic;
}

.wf-favorites__more strong {
    font-style: normal;
    font-weight: 600;
}

.wf-favorites__top {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 0;
}

.wf-favorite-card {
    position: relative;
    text-align: center;
    transition: transform var(--wf-transition);
}

.wf-favorite-card:hover {
    transform: translateY(-3px);
}

.wf-favorite-card__image {
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 6px;
    background: var(--wf-border-light);
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.wf-favorite-card__image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform var(--wf-transition);
}

.wf-favorite-card:hover .wf-favorite-card__image img {
    transform: scale(1.03);
}

.wf-favorite-card__number {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: var(--wf-text);
    color: var(--wf-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.wf-favorite-card__title {
    font-family: var(--wf-font-heading);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 5px;
}

.wf-favorite-card__title a {
    color: inherit;
}

.wf-favorites__bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.wf-favorites__bottom .wf-favorite-card__image {
    border-radius: 8px;
}

/* ========================================
   FOOTER
   ======================================== */
.wf-footer {
    background: var(--wf-white);
    border-top: 1px solid var(--wf-border-light);
    padding: 15px 0 0;
}

.wf-footer__page-row {
    text-align: center;
    padding: 10px 0;
}

.wf-footer__page-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2px 0;
}

.wf-footer__page-links a {
    font-size: 0.72rem;
    color: var(--wf-text);
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
}

.wf-footer__page-links a:hover {
    color: var(--wf-accent);
}

.wf-footer__page-sep {
    margin: 0 6px;
    color: var(--wf-text-light);
    font-size: 0.7rem;
}

.wf-footer__bottom {
    padding: 10px 0;
    text-align: center;
}

.wf-footer__bottom p {
    font-size: 0.8rem;
    color: var(--wf-text-light);
    margin: 0;
}

.wf-footer__menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.wf-footer__menu a {
    font-size: 0.8rem;
    color: var(--wf-text-light);
}

/* ========================================
   BLOG / ARCHIVE
   ======================================== */
.wf-blog-header {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid var(--wf-border-light);
    margin-bottom: 40px;
}

.wf-blog-header h1 {
    font-family: var(--wf-font-heading);
    font-size: 2rem;
    font-weight: 500;
}

.wf-blog-header p {
    color: var(--wf-text-light);
    font-size: 0.9rem;
    margin-top: 8px;
}

.wf-category-header {
    background: var(--wf-accent-light, #EDE7E0);
    padding: 20px 0 25px;
    margin-bottom: 25px;
}

.wf-category-header .wf-breadcrumbs {
    padding: 0 0 10px;
    margin-bottom: 0;
}

.wf-category-header__title {
    font-family: var(--wf-font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--wf-text);
    margin: 0;
}

.wf-category-header__desc {
    color: var(--wf-text-light);
    font-size: 0.9rem;
    margin-top: 8px;
}

.wf-blog-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
    padding: 40px 0;
}

.wf-blog-layout--fullwidth {
    grid-template-columns: 1fr;
}

.wf-blog-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.wf-blog-posts.wf-blog-posts--4col {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.wf-blog-posts--4col .wf-post-card__image {
    aspect-ratio: 1/1;
}

.wf-blog-posts--4col .wf-post-card__content {
    padding: 10px 8px;
}

.wf-blog-posts--4col .wf-post-card__categories {
    gap: 4px;
    margin-bottom: 4px;
}

.wf-blog-posts--4col .wf-post-card__category {
    font-size: 0.65rem;
}

.wf-blog-posts--4col .wf-post-card__title {
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Sidebar */
.wf-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.wf-sidebar .widget {
    margin-bottom: 30px;
    padding: 25px;
    background: var(--wf-white);
    border: 1px solid var(--wf-border-light);
}

.wf-sidebar .widget h3,
.wf-sidebar .widget-title {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--wf-border-light);
}

/* ========================================
   SINGLE POST
   ======================================== */
.wf-single {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.wf-single__header {
    text-align: center;
    margin-bottom: 30px;
}

.wf-single__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.wf-single__category {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: capitalize;
    color: var(--wf-text-main);
    background: var(--wf-bg-alt);
    border: 1px solid var(--wf-border-light);
    border-radius: 20px;
    padding: 6px 16px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.wf-single__category:hover {
    background: var(--wf-accent);
    color: #fff;
    border-color: var(--wf-accent);
}

.wf-single__title {
    font-family: var(--wf-font-heading);
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px;
}

.wf-single__meta {
    font-size: 0.8rem;
    color: var(--wf-text-light);
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.wf-single__featured {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    max-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wf-border-light);
}

.wf-single__featured img {
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: contain;
}

.wf-pin-wrap {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.wf-pin-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wf-pin-save-btn {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    z-index: 10;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    gap: 6px;
    background: #E60023;
    color: #fff;
    border-radius: 24px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    padding: 10px 18px 10px 10px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    width: auto !important;
    height: auto !important;
    min-width: 0;
}

.wf-pin-wrap:hover .wf-pin-save-btn,
.wf-pin-save-btn.is-touch-active {
    opacity: 1;
    pointer-events: auto;
}

.wf-pin-save-btn:hover {
    background: #c5001d;
    box-shadow: 0 4px 14px rgba(0,0,0,0.4);
}

.wf-pin-save-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.wf-pin-save-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

figure.wf-pin-wrap,
.wp-block-image.wf-pin-wrap {
    position: relative;
}

.wf-single__content .wf-pin-wrap {
    margin-bottom: 1.5em;
}

.wf-single__content figure .wf-pin-wrap {
    margin-bottom: 0;
}

.wf-single__featured-wrap.wf-pin-wrap {
    display: block;
    line-height: normal;
    margin-bottom: 30px;
}

.wf-single__featured-wrap.wf-pin-wrap .wf-single__featured {
    margin-bottom: 0;
}

.wf-single__content-wrap {
    background: #ffffff;
    padding: 35px 45px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}

.wf-single__tags {
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid var(--wf-border-light);
}

.wf-single__tags p {
    font-size: 0.8rem;
    color: var(--wf-text-light);
}

.wf-single__content {
    font-size: 1.05rem;
    line-height: 1.8;
}

.wf-single__content p {
    margin-bottom: 1.5em;
}

.wf-single__content h2 {
    margin: 2em 0 0.8em;
    font-size: 1.6rem;
}

.wf-single__content h3 {
    margin: 1.5em 0 0.6em;
    font-size: 1.3rem;
}

.wf-single__content blockquote {
    border-left: 3px solid var(--wf-accent);
    padding: 15px 25px;
    margin: 1.5em 0;
    font-style: italic;
    font-family: var(--wf-font-heading);
    font-size: 1.1rem;
    color: var(--wf-text-light);
    background: var(--wf-bg-alt);
}

.wf-single__content ul, .wf-single__content ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

.wf-single__content ul { list-style: disc; }
.wf-single__content ol { list-style: decimal; }

.wf-single__content li {
    margin-bottom: 0.5em;
}

.wf-single__content img {
    border-radius: 4px;
    margin: 1em 0;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Breadcrumbs */
.wf-breadcrumbs {
    font-size: 0.8rem;
    color: var(--wf-text-light);
    padding: 15px 0;
    margin-bottom: 10px;
}

.wf-breadcrumbs a {
    color: var(--wf-text-light);
}

.wf-breadcrumbs a:hover {
    color: var(--wf-text);
}

.wf-breadcrumbs .wf-sep {
    margin: 0 8px;
    color: var(--wf-text);
}

/* Share Bar */
.wf-share-bar {
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}

.wf-share-bar a,
.wf-share-bar button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--wf-border);
    background: var(--wf-white);
    color: var(--wf-text);
    cursor: pointer;
    transition: all var(--wf-transition);
    font-size: 0.9rem;
}

.wf-share-bar a:hover,
.wf-share-bar button:hover {
    background: var(--wf-text);
    color: var(--wf-white);
    border-color: var(--wf-text);
}

/* Related Posts */
.wf-related {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid var(--wf-border-light);
}

.wf-related__title {
    font-family: var(--wf-font-heading);
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
}

.wf-related__wrap {
    position: relative;
}

.wf-related__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.wf-related__arrow {
    display: none;
}

@media (max-width: 768px) {
    .wf-related__grid {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 12px;
        padding-bottom: 10px;
    }

    .wf-related__grid::-webkit-scrollbar {
        display: none;
    }

    .wf-related__grid .wf-post-card {
        flex: 0 0 140px;
        min-width: 140px;
    }

    .wf-related__grid .wf-post-card .wf-post-card__image img {
        aspect-ratio: 3 / 4;
        object-fit: cover;
    }

    .wf-related__grid .wf-post-card .wf-post-card__title {
        font-size: 0.75rem;
        line-height: 1.3;
    }

    .wf-related__grid .wf-post-card .wf-post-card__category {
        font-size: 0.6rem;
    }

    .wf-related__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        background: rgba(255,255,255,0.9);
        border: 1px solid var(--wf-border-light);
        border-radius: 50%;
        font-size: 1.2rem;
        color: var(--wf-text);
        cursor: pointer;
        z-index: 5;
        box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    }

    .wf-related__wrap {
        padding: 0 20px;
    }

    .wf-related__arrow--left {
        left: 0;
    }

    .wf-related__arrow--right {
        right: 0;
    }
}

/* ========================================
   PAGE TEMPLATES
   ======================================== */
.wf-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    background: var(--wf-white);
    border-radius: 2px;
}

.wf-page__title {
    font-family: var(--wf-font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
    color: var(--wf-text);
}

.wf-page__content {
    font-size: 0.95rem;
    line-height: 1.9;
    color: var(--wf-text-light);
}

.wf-page__content p {
    margin-bottom: 18px;
}

.wf-page__content h2,
.wf-page__content h3,
.wf-page__content h4 {
    color: var(--wf-text);
    margin-top: 30px;
    margin-bottom: 12px;
}

.wf-page__content ul,
.wf-page__content ol {
    margin-bottom: 18px;
    padding-left: 25px;
}

.wf-page__content li {
    margin-bottom: 8px;
}

.wf-page__content a {
    color: var(--wf-text);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wf-page__content a:hover {
    color: var(--wf-accent);
}

/* Full Width Template */
.page-template-page-fullwidth .wf-page {
    max-width: 100%;
    padding: 0;
}

/* ========================================
   ABOUT PAGE
   ======================================== */
.wf-about-page__banner {
    background: #7A7A7A;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px;
}

.wf-about-page__title {
    font-family: var(--wf-font-heading);
    font-size: 2.2rem;
    font-weight: 400;
    font-style: italic;
    color: var(--wf-white);
    margin: 0;
    letter-spacing: 0.02em;
}

.wf-about-page__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 60px;
}

.wf-about-page__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.wf-about-page__content {
    padding: 30px 40px;
    background: var(--wf-white);
}

.wf-about-page__heading {
    font-family: var(--wf-font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: var(--wf-text);
}

.wf-about-page__text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--wf-text-light);
}

.wf-about-page__text p {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .wf-about-page__layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .wf-about-page__banner {
        padding: 30px 0;
        margin-bottom: 20px;
    }

    .wf-about-page__title {
        font-size: 1.6rem;
    }

    .wf-about-page__content {
        padding: 25px 20px;
    }

    .wf-about-page__heading {
        font-size: 1.3rem;
    }
}

/* ========================================
   CONTACT PAGE
   ======================================== */
.wf-contact__intro {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.wf-contact__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 60px;
    align-items: start;
}

.wf-contact__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: end;
}

.wf-contact__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.wf-contact__img--1 {
    margin-top: 40px;
}

.wf-contact__img--2 {
    margin-bottom: 40px;
}

.wf-contact__heading {
    font-family: var(--wf-font-heading);
    font-size: 1.8rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 30px;
}

.wf-contact__form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wf-contact__form input[type="text"],
.wf-contact__form input[type="email"],
.wf-contact__form select,
.wf-contact__form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #D4D0CC;
    border-radius: 0;
    background: #fff;
    font-family: var(--wf-font-body);
    font-size: 0.9rem;
    color: var(--wf-text);
    outline: none;
    transition: border-color 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
}

.wf-contact__form input:focus,
.wf-contact__form select:focus,
.wf-contact__form textarea:focus {
    border-color: var(--wf-text);
}

.wf-contact__form input::placeholder,
.wf-contact__form textarea::placeholder {
    color: #999;
    font-style: normal;
}

.wf-contact__form select {
    color: #999;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 10px;
    padding-right: 40px;
}

.wf-contact__form select:valid {
    color: var(--wf-text);
}

.wf-contact__form textarea {
    resize: vertical;
    min-height: 120px;
}

.wf-contact__submit {
    align-self: flex-start;
    background: var(--wf-text);
    color: #fff;
    border: 2px solid var(--wf-text);
    padding: 12px 36px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--wf-font-body);
}

.wf-contact__submit:hover {
    background: transparent;
    color: var(--wf-text);
}

.wf-contact__feedback {
    margin-top: 15px;
    padding: 12px 16px;
    font-size: 0.9rem;
    border-radius: 4px;
}

.wf-contact__feedback--success {
    background: #f0faf0;
    color: #2d7a2d;
    border: 1px solid #c3e6c3;
}

.wf-contact__feedback--error {
    background: #fef0f0;
    color: #cc3333;
    border: 1px solid #f5c6c6;
}

@media (max-width: 768px) {
    .wf-contact__wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 10px 0 40px;
    }

    .wf-contact__images {
        max-width: 400px;
        margin: 0 auto;
    }

    .wf-contact__img--1 {
        margin-top: 0;
    }

    .wf-contact__img--2 {
        margin-bottom: 0;
    }
}

/* ========================================
   SEARCH PAGE
   ======================================== */
.wf-search-header {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid var(--wf-border-light);
    margin-bottom: 40px;
}

.wf-search-header h1 {
    font-family: var(--wf-font-heading);
    font-size: 1.8rem;
}

/* ========================================
   404 PAGE
   ======================================== */
.wf-404 {
    text-align: center;
    padding: 80px 20px;
}

.wf-404 h1 {
    font-family: var(--wf-font-heading);
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 15px;
}

.wf-404 p {
    font-size: 1.1rem;
    color: var(--wf-text-light);
    margin-bottom: 30px;
}

.wf-404 .search-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    border: 1px solid var(--wf-border);
}

.wf-404 .search-form input[type="search"] {
    flex: 1;
    border: none;
    padding: 12px 16px;
    outline: none;
}

.wf-404 .search-form button {
    background: var(--wf-btn);
    color: var(--wf-btn-text);
    border: none;
    padding: 12px 20px;
    cursor: pointer;
}

/* ========================================
   PAGINATION
   ======================================== */
.wf-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 40px 0;
}

.wf-pagination a,
.wf-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--wf-border);
    font-size: 0.85rem;
    transition: all var(--wf-transition);
}

.wf-pagination a:hover {
    background: var(--wf-text);
    color: var(--wf-white);
    border-color: var(--wf-text);
}

.wf-pagination .current {
    background: var(--wf-text);
    color: var(--wf-white);
    border-color: var(--wf-text);
}

/* ========================================
   WORDPRESS DEFAULTS
   ======================================== */
.alignleft { float: left; margin-right: 1.5em; margin-bottom: 1em; }
.alignright { float: right; margin-left: 1.5em; margin-bottom: 1em; }
.aligncenter { display: block; margin: 1em auto; }
.alignwide { max-width: calc(100% + 100px); margin-left: -50px; margin-right: -50px; }
.alignfull { max-width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: var(--wf-text-light); text-align: center; margin-top: 8px; }

.gallery { display: grid; gap: 10px; }
.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }

.wp-block-image figcaption { font-size: 0.85rem; color: var(--wf-text-light); text-align: center; margin-top: 8px; }

/* Comments */
.wf-comments-section {
    margin-top: 40px;
}

.wf-comments-list-wrap {
    background: #ffffff;
    padding: 30px 35px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

.wf-comments-heading {
    font-family: var(--wf-font-heading);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--wf-border-light);
}

.wf-comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wf-comment {
    padding: 18px 0;
    border-bottom: 1px solid var(--wf-border-light);
}

.wf-comment:last-child {
    border-bottom: none;
}

.wf-comment__inner {
    display: flex;
    gap: 15px;
}

.wf-comment__avatar img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.wf-comment__body {
    flex: 1;
    min-width: 0;
}

.wf-comment__header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.wf-comment__author {
    font-size: 0.9rem;
    color: var(--wf-text);
}

.wf-comment__date {
    font-size: 0.75rem;
    color: var(--wf-text-light);
}

.wf-comment__moderation {
    font-size: 0.8rem;
    color: var(--wf-accent);
    font-style: italic;
    margin-bottom: 6px;
}

.wf-comment__text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--wf-text);
}

.wf-comment__text p {
    margin-bottom: 0.5em;
}

.wf-comment__text p:last-child {
    margin-bottom: 0;
}

.wf-comment__actions {
    margin-top: 8px;
}

.wf-comment__reply a {
    font-size: 0.75rem;
    color: var(--wf-text-light);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.wf-comment__reply a:hover {
    color: var(--wf-text);
}

.wf-comment .children {
    list-style: none;
    padding-left: 30px;
    margin: 0;
}

.wf-no-comments {
    font-size: 0.9rem;
    color: var(--wf-text-light);
    font-style: italic;
}

.wf-comment-respond {
    background: #ffffff;
    padding: 30px 35px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

.wf-comment-reply-title {
    font-family: var(--wf-font-heading);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.wf-comment-notes {
    font-size: 0.8rem;
    color: var(--wf-text-light);
    margin-bottom: 20px;
}

.wf-comment-respond label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.wf-comment-respond input[type="text"],
.wf-comment-respond input[type="email"],
.wf-comment-respond input[type="url"],
.wf-comment-respond textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--wf-border);
    margin-bottom: 15px;
    outline: none;
    font-family: inherit;
    font-size: 0.9rem;
    background: var(--wf-bg);
    transition: border-color var(--wf-transition);
}

.wf-comment-respond input[type="text"]:focus,
.wf-comment-respond input[type="email"]:focus,
.wf-comment-respond input[type="url"]:focus,
.wf-comment-respond textarea:focus {
    border-color: var(--wf-text);
}

.wf-comment-respond textarea {
    min-height: 150px;
    resize: vertical;
}

.wf-comment-respond input[type="submit"],
.wf-comment-respond .submit {
    background: var(--wf-btn);
    color: var(--wf-btn-text);
    border: 2px solid var(--wf-btn);
    padding: 14px 35px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all var(--wf-transition);
}

.wf-comment-respond input[type="submit"]:hover,
.wf-comment-respond .submit:hover {
    background: transparent;
    color: var(--wf-btn);
}

/* ========================================
   TILE NAVIGATION ARROWS
   ======================================== */
.wf-category-tiles__bar {
    position: relative;
}

.wf-tiles-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--wf-border);
    background: var(--wf-white);
    color: var(--wf-text);
    font-size: 1.4rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all var(--wf-transition);
}

.wf-tiles-arrow:hover {
    background: var(--wf-text);
    color: var(--wf-white);
    border-color: var(--wf-text);
}

.wf-tiles-arrow--left {
    left: -5px;
    z-index: 20;
}

.wf-tiles-arrow--right {
    right: -5px;
    z-index: 20;
}

/* ========================================
   PINTEREST PIN BUTTON (Single Post Featured Image)
   ======================================== */
.wf-single__featured-wrap {
    position: relative;
}

.wf-single__featured-wrap .wf-pin-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #E60023;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 5;
    transition: all var(--wf-transition);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    opacity: 0;
}

.wf-single__featured-wrap:hover .wf-pin-btn,
.wf-single__featured-wrap:focus-within .wf-pin-btn {
    opacity: 1;
}

.wf-post-card__image-wrap .wf-pin-btn:hover,
.wf-single__featured-wrap .wf-pin-btn:hover {
    background: #ad081b;
    transform: scale(1.1);
}

.wf-single__featured-wrap .wf-pin-btn svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

@media (hover: none) {
    .wf-single__featured-wrap .wf-pin-btn {
        opacity: 1;
        width: 32px;
        height: 32px;
    }
}

/* ========================================
   PAGINATION STYLES
   ======================================== */
.wf-pagination {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.wf-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.wf-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--wf-border);
    background: var(--wf-white);
    color: var(--wf-text);
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all var(--wf-transition);
}

.wf-pagination .page-numbers:hover {
    background: var(--wf-text);
    color: var(--wf-white);
    border-color: var(--wf-text);
}

.wf-pagination .page-numbers.current {
    background: var(--wf-text);
    color: var(--wf-white);
    border-color: var(--wf-text);
    font-weight: 600;
}

.wf-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    cursor: default;
}

.wf-pagination .page-numbers.dots:hover {
    background: transparent;
    color: var(--wf-text);
}

/* ========================================
   SINGLE POST SIDEBAR LAYOUT
   ======================================== */
.wf-single-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    padding: 30px 0 60px;
}

.wf-single-main {
    min-width: 0;
    width: 100%;
}

.wf-single-sidebar {
    min-width: 0;
}

.wf-share-bar-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--wf-border-light);
}

.wf-share-bar-inline a,
.wf-share-bar-inline button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--wf-border);
    border-radius: 50%;
    background: transparent;
    color: var(--wf-text);
    cursor: pointer;
    transition: all var(--wf-transition);
}

.wf-share-bar-inline a:hover,
.wf-share-bar-inline button:hover {
    background: var(--wf-text);
    color: var(--wf-white);
    border-color: var(--wf-text);
}

.wf-sidebar-welcome {
    background: var(--wf-white);
    border: 1px solid var(--wf-border-light);
    padding: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.wf-sidebar-welcome__title {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-family: var(--wf-font-body);
}

.wf-sidebar-welcome__image {
    width: 100%;
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: 4px;
}

.wf-sidebar-welcome__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wf-sidebar-welcome__text {
    font-size: 0.85rem;
    line-height: 1.7;
    color: var(--wf-text-light);
    font-family: var(--wf-font-heading);
    font-style: italic;
    margin-bottom: 15px;
}

.wf-sidebar-welcome__link {
    font-size: 0.8rem;
    font-style: italic;
    color: var(--wf-text-light);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.wf-sidebar-welcome__link:hover {
    color: var(--wf-text);
}

.wf-sidebar-search {
    margin-bottom: 30px;
}

.wf-sidebar-search form {
    display: flex;
    align-items: center;
    border: 1px solid var(--wf-border);
    background: var(--wf-white);
}

.wf-sidebar-search input[type="search"] {
    flex: 1;
    border: none;
    padding: 10px 14px;
    font-size: 0.85rem;
    background: transparent;
    outline: none;
    color: var(--wf-text);
}

.wf-sidebar-search input[type="search"]::placeholder {
    color: var(--wf-text-light);
}

.wf-sidebar-search button {
    border: none;
    background: transparent;
    padding: 10px 12px;
    cursor: pointer;
    color: var(--wf-text);
    display: flex;
    align-items: center;
}

.wf-sidebar-search button:hover {
    color: var(--wf-text-light);
}

.wf-sidebar-favs {
    background: var(--wf-white);
    border: 1px solid var(--wf-border-light);
    padding: 25px;
    margin-bottom: 30px;
}

.wf-sidebar-favs__title {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: var(--wf-font-body);
    text-align: center;
}

.wf-sidebar-favs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.wf-sidebar-fav-card {
    display: block;
    text-decoration: none;
    color: var(--wf-text);
    transition: transform var(--wf-transition);
}

.wf-sidebar-fav-card:hover {
    transform: translateY(-3px);
}

.wf-sidebar-fav-card__image {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 8px;
    background: var(--wf-border-light);
}

.wf-sidebar-fav-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--wf-transition);
}

.wf-sidebar-fav-card:hover .wf-sidebar-fav-card__image img {
    transform: scale(1.05);
}

.wf-sidebar-fav-card__title {
    font-family: var(--wf-font-heading);
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--wf-text);
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
    .wf-single-layout {
        grid-template-columns: 1fr 260px;
        gap: 25px;
    }

    .wf-single__content-wrap {
        padding: 30px 30px;
    }

    .wf-related__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .wf-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wf-blog-posts.wf-blog-posts--4col {
        grid-template-columns: repeat(3, 1fr);
    }

    .wf-favorites__top {
        grid-template-columns: repeat(3, 1fr);
    }

    .wf-favorites__bottom {
        grid-template-columns: repeat(3, 1fr);
    }

    .wf-about-section__grid {
        grid-template-columns: 1fr;
    }

    .wf-blog-layout {
        grid-template-columns: 1fr;
    }

    .wf-share-bar {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    :root {
        --wf-max-width: 100%;
    }

    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }

    .wf-section {
        padding: 30px 0;
    }

    .wf-new-blog {
        padding: 20px 0 30px;
    }

    .wf-subscribe {
        padding: 40px 0;
    }

    .wf-favorites {
        padding: 30px 0;
    }

    .wf-section-badge {
        margin-bottom: 20px;
    }

    .wf-topbar {
        padding: 6px 0;
    }

    .wf-topbar .wf-container {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .wf-topbar__left {
        font-size: 0.7rem;
    }

    .wf-topbar__right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
    }

    .wf-topbar__right a:not(.wf-topbar__pinterest):not(.wf-topbar__blog-link) {
        font-size: 0.75rem;
    }

    .wf-topbar__blog-link {
        display: none;
    }

    .wf-header .wf-container {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .wf-menu-toggle {
        display: flex;
        order: 1;
        width: 32px;
        height: 32px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 4px;
        transition: all var(--wf-transition);
        flex-shrink: 0;
    }

    .wf-menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        background: var(--wf-text);
        transition: all var(--wf-transition);
    }

    .wf-menu-toggle.is-active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .wf-menu-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .wf-menu-toggle.is-active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .wf-header__logo {
        order: 2;
        flex: 1;
        text-align: center;
        margin-bottom: 0;
        min-width: 0;
        overflow: hidden;
    }

    .wf-header__logo .wf-header__logo-text {
        font-size: 1.5rem;
        white-space: nowrap;
    }

    .wf-header__search {
        display: none;
    }

    .wf-search-toggle {
        display: flex;
        order: 3;
        flex-shrink: 0;
    }

    .wf-mobile-search {
        display: none;
        order: 5;
        flex-basis: 100%;
        padding: 10px 0 5px;
    }

    .wf-mobile-search.is-open {
        display: block;
    }

    .wf-mobile-search form {
        display: flex;
        align-items: center;
        border: 1px solid var(--wf-border);
        border-radius: 25px;
        overflow: hidden;
        background: var(--wf-white);
    }

    .wf-mobile-search input[type="search"] {
        flex: 1;
        border: none;
        padding: 10px 16px;
        font-size: 0.85rem;
        background: transparent;
        outline: none;
        color: var(--wf-text);
    }

    .wf-mobile-search input[type="search"]::placeholder {
        color: var(--wf-text-light);
    }

    .wf-mobile-search button {
        border: none;
        background: transparent;
        padding: 8px 14px;
        cursor: pointer;
        color: var(--wf-text);
        display: flex;
        align-items: center;
    }

    .wf-nav {
        display: none;
        order: 4;
        flex-basis: 100%;
        padding: 15px 0;
        border-top: 1px solid var(--wf-border-light);
    }

    .wf-nav.is-open {
        display: block;
    }

    .wf-nav__list {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    .wf-nav__list li a {
        display: block;
        padding: 12px 0;
        font-size: 0.95rem;
        border-bottom: 1px solid var(--wf-border-light);
    }

    .wf-nav__list li:last-child a {
        border-bottom: none;
    }

    .wf-nav__list .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding-left: 20px;
    }

    .wf-tiles-arrow {
        display: flex;
    }

    .wf-category-tiles__bar {
        padding: 16px 15px 12px;
        border-radius: 0;
        overflow: hidden;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }

    .wf-articles-bar {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        padding: 18px 15px;
    }

    .wf-category-tiles__grid {
        gap: 12px;
        justify-content: flex-start;
        padding: 0 25px 10px;
        scroll-snap-type: x mandatory;
    }

    .wf-category-tile {
        flex: 0 0 75px;
        width: 75px;
        scroll-snap-align: start;
    }

    .wf-category-tile__image-wrap {
        width: 75px;
        height: 75px;
    }

    .wf-category-tile__image {
        width: 75px;
        height: 75px;
        border-radius: 50%;
    }

    .wf-category-tile__image img {
        width: 75px;
        height: 75px;
        min-width: 75px;
        min-height: 75px;
        max-width: 75px;
        max-height: 75px;
    }

    .wf-category-tile__label {
        font-size: 0.7rem;
    }

    .wf-posts-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .wf-post-card__image {
        aspect-ratio: 3/4;
    }

    .wf-post-card__content {
        padding: 10px 8px;
    }

    .wf-post-card__categories {
        gap: 4px;
        margin-bottom: 4px;
    }

    .wf-post-card__category {
        font-size: 0.6rem;
    }

    .wf-post-card__title {
        font-size: 0.85rem;
        line-height: 1.3;
    }

    .wf-post-card__meta {
        font-size: 0.65rem;
    }

    .wf-subscribe .wf-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wf-subscribe__collage {
        height: 280px;
        max-width: 320px;
        margin: 0 auto;
    }

    .wf-subscribe__img:nth-child(1) {
        width: 180px;
        height: 230px;
        left: 5%;
    }

    .wf-subscribe__img:nth-child(2) {
        width: 180px;
        height: 230px;
        right: 5%;
    }

    .wf-about-card {
        flex-direction: column;
    }

    .wf-about-card__image {
        flex: none;
        width: 100%;
        height: auto;
        max-height: 350px;
    }

    .wf-about-card__image img {
        width: 100%;
        height: auto;
        max-height: 350px;
        object-fit: cover;
    }

    .wf-favorites__top {
        grid-template-columns: repeat(2, 1fr);
    }

    .wf-favorites__bottom {
        grid-template-columns: repeat(2, 1fr);
    }


    .wf-blog-posts {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .wf-blog-posts.wf-blog-posts--4col {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .wf-category-header {
        padding: 20px 0 25px;
    }

    .wf-category-header__title {
        font-size: 1.6rem;
    }

    .wf-single-layout {
        padding-left: 0;
        padding-right: 0;
    }

    .wf-single__content-wrap {
        padding: 20px 15px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }

    .wf-comments-list-wrap,
    .wf-comment-respond {
        padding: 20px 15px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }

    .wf-comment__inner {
        gap: 10px;
    }

    .wf-comment__avatar img {
        width: 36px;
        height: 36px;
    }

    .wf-blog-posts .wf-post-card__image img {
        aspect-ratio: 3 / 4;
        object-fit: cover;
    }

    .wf-blog-posts .wf-post-card__title {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .wf-blog-posts .wf-post-card__category {
        font-size: 0.65rem;
    }

    .wf-blog-posts .wf-post-card__meta {
        font-size: 0.65rem;
    }

    .wf-post-card__excerpt {
        display: none;
    }

    .wf-single__title {
        font-size: 1.6rem;
    }

    .wf-single-layout {
        grid-template-columns: 1fr;
    }

    .wf-single-sidebar {
        border-top: 1px solid var(--wf-border-light);
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .wf-topbar__right a:not(.wf-topbar__pinterest):not(.wf-topbar__blog-link) {
        font-size: 0.7rem;
        gap: 12px;
    }

    .wf-topbar__right {
        gap: 10px;
    }

    .wf-posts-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .wf-post-card__image {
        aspect-ratio: 3/4;
    }

    .wf-post-card__content {
        padding: 8px 6px;
    }

    .wf-post-card__categories {
        gap: 3px;
        margin-bottom: 3px;
    }

    .wf-post-card__category {
        font-size: 0.55rem;
    }

    .wf-post-card__title {
        font-size: 0.78rem;
        line-height: 1.25;
    }

    .wf-post-card__meta {
        font-size: 0.6rem;
        margin-top: 4px;
    }

    .wf-favorites__top {
        grid-template-columns: 1fr 1fr;
    }

    .wf-favorites__bottom {
        grid-template-columns: 1fr 1fr;
    }

    .wf-subscribe__collage {
        height: 220px;
        max-width: 280px;
    }

    .wf-subscribe__img:nth-child(1) {
        width: 150px;
        height: 190px;
        left: 0;
    }

    .wf-subscribe__img:nth-child(2) {
        width: 150px;
        height: 190px;
        right: 0;
    }
}
