 @media only screen and (min-width: 0rem) {#latest-posts {padding: var(--sectionPadding);background: #fafafa;}#latest-posts .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(2rem, 4vw, 3rem);}#latest-posts .cs-content {text-align: center;width: 100%;max-width: 40.625rem;display: flex;flex-direction: column;align-items: center;}#latest-posts .cs-color {color: var(--primary);}#latest-posts .cs-card-group {width: 100%;margin: 0;padding: 0;display: flex;flex-direction: column;gap: 1.5rem;}#latest-posts .cs-item {list-style: none;width: 100%;background: #fff;border: 1px solid #e8e8e8;border-radius: 0.875rem;overflow: hidden;transition: all 0.3s ease;}#latest-posts .cs-item:hover {transform: translateY(-4px);box-shadow: 0 8px 24px rgba(201, 169, 97, 0.2);border-color: var(--primary);}#latest-posts .cs-link {text-decoration: none;display: flex;flex-direction: column;height: 100%;}#latest-posts .cs-picture {display: block;width: 100%;aspect-ratio: 16 / 9;overflow: hidden;}#latest-posts .cs-picture img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.3s ease;}#latest-posts .cs-item:hover .cs-picture img {transform: scale(1.05);}#latest-posts .cs-item-content {padding: 1.25rem;display: flex;flex-direction: column;gap: 0.5rem;flex-grow: 1;}#latest-posts .cs-date {font-family: "Manrope", sans-serif;font-size: 0.8125rem;font-weight: 600;color: var(--primary);text-transform: uppercase;letter-spacing: 0.05em;}#latest-posts .cs-h3 {font-family: "Manrope", sans-serif;font-size: 1.125rem;font-weight: 700;line-height: 1.3em;margin: 0;color: var(--headerColor);}#latest-posts .cs-item-text {font-family: "Manrope", sans-serif;font-size: 0.875rem;line-height: 1.5em;margin: 0;color: var(--bodyTextColor);}#latest-posts .cs-read-more {font-family: "Manrope", sans-serif;font-size: 0.875rem;font-weight: 700;color: var(--primary);margin-top: auto;padding-top: 0.5rem;transition: color 0.3s ease;}#latest-posts .cs-item:hover .cs-read-more {color: var(--headerColor);}#latest-posts .cs-button-group {display: flex;justify-content: center;}#latest-posts .cs-button-solid {font-family: "Manrope", sans-serif;font-size: 0.875rem;line-height: 2rem;text-decoration: none;font-weight: 600;text-align: center;color: #333333;padding: 0.375rem 1.25rem;background: #EBC17D;border-radius: 0.625rem;display: inline-flex;justify-content: center;align-items: center;height: 2.75rem;box-sizing: border-box;transition: all 0.3s ease;}#latest-posts .cs-button-solid:hover {background: var(--primary);transform: translateY(-2px);box-shadow: 0 6px 20px rgba(235, 193, 125, 0.4);}}@media only screen and (min-width: 34.375rem) {#latest-posts .cs-card-group {flex-direction: row;flex-wrap: wrap;justify-content: center;}#latest-posts .cs-item {width: calc(50% - 0.75rem);}}@media only screen and (min-width: 64rem) {#latest-posts .cs-card-group {flex-wrap: nowrap;}#latest-posts .cs-item {width: calc(33.333% - 1rem);}}@media only screen and (min-width: 0rem) {body.dark-mode #latest-posts {background: #161616;}body.dark-mode #latest-posts .cs-topper, body.dark-mode #latest-posts .cs-color {color: var(--primaryLight);}body.dark-mode #latest-posts .cs-title {color: #FFFFFF;}body.dark-mode #latest-posts .cs-text {color: #B0B0B0;}body.dark-mode #latest-posts .cs-item {background: var(--accent);border-color: var(--medium);}body.dark-mode #latest-posts .cs-item:hover {border-color: #EBC17D;box-shadow: 0 8px 24px rgba(235, 193, 125, 0.15);}body.dark-mode #latest-posts .cs-h3 {color: #FFFFFF;}body.dark-mode #latest-posts .cs-item-text {color: #B0B0B0;}body.dark-mode #latest-posts .cs-date {color: var(--primaryLight);}body.dark-mode #latest-posts .cs-read-more {color: var(--primaryLight);}body.dark-mode #latest-posts .cs-item:hover .cs-read-more {color: #FFFFFF;}body.dark-mode #latest-posts .cs-button-solid {background: #EBC17D;color: #333333;}body.dark-mode #latest-posts .cs-button-solid:hover {background: var(--primary);}}