/*
Theme Name:   Spielfeld Geschichte (Astra Child)
Theme URI:    https://spielfeldgeschichte.de
Description:  Individuelles Child-Theme für Spielfeld Geschichte e.V.
Template:     astra
Version:      1.0.0
Author:       Spielfeld Geschichte
*/

/* ============================================================

DESIGN-SYSTEM & VARIABLEN (Spielfeld Geschichte)
============================================================ */
:root {
--sg-bg-light: #F6F3EE;      / Warmes Creme / Hellbeige /
--sg-bg-dark: #0F1F2C;       / Dunkles Preußischblau / Nachtblau /
--sg-text-dark: #1F2421;     / Anthrazit / Primärtext /
--sg-text-muted: #5C6770;    / Gedämpftes Grau für Metadaten /
--sg-card-bg: #FFFFFF;       / Reinweiß für Karten /
--sg-accent: #16324F;        / Akzent-Dunkelblau (Buttons etc.) /
--sg-accent-hover: #234E78;  / Hover-Zustand Buttons /
--sg-primary: #0F1E2A;       / Haupt-Dunkelblau */

--sg-font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
--sg-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

--sg-radius: 6px;
--sg-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

/* ============================================================
   2. ALLGEMEINES LAYOUT & CONTAINER
   ============================================================ */

body,
.sg-frontpage,
.sg-page-main {
  background-color: var(--sg-bg-light); /* #F6F3EE */
  color: var(--sg-text-dark);
}

html, body {
overflow-x: hidden;
max-width: 100%;
}

img, iframe, svg {
max-width: 100%;
height: auto;
}

.spielfeld-frontpage,
.single-post,
.blog,
.archive {
font-family: var(--sg-font-sans);
color: var(--sg-text-dark);
background-color: var(--sg-bg-light);
line-height: 1.6;
}

.sg-container {
max-width: 1180px;
margin: 0 auto;
padding: 0 24px;
}

.sg-section {
padding: 80px 0;
}

/* Fluid Überschrift für Startseiten-Sektionen */
.sg-section-title {
font-family: var(--sg-font-serif);
font-size: clamp(1.75rem, 4vw, 2.4rem);
line-height: 1.25;
font-weight: 500;
margin-bottom: 24px;
color: var(--sg-text-dark);
word-wrap: break-word;
hyphens: auto;
}

.sg-section-subtitle {
font-size: clamp(0.95rem, 2vw, 1.1rem);
color: #A0B2C6;
margin-top: -14px;
margin-bottom: 36px;
}

.sg-text-white {
color: #FFFFFF !important;
}

/* BUTTONS */
.sg-btn {
display: inline-block;
padding: 10px 22px;
font-size: 0.95rem;
font-weight: 500;
text-decoration: none;
border-radius: 4px;
transition: all 0.2s ease;
cursor: pointer;
}

.sg-btn-dark {
background-color: #0F1E2A;
color: #FFFFFF !important;
}

.sg-btn-dark:hover {
background-color: #1F384E;
}

/* ============================================================
3. HERO BEREICH
============================================================ */
.sg-hero {
position: relative;
min-height: 520px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: url('https://images.unsplash.com/photo-1529900241929-5ed53c8992c1?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
color: #FFFFFF;
}

.sg-hero-overlay {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(15, 31, 44, 0.45);
}

.sg-hero-content {
position: relative;
z-index: 2;
padding: 40px 20px;
}

.sg-hero-title {
font-family: var(--sg-font-serif);
font-size: clamp(2rem, 5.5vw, 3.4rem);
font-weight: 600;
letter-spacing: 1px;
line-height: 1.15;
margin-bottom: 12px;
color: #FFFFFF;
word-wrap: break-word;
}

.sg-hero-subtitle {
font-size: clamp(1rem, 2.5vw, 1.3rem);
font-weight: 300;
line-height: 1.45;
margin-bottom: 24px;
color: #F0F4F8;
}

.sg-hero-link {
color: #FFFFFF;
text-decoration: none;
font-size: 1.05rem;
font-weight: 400;
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
padding-bottom: 2px;
}
.sg-hero-link:hover {
border-bottom-color: #FFFFFF;
}

/* HERO BUTTONS */
.sg-hero-actions {
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
margin-top: 28px;
flex-wrap: wrap;
}

.sg-hero-actions .sg-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 13px 28px;
font-size: 0.95rem;
font-weight: 600;
text-decoration: none !important;
border-radius: 6px;
transition: all 0.25s ease;
letter-spacing: 0.3px;
line-height: 1.2;
}

.sg-hero-actions .sg-btn-primary {
background-color: #FFFFFF !important;
color: #0F1E2A !important;
border: 2px solid #FFFFFF !important;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.sg-hero-actions .sg-btn-primary:hover {
background-color: #E2DDD5 !important;
border-color: #E2DDD5 !important;
color: #0F1E2A !important;
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.sg-hero-actions .sg-btn-outline {
background-color: transparent !important;
color: #FFFFFF !important;
border: 2px solid rgba(255, 255, 255, 0.8) !important;
}

.sg-hero-actions .sg-btn-outline:hover {
background-color: #FFFFFF !important;
color: #0F1E2A !important;
border-color: #FFFFFF !important;
transform: translateY(-2px);
}

/* ============================================================
4. ÜBER UNS BEREICH (ZWEISPALTIG)
============================================================ */
.sg-about-section {
background-color: var(--sg-bg-light);
}

.sg-about-grid {
display: flex;
align-items: center;
gap: 48px;
}

.sg-about-image {
flex: 1;
}

.sg-about-image img {
width: 100%;
height: 380px;
object-fit: cover;
border-radius: 8px;
box-shadow: var(--sg-shadow);
}

.sg-about-text {
flex: 1.1;
}

.sg-about-text p {
margin-bottom: 18px;
font-size: 1.02rem;
color: #2D3748;
}

.sg-btn-wrap {
margin-top: 24px;
}

/* ============================================================
5. UNSERE THEMEN (3 GLEICHMÄSSIGE KACHELN)
============================================================ */
.sg-themen-section {
background-color: var(--sg-bg-light);
padding: 60px 0 80px 0;
}

.sg-themen-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 32px;
align-items: stretch;
}

.sg-themen-card {
display: flex;
flex-direction: column;
height: 100%;
}

.sg-card-thumb {
width: 100%;
height: 220px;
overflow: hidden;
border-radius: 6px;
background-color: #E2DDD5;
margin-bottom: 20px;
}

.sg-card-thumb a {
display: block;
width: 100%;
height: 100%;
}

.sg-card-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}

