/**
 * Flexible Articles Layout Styling
 */

/* Schriftarten einbinden */
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.flexible-articles-layout {
    margin-bottom: 50px;
    margin-top: -20px; /* Weniger Abstand zwischen Menü und Hero-Artikelbild */
}

.flexible-articles-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Hero Section Styling */
.hero-section {
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}

.hero-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 24/7; /* Even thinner Desktop-Format */
}

.hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hero-content-wrapper {
    padding: 20px 30px 30px;
    background-color: #fff;
    text-align: center;
}

/* Kategorie-Stil entsprechend dem Theme - mit maximaler Spezifität */
.hero-section .hero-content-wrapper .hero-category {
    display: block !important;
    margin: 0 0 15px 0 !important; /* Mehr Abstand zum Titel */
    padding: 0 !important;
    text-align: center !important;
}

.hero-section .hero-content-wrapper .hero-category a,
.hero-section .hero-content-wrapper .hero-category a:link,
.hero-section .hero-content-wrapper .hero-category a:visited {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 8px !important;
    background: #b2c1b0 !important; /* Hintergrundfarbe wie im Anhang */
    color: #fff !important;
    font-family: 'Karla', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    line-height: 24px !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-font-smoothing: antialiased !important;
}

.hero-section .hero-content-wrapper .hero-category a:hover,
.hero-section .hero-content-wrapper .hero-category a:active,
.hero-section .hero-content-wrapper .hero-category a:focus {
    background: #8a9d97 !important;
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
}

.hero-section .hero-content-wrapper .hero-title {
    margin: 0 auto 15px auto !important;
    padding: 0 !important;
    font-size: 32px !important;
    line-height: 1.3 !important;
    color: #333 !important;
    font-family: 'Merriweather', Georgia, serif !important;
    font-weight: normal !important;
    max-width: 60% !important;
    text-align: center !important;
}

.hero-section .hero-content-wrapper .hero-title a,
.hero-section .hero-content-wrapper .hero-title a:link,
.hero-section .hero-content-wrapper .hero-title a:visited {
    color: #333 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    background: transparent !important;
    transition: color 0.2s ease !important;
    box-shadow: none !important;
    font-family: 'Merriweather', Georgia, serif !important;
    font-weight: normal !important;
    font-size: 32px !important;
}

.hero-section .hero-content-wrapper .hero-title a:hover,
.hero-section .hero-content-wrapper .hero-title a:active,
.hero-section .hero-content-wrapper .hero-title a:focus {
    color: #b2c1b0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.hero-section .hero-content-wrapper .hero-excerpt {
    color: #000 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    line-height: 1.6 !important;
    font-size: 18px !important;
    font-family: 'Karla', Arial, sans-serif !important;
    font-weight: normal !important;
    max-width: 70% !important;
    text-align: center !important;
}

/* Mobile Anpassungen */
@media (max-width: 767px) {
    .hero-image {
        aspect-ratio: 3/2; /* Mobile-Format 3:2 */
    }
    
    .hero-content-wrapper {
        padding: 15px 20px 25px;
    }
    
    /* Remove line breaks on mobile */
    .hero-title br,
    .editors-pick-article-title br {
        display: none;
    }
    
    /* Increase max-width for better readability on mobile */
    .hero-section .hero-content-wrapper .hero-title,
    .editors-pick-article-title {
        max-width: 100% !important;
    }
    
    .hero-section .hero-content-wrapper .hero-excerpt,
    .editors-pick-excerpt {
        max-width: 100% !important;
    }
    
    .hero-title {
        font-size: 22px;
        margin: 10px 0;
    }
    
    .hero-excerpt {
        font-size: 14px;
    }
}

/* Latest Section Styling */
.latest-section {
    margin: 0 0 60px 0;
    width: 100%;
}

.latest-heading {
    font-family: 'Merriweather', Georgia, serif !important;
    font-style: italic !important;
    font-weight: bold !important;
    font-size: 25pt !important;
    line-height: 32pt !important;
    color: #b2c1b0 !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    text-decoration: underline !important;
    text-underline-offset: 10px !important;
    text-decoration-thickness: 1px !important;
    letter-spacing: 0 !important;
    text-underline-offset: 8px !important;
    text-align: center !important;
}