.sg-card-thumb:hover img {
transform: scale(1.03);
}

.sg-card-body {
display: flex;
flex-direction: column;
flex-grow: 1;
}

.sg-card-title {
font-family: var(--sg-font-serif);
font-size: 1.4rem;
line-height: 1.35;
min-height: 2.7em;
margin: 0 0 14px 0;
color: var(--sg-text-dark);
}

.sg-card-title a {
color: inherit;
text-decoration: none;
}
.sg-card-title a:hover {
color: var(--sg-primary);
}

.sg-card-excerpt {
font-size: 0.95rem;
line-height: 1.55;
color: #4A5568;
margin: 0 0 24px 0;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 4.65em;
}

.sg-card-action {
margin-top: auto;
}

/* ============================================================
6. NEUIGKEITEN & PRESSE (2 KARTEN NEBENEINANDER)
============================================================ */
.sg-presse-section {
background-color: #0B1926 !important;
color: #FFFFFF;
padding: 80px 0;
}

.sg-presse-header {
margin-bottom: 40px;
}

.sg-presse-header .sg-section-subtitle {
color: #A0AEC0;
margin-top: 8px;
}

.sg-presse-grid {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 32px !important;
align-items: stretch;
}

.sg-presse-card {
background-color: #FFFFFF !important;
color: var(--sg-text-dark);
border-radius: 8px;
display: flex !important;
flex-direction: column !important;
height: 100%;
box-sizing: border-box;
overflow: hidden;
box-shadow: var(--sg-shadow);
}

.sg-news-thumb {
width: 100%;
height: 220px;
background-color: #E2DDD5;
overflow: hidden;
}

.sg-news-thumb a {
display: block;
width: 100%;
height: 100%;
}

.sg-news-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}

.sg-news-thumb:hover img {
transform: scale(1.03);
}

.sg-news-content {
padding: 32px;
display: flex;
flex-direction: column;
flex-grow: 1;
}

.sg-presse-meta {
font-size: 0.85rem;
color: #718096;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.sg-presse-title {
font-family: var(--sg-font-serif);
font-size: 1.35rem;
line-height: 1.35;
margin: 0 0 12px 0 !important;
}

.sg-presse-title a {
color: #0F1E2A !important;
text-decoration: none;
}
.sg-presse-title a:hover {
color: var(--sg-primary) !important;
}

.sg-presse-text {
font-size: 0.95rem;
color: #4A5568;
line-height: 1.6;
margin: 0 0 24px 0 !important;
flex-grow: 1;
}

.sg-presse-action {
margin-top: auto;
}

/* ============================================================
7. UNTERSEITEN (PAGE TEMPLATE & FLUID TYPOGRAFIE)
============================================================ */
.sg-page-main {
background-color: var(--sg-bg-light);
min-height: 80vh;
padding-bottom: 90px;
}

.sg-page-header {
padding: 48px 0 32px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
margin-bottom: 40px;
}

/* Globale Titel für Standard-Seiten & unser Child-Template */
.entry-title,
.sg-page-title {
font-family: var(--sg-font-serif) !important;
font-size: clamp(1.85rem, 5vw, 2.75rem) !important;
line-height: 1.2 !important;
color: var(--sg-text-dark) !important;
margin: 0 !important;
font-weight: 600 !important;
letter-spacing: -0.5px;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
-webkit-hyphens: auto;
}

.sg-page-subtitle {
font-size: clamp(1rem, 2.2vw, 1.25rem);
color: #5C6770;
margin-top: 14px;
max-width: 750px;
line-height: 1.5;
}

/* Optimale Lesebreite für redaktionelle Inhalte */
.sg-page-content-wrap,
.single-post .entry-content,
.single-post .entry-header {
max-width: 860px;
margin-left: auto;
margin-right: auto;
}

.sg-page-entry p,
.entry-content p {
font-size: clamp(1.02rem, 1.5vw, 1.1rem);
line-height: 1.8;
color: #2D3748;
margin-bottom: 26px;
}

.sg-page-entry h2,
.entry-content h2 {
font-family: var(--sg-font-serif) !important;
font-size: clamp(1.45rem, 3.5vw, 1.95rem) !important;
line-height: 1.3 !important;
margin-top: 52px;
margin-bottom: 18px;
color: var(--sg-text-dark) !important;
word-wrap: break-word;
hyphens: auto;
}

.sg-page-entry h3,
.entry-content h3 {
font-family: var(--sg-font-serif) !important;
font-size: clamp(1.2rem, 2.5vw, 1.45rem) !important;
line-height: 1.35 !important;
margin-top: 38px;
margin-bottom: 14px;
color: var(--sg-text-dark) !important;
}

/* ============================================================
8. BLOGBEITRÄGE (EINZELANSICHT / SINGLE POST)
============================================================ */
.single-post #primary {
padding-top: 50px;
padding-bottom: 90px;
background-color: var(--sg-bg-light);
}

.single-post .entry-header {
margin-bottom: 40px;
text-align: left;
}

/* Metadaten (Datum, Autor, Kategorie) */
.single-post .entry-meta,
.single-post .entry-meta * {
font-size: 0.85rem;
color: var(--sg-text-muted);
text-transform: uppercase;
letter-spacing: 0.6px;
}

.single-post .entry-meta {
margin-bottom: 16px;
display: flex;
gap: 14px;
flex-wrap: wrap;
align-items: center;
}

.single-post .entry-meta a {
color: var(--sg-text-muted);
text-decoration: none;
}
.single-post .entry-meta a:hover {
color: var(--sg-primary);
}

/* Beitragsbild (Featured Image) im Blogartikel */
.single-post .post-thumb-img-comp,
.single-post .entry-content > .wp-block-image:first-child {
margin: 32px 0 44px 0;
}

.single-post .post-thumb-img-comp img {
border-radius: 8px;
box-shadow: var(--sg-shadow);
width: 100%;
max-height: 480px;
object-fit: cover;
}

/* Links im Fließtext */
.single-post .entry-content a {
color: var(--sg-accent);
text-decoration: underline;
text-underline-offset: 3px;
transition: color 0.2s ease;
}
.single-post .entry-content a:hover {
color: var(--sg-accent-hover);
}