.latest-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.latest-article-item {
    background-color: #fff;
    overflow: hidden;
}

.latest-article-image {
    width: 100%;
    margin-bottom: 10px;
}

.latest-article-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.latest-article-content {
    padding: 0;
}

.latest-article-category {
    display: block !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

.latest-article-category a,
.latest-article-category a:link,
.latest-article-category a:visited {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 8px !important;
    background: #b2c1b0 !important;
    color: #fff !important;
    font-family: 'Karla', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    line-height: 24px !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-font-smoothing: antialiased !important;
}

.latest-article-category a:hover,
.latest-article-category a:active,
.latest-article-category a:focus {
    background: #8a9d97 !important;
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
}

.latest-article-title {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-family: 'Merriweather', Georgia, serif !important;
    font-weight: normal !important;
    font-size: 17pt !important;
    line-height: 25pt !important;
    letter-spacing: 0 !important;
}

.latest-article-title a,
.latest-article-title a:link,
.latest-article-title a:visited {
    color: #333 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    background: transparent !important;
    transition: color 0.2s ease !important;
    box-shadow: none !important;
    font-family: 'Merriweather', Georgia, serif !important;
    font-weight: normal !important;
}

.latest-article-title a:hover,
.latest-article-title a:active,
.latest-article-title a:focus {
    color: #b2c1b0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.latest-article-excerpt {
    display: none; /* Hide excerpt as per design */
}

/* Mobile adjustments for latest section */
@media (max-width: 992px) {
    .latest-articles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .latest-articles {
        grid-template-columns: 1fr;
    }
    
    .latest-article-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    
    .latest-article-image {
        flex: 0 0 120px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    
    .latest-article-image img {
        width: 120px;
        height: 143px;
        object-fit: cover;
    }
    
    .latest-article-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .latest-article-title {
        font-size: 17pt !important;
        line-height: 25pt !important;
        letter-spacing: 0 !important;
    }
}

/* Explore Section Styling */
.explore-section {
    margin: 30px 0 60px 0;
    width: 100%;
    background-color: #faf8f3;
    padding: 40px 20px;
    box-sizing: border-box;
}

.explore-heading {
    font-family: 'Merriweather', Georgia, serif !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 32px !important;
    line-height: 32pt !important;
    color: #333 !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
}

.explore-categories {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
}

.explore-category {
    text-align: center;
    margin: 0;
}

.explore-category a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

.explore-icon-wrapper {
    width: 150px;
    height: 150px;
    background-color: #b2c1b0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}

.explore-icon-wrapper:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px; /* Slightly larger circle */
    height: 130px; /* Slightly larger circle */
    background-color: rgba(255, 255, 255, 0.2); /* White with opacity */
    border-radius: 50%;
    z-index: 1;
}

.explore-icon {
    width: 70%;
    height: auto;
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 2;
}

.explore-category-name {
    font-family: 'Karla', Arial, sans-serif !important;
    font-size: 16pt !important;
    line-height: 19pt !important;
    font-weight: 500 !important;
    color: #333 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

/* Category Sections Styles */
.category-section {
    margin: 60px 0;
}

.category-heading {
    font-family: 'Merriweather', serif !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 27pt !important;
    line-height: 32pt !important;
    color: #333 !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.category-heading a {
    color: #333 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background: none !important;
}

.category-heading a:hover {
    color: #333 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background: none !important;
}

.category-heading .arrow {
    color: #b2c1b0 !important;
}

.category-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.category-article-item {
    display: flex;
    flex-direction: column;
}

.category-article-image {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    padding-top: 66.67%; /* 3:2 aspect ratio */
}

.category-article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-article-image img:hover {
    transform: scale(1.05);
}

.category-article-meta {
    margin-bottom: 10px;
}

.category-label {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 8px !important;
    background: #b2c1b0 !important;
    color: #fff !important;
    font-family: 'Karla', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    line-height: 24px !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-font-smoothing: antialiased !important;
    box-shadow: none !important;
}

.category-label:hover,
.category-label:active,
.category-label:focus {
    background: #8a9d97 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.category-article-title {
    font-family: 'Merriweather', Georgia, serif !important;
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
}

.category-article-title a {
    color: #000 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background: none !important;
}

.category-article-title a:hover {
    color: #b2c1b0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background: none !important;
}

/* Team Section Styles */
.team-section {
    margin: 60px 0;
    background-color: #faf8f3;
    padding: 40px 20px;
    text-align: center;
}

.team-heading {
    font-family: 'Merriweather', serif !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 27pt !important;
    line-height: 32pt !important;
    color: #333 !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.team-description {
    font-family: 'Karla', sans-serif !important;
    font-size: 16pt !important;
    line-height: 24pt !important;
    color: #333 !important;
    margin: 0 auto 30px auto !important;
    max-width: 900px !important;
    white-space: normal !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.team-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5px;
    row-gap: 30px;
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.team-member-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
}

.team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-member-name {
    font-family: 'Merriweather', serif !important;
    font-weight: normal !important;
    font-size: 17pt !important;
    line-height: 22pt !important;
    color: #333 !important;
    margin: 0 0 2px 0 !important;
}

.team-member-title {
    font-family: 'Karla', sans-serif !important;
    font-size: 12pt !important;
    font-weight: 700 !important;
    color: #b2c1b0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
}

.team-button {
    display: inline-block;
    background-color: #b2c1b0;
    color: #fff !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 12pt !important;
    font-weight: 500 !important;
    padding: 5px 10px;
    margin: 5px 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 3px;
    border: none !important;
    box-shadow: none !important;
    transition: background-color 0.3s ease;
}

.team-button:hover {
    background-color: #7d9089;
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Mobile adjustments for team section */
@media (max-width: 767px) {
    .team-heading {
        font-size: 24pt !important;
    }
    
    .team-description {
        font-size: 16pt !important;
        line-height: 22pt !important;
        padding: 0 10px !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
    }
    
    .team-members {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .team-member:nth-child(3) {
        grid-column: 1 / span 2;
        justify-self: center;
    }
}

/* Für sehr kleine Bildschirme - alle Teammitglieder untereinander */
@media (max-width: 480px) {
    .team-members {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .team-member:nth-child(3) {
        grid-column: auto;
        justify-self: center;
    }
}

/* Editors Pick Section */
.editors-pick-section {
    margin: 60px 0;
    padding: 40px 0;
    position: relative;
    width: 100%;
    background-color: #f5f8f3;
}

@media (max-width: 767px) {
    .editors-pick-section {
        margin-left: -20px;
        margin-right: -20px;
        padding: 40px 0;
        width: calc(100% + 40px);
        box-sizing: border-box;
        overflow-x: hidden;
    }
}

.editors-pick-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width: 767px) {
    .editors-pick-container {
        width: 100%;
        margin: 0;
        background-color: #f5f8f3;
        background-image: none;
    }
}

.editors-pick-header {
    text-align: center;
    position: relative;
    height: 32pt;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    width: 90%;
    max-width: 800px;
}

.editors-pick-header:before,
.editors-pick-header:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 4px;
    background-color: #b2c1b0;
    z-index: 1;
    width: 35%;
}

.editors-pick-header:before {
    left: 0;
}

.editors-pick-header:after {
    right: 0;
}



.editors-pick-title {
    font-family: 'Merriweather', serif !important;
    font-weight: bold !important;
    font-style: italic !important;
    font-size: 25pt !important;
    line-height: 32pt !important;
    letter-spacing: 0 !important;
    color: #b2c1b0 !important;
    margin: 0 !important;
    padding: 0 20px !important;
    display: inline-block !important;
    position: relative !important;
    z-index: 2 !important;
    background-color: #f5f8f3 !important;
    text-transform: uppercase !important;
}

.editors-pick-content {
    padding: 0 0 30px;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .editors-pick-content {
        padding: 0 0 20px;
    }
    
    .editors-pick-category,
    .editors-pick-article-title {
        padding: 0 20px;
    }
}

.editors-pick-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .editors-pick-image {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        left: 0;
    }
}

.editors-pick-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.editors-pick-category {
    display: inline-block !important;
    float: none !important;
    background: #b2c1b0 !important;
    color: #fff !important;
    font-family: 'Karla', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 0 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    line-height: 24px !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-font-smoothing: antialiased !important;
    box-shadow: none !important;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.editors-pick-category:hover,
.editors-pick-category:active,
.editors-pick-category:focus {
    background: #8a9d97 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.editors-pick-article-title {
    font-family: 'Merriweather', serif !important;
    font-weight: normal !important;
    font-size: 27pt !important;
    line-height: 37pt !important;
    color: #333 !important;
    margin: 0 auto !important;
    text-align: center !important;
    max-width: 60% !important;
}

.editors-pick-article-title a {
    color: #333 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background: none !important;
}

.editors-pick-article-title a:hover {
    color: #b2c1b0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background: none !important;
}

.editors-pick-excerpt {
    color: #000 !important;
    margin: 15px auto 0 auto !important;
    padding: 0 !important;
    line-height: 1.6 !important;
    font-size: 18px !important;
    font-family: 'Karla', Arial, sans-serif !important;
    font-weight: normal !important;
    text-align: center !important;
    max-width: 70% !important;
}

/* Mobile adjustments for editors pick */
@media (max-width: 767px) {
    .editors-pick-title {
        font-size: 22pt !important;
        line-height: 28pt !important;
    }
    
    .editors-pick-article-title {
        font-size: 24pt !important;
        line-height: 32pt !important;
    }
}

/* Mobile adjustments for explore section */
@media (max-width: 767px) {
    .explore-section {
        padding: 30px 0;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    
    .explore-heading {
        font-size: 32px !important;
        line-height: 25pt !important;
        padding: 0 15px !important;
    }
    
    .explore-categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        justify-items: center;
        align-items: start;
        gap: 20px;
        padding: 0 15px;
    }
    
    .explore-category:nth-child(3) {
        grid-column: 1 / span 2;
        justify-self: center;
    }
}

/* Für sehr kleine Bildschirme - alle Explore-Kategorien untereinander */
@media (max-width: 480px) {
    .explore-categories {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .explore-category:nth-child(3) {
        grid-column: auto;
    }
}

/* Sources Section Styling */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.sources-section {
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
}

.sources-heading {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #333 !important;
    margin-bottom: 15px !important;
}

.sources-content {
    margin-top: 10px;
}

.source-url {
    margin-bottom: 8px;
}

.source-url a {
    font-family: 'Karla', Arial, sans-serif !important;
    font-size: 14px !important;
    color: #666 !important;
    text-decoration: none !important;
    word-break: break-all;
    transition: color 0.2s ease !important;
}

.source-url a:hover {
    color: #b2c1b0 !important;
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    /* Mobile adjustments for sources section */
    .sources-section {
        margin: 30px 0;
        padding: 15px 0;
    }
    
    .sources-heading {
        font-size: 16px !important;
    }
    
    .source-url a {
        font-size: 13px !important;
    }
}

@media (max-width: 767px) {
    /* Mobile adjustments for category sections */
    .category-heading {
        font-size: 24pt !important;
        text-align: center !important;
    }
    
    .category-section {
        margin: 40px 0;
    }
    
    .category-articles {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Ensure all category sections (including Outdoor & Garden) have consistent styling */
    .home-living-section,
    .decoration-section,
    .outdoor-garden-section {
        padding: 0 15px;
    }
}

/* Common styles for all sections */
.articles-section {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.article-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.article-image img {
    width: 100%;
    height: auto;
    display: block;
}

.article-content {
    padding: 20px;
}

.article-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.4;
}

.article-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.article-title a:hover {
    color: #007acc;
}

.article-excerpt {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.read-more {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007acc;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.read-more:hover {
    background-color: #0062a3;
}

/* Top, middle, and bottom sections removed */