/* Navigation zwischen Beiträgen (Vorheriger / Nächster) */
.single-post .post-navigation {
max-width: 860px;
margin: 60px auto 0 auto;
padding-top: 36px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.single-post .post-navigation a {
font-family: var(--sg-font-serif);
font-size: 1.1rem;
color: var(--sg-primary);
text-decoration: none;
}
.single-post .post-navigation a:hover {
text-decoration: underline;
}

/* ============================================================
9. PATTERNS (VORLAGEN-STYLING)
============================================================ */
.sg-pattern-media-text {
margin: 40px 0 !important;
gap: 36px !important;
}

.sg-pattern-img img {
border-radius: 8px;
box-shadow: var(--sg-shadow);
width: 100%;
height: auto;
object-fit: cover;
}

.sg-pattern-title {
margin-top: 0 !important;
margin-bottom: 12px !important;
}

.sg-pattern-box {
background-color: #ECE7DE !important;
border-left: 4px solid var(--sg-accent) !important;
padding: 28px 32px !important;
border-radius: 4px;
margin: 36px 0 !important;
}

.sg-pattern-box h4 {
font-family: var(--sg-font-serif);
font-size: 1.25rem;
margin-top: 0;
margin-bottom: 10px;
color: #0F1E2A;
}

.sg-pattern-box p:last-child {
margin-bottom: 0;
}

/* --- 1. ZITAT-BLOCK --- */
.sg-pattern-quote-wrap {
position: relative;
margin: 50px 0 !important;
padding: 30px 40px 30px 60px !important;
background-color: #EFEAE1;
border-radius: 6px;
}

.sg-quote-mark {
position: absolute;
top: 10px;
left: 18px;
font-family: var(--sg-font-serif);
font-size: 4.5rem;
line-height: 1;
color: var(--sg-accent);
opacity: 0.35;
}

.sg-pattern-quote {
border: none !important;
margin: 0 !important;
padding: 0 !important;
}

.sg-pattern-quote p {
font-family: var(--sg-font-serif);
font-size: clamp(1.1rem, 2.5vw, 1.35rem) !important;
font-style: italic;
line-height: 1.6 !important;
color: #0F1E2A !important;
margin-bottom: 12px !important;
}

.sg-pattern-quote cite {
display: block;
font-family: var(--sg-font-sans);
font-size: 0.9rem;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0.8px;
color: var(--sg-text-muted);
}

/* --- 2. TEAM- / PERSONENSTECKBRIEF --- */
.sg-pattern-profile {
margin: 40px 0 !important;
gap: 36px !important;
}

.sg-profile-photo img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 50%;
box-shadow: var(--sg-shadow);
}

.sg-profile-name {
font-family: var(--sg-font-serif);
font-size: 1.6rem !important;
margin-bottom: 4px !important;
color: #0F1E2A;
}

.sg-profile-role {
font-size: 0.95rem;
color: #718096;
font-weight: 500;
margin-bottom: 16px !important;
}

/* --- 3. ARCHIVBILD MIT QUELLE --- */
.sg-pattern-archive-wrap {
margin: 44px 0 !important;
text-align: center;
}

.sg-archive-img img {
border: 1px solid #D8D2C4;
padding: 8px;
background-color: #FFFFFF;
border-radius: 4px;
box-shadow: var(--sg-shadow);
max-width: 100%;
height: auto;
}

.sg-archive-caption {
font-size: 0.88rem;
color: #5C6770;
margin-top: 10px;
line-height: 1.4;
}

/* --- 4. ECKDATEN-KACHELN --- */
.sg-pattern-stats-row {
margin: 40px 0 !important;
gap: 20px !important;
}

.sg-stat-col {
background-color: #FFFFFF;
padding: 24px;
border-radius: 6px;
box-shadow: var(--sg-shadow);
text-align: center;
}

.sg-stat-label {
display: block;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 1px;
color: #718096;
margin-bottom: 6px;
}

.sg-stat-value {
display: block;
font-family: var(--sg-font-serif);
font-size: 1.8rem;
color: #0F1E2A;
margin-bottom: 6px;
}

.sg-stat-sub {
font-size: 0.88rem;
color: #4A5568;
margin: 0 !important;
}

/* --- 5. MATERIAL- & DOWNLOAD-BOX --- */
.sg-pattern-download-box {
background-color: #FFFFFF;
border: 1px solid #E2DCD2;
padding: 28px 32px !important;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin: 40px 0 !important;
}

.sg-download-info h4 {
font-family: var(--sg-font-serif);
font-size: 1.25rem;
margin: 0 0 6px 0 !important;
color: #0F1E2A;
}

.sg-download-info p {
margin: 0 !important;
font-size: 0.95rem;
color: #5C6770;
}

/* ============================================================
10. KARTEN-VORSCHAU (LINK-CARD)
============================================================ */
.sg-map-preview-card {
display: flex;
background-color: #FFFFFF;
border-radius: 8px;
overflow: hidden;
box-shadow: var(--sg-shadow);
border: 1px solid #E5DFD5;
margin: 48px 0 !important;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sg-map-preview-card:hover {
transform: translateY(-3px);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.sg-map-preview-visual {
flex: 1.1;
position: relative;
min-height: 260px;
}

.sg-map-preview-visual img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.sg-map-badge {
position: absolute;
top: 14px;
left: 14px;
background: rgba(15, 31, 44, 0.85);
color: #FFFFFF;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.8px;
padding: 5px 10px;
border-radius: 4px;
backdrop-filter: blur(4px);
}

.sg-map-preview-content {
flex: 1.3;
padding: 32px;
display: flex;
flex-direction: column;
justify-content: center;
}

.sg-map-preview-title {
font-family: var(--sg-font-serif);
font-size: 1.45rem !important;
color: #0F1E2A !important;
margin: 0 0 10px 0 !important;
}

.sg-map-preview-desc {
font-size: 0.95rem;
color: #4A5568;
line-height: 1.6;
margin-bottom: 22px !important;
}

.sg-map-preview-action {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}

.sg-map-note {
font-size: 0.8rem;
color: #718096;
}

/* ============================================================
11. BLOG-KARUSSELL (UNTERSEITE FORSCHUNG)
============================================================ */
.sg-carousel-section {
margin: 50px 0 70px 0;
}

.sg-carousel-heading {
margin-bottom: 24px;
}

.sg-carousel-wrapper {
position: relative;
padding: 0 45px 40px 45px;
}

.sg-carousel-card {
background-color: #FFFFFF;
border-radius: 8px;
overflow: hidden;
box-shadow: var(--sg-shadow);
display: flex !important;
flex-direction: column !important;
height: 100%;
}

.sg-carousel-card .sg-card-thumb {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
margin-bottom: 0;
border-radius: 8px 8px 0 0;
background-color: #E2DDD5;
}

.sg-carousel-card .sg-card-thumb a {
display: block;
width: 100%;
height: 100%;
}

.sg-carousel-card .sg-card-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.sg-carousel-card .sg-card-body {
padding: 24px 20px 20px 20px;
display: flex;
flex-direction: column;
flex-grow: 1;
}

.sg-card-meta {
font-size: 0.8rem;
color: var(--sg-text-muted);
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 8px;
}

.sg-carousel-card .sg-card-title {
font-family: var(--sg-font-serif);
font-size: 1.35rem;
line-height: 1.35;
margin: 0 0 12px 0;
min-height: auto;
}

.sg-carousel-card .sg-card-title a {
color: #0F1E2A;
text-decoration: none;
}

.sg-carousel-card .sg-card-excerpt {
font-size: 0.95rem;
color: #4A5568;
line-height: 1.55;
margin: 0 0 20px 0;
flex-grow: 1;
}

.sg-carousel-card .sg-card-action {
margin-top: auto;
}

.sg-blog-carousel .swiper-button-prev,
.sg-blog-carousel .swiper-button-next {
color: var(--sg-primary) !important;
transform: scale(0.65);
}

.sg-blog-carousel .swiper-button-prev {
left: 0;
}

.sg-blog-carousel .swiper-button-next {
right: 0;
}

.sg-blog-carousel .swiper-pagination-bullet-active {
background: var(--sg-primary) !important;
}

/* ============================================================
12. MOBILE OPTIMIERUNGEN & RESPONSIVE DESIGN
============================================================ */

/* Tablet & Mobile Navigationsmenü (Off-Canvas Touch-Ziele) */
@media (max-width: 920px) {
.ast-mobile-popup-inner .main-header-menu .menu-item > a {
padding: 14px 16px !important;
font-size: 1.1rem !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
}

/* Tablet (Kacheln & Grids) */
@media (max-width: 900px) {
.sg-themen-grid {
grid-template-columns: 1fr;
}
.sg-card-title,
.sg-card-excerpt {
min-height: auto !important;
}
}

@media (max-width: 860px) {
.sg-presse-grid {
grid-template-columns: 1fr !important;
gap: 24px !important;
}
.sg-map-preview-card {
flex-direction: column;
}
.sg-map-preview-visual {
min-height: 180px;
}
.sg-map-preview-content {
padding: 24px;
}
}

/* Smartphone Portrait */
@media (max-width: 768px) {
.sg-hero {
min-height: auto;
padding: 90px 20px 60px 20px;
}

.sg-hero-actions {
flex-direction: column;
width: 100%;
gap: 12px;
}

.sg-hero-actions .sg-btn {
width: 100%;
text-align: center;
}

.sg-about-grid {
flex-direction: column;
gap: 28px;
}

.sg-about-image img {
height: 260px;
}

.sg-pattern-media-text {
flex-direction: column !important;
}

.sg-pattern-profile {
flex-direction: column !important;
text-align: center;
}

.sg-profile-photo img {
max-width: 180px;
margin: 0 auto;
}

.sg-pattern-stats-row {
flex-direction: column !important;
}

.sg-pattern-download-box {
flex-direction: column;
text-align: center;
}

.sg-carousel-wrapper {
padding: 0 0 35px 0;
}

.sg-blog-carousel .swiper-button-prev,
.sg-blog-carousel .swiper-button-next {
display: none !important;
}
}