







































































/*
Theme Name: Materace Online
Theme URI: https://materace.online
Author: Piotr Przemysław Kujawa
Author URI: https://materace.online
Description: Motyw premium dla sklepu materace.online
Version: 1.0
License: GPLv2 or later
Text Domain: materace-online
*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/*
 * Add your own custom css below this text.
 */
   * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background: linear-gradient(135deg, #f0f8ff, #e6f7ff);
            min-height: 100vh;
            color: #333;
            overflow-x: hidden;
        }
        
        header {
            background: linear-gradient(90deg, #1e5799, #207cca, #2989d8);
            padding: 1.5rem;
            box-shadow: 0 4px 12px rgba(0, 0, 100, 0.2);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        
        .logo {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: 2.8rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }
        
        .materace {
            color: white;
            text-shadow: 
                0 0 5px #fff,
                0 0 10px #fff,
                0 0 15px #0051ff,
                0 0 20px #0051ff;
            position: relative;
            padding: 0 0px;
        }
        
        
           /*
        .materace::before,
        .materace::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(to bottom, #4da6ff, #0066cc);
            border-radius: 2px;
        }
        

   
   .materace::before {
    left: 0;
}
                                     Obramowanie słowa materac
.materace::after {
    right: 0;
} 



*/

        
        .online {
            color: #4da6ff;
            text-shadow: 0 0 10px rgba(77, 166, 255, 0.7);
        }
        
        .mattress-icon {
            display: inline-block;
            transform: scaleX(1.8) scaleY(1.2);
            color: #fff;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
            margin: 0 5px;
        }
        
        nav {
            display: flex;
            justify-content: center;
            gap: 2rem;
            padding: 1rem 0;
        }
        
        nav a {
            color: white;
            text-decoration: none;
            font-size: 1.1rem;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            transition: all 0.3s ease;
        }
        
        nav a:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }
        
        .gallery-hero {
            text-align: center;
            padding: 5rem 2rem;
            background: linear-gradient(135deg, #1e5799, #2989d8);
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .gallery-hero::before {
            content: "";
            position: absolute;
            top: -50px;
            right: -50px;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
        }
        
        .gallery-hero::after {
            content: "";
            position: absolute;
            bottom: -80px;
            right: 20px;
            width: 150px;
            height: 150px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
        }
        
        .gallery-hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 2;
            animation: fadeInDown 1s ease;
        }
        
        .gallery-hero p {
            font-size: 1.3rem;
            max-width: 800px;
            margin: 0 auto 2rem;
            line-height: 1.6;
            position: relative;
            z-index: 2;
            animation: fadeInUp 1s ease 0.3s forwards;
            opacity: 0;
        }
        
        .hero-btn {
            background: white;
            color: #1e5799;
            border: none;
            padding: 15px 40px;
            font-size: 1.2rem;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 0.8rem;
            position: relative;
            z-index: 2;
            animation: fadeInUp 1s ease 0.6s forwards;
            opacity: 0;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        }
        
        .hero-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }
        
        .gallery-container {
            max-width: 1400px;
            margin: 4rem auto;
            padding: 0 2rem;
        }
        
        .gallery-controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-bottom: 3rem;
            padding: 1.5rem;
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 100, 0.08);
        }
        
        .gallery-filters {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }
        
        .filter-btn {
            background: #f0f8ff;
            color: #1e5799;
            border: 2px solid #cce5ff;
            padding: 10px 25px;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1rem;
            font-weight: 600;
        }
        
        .filter-btn:hover, .filter-btn.active {
            background: linear-gradient(90deg, #2989d8, #1e5799);
            color: white;
            border-color: #2989d8;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(30, 87, 153, 0.2);
        }
        
        .sort-container {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
        .sort-label {
            font-size: 1.1rem;
            color: #555;
            font-weight: 500;
        }
        
        .sort-select {
            padding: 10px 20px;
            border: 2px solid #cce5ff;
            border-radius: 30px;
            background: #f0f8ff;
            font-size: 1rem;
            color: #1e5799;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .sort-select:hover {
            border-color: #4da6ff;
        }
        
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 2.5rem;
        }
        
        .product-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 100, 0.1);
            transition: all 0.4s ease;
            position: relative;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .product-card:hover {
            transform: translateY(-15px) scale(1.03);
            box-shadow: 0 15px 40px rgba(30, 87, 153, 0.25);
        }
        
        .product-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: linear-gradient(90deg, #ff4d4d, #ff1a1a);
            color: white;
            padding: 7px 18px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 600;
            z-index: 2;
            animation: pulse 2s infinite;
        }
        
        .product-image {
            height: 240px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #e6f2ff, #cce5ff);
            font-size: 9rem;
            color: #1e5799;
            padding: 1rem;
            position: relative;
            overflow: hidden;
        }
        
        .product-image span {
            transform: scaleX(1.8) scaleY(1.2);
            transition: all 0.5s ease;
        }
        
        .product-card:hover .product-image span {
            transform: scaleX(2) scaleY(1.4) rotate(5deg);
        }
        
        .product-info {
            padding: 1.8rem;
        }
        
        .product-category {
            color: #4da6ff;
            font-size: 0.95rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            display: block;
        }
        
        .product-title {
            font-size: 1.5rem;
            color: #1e5799;
            margin-bottom: 0.8rem;
            transition: color 0.3s ease;
        }
        
        .product-card:hover .product-title {
            color: #ff6b6b;
        }
        
        .product-desc {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
            line-height: 1.5;
        }
        
        .product-price {
            font-size: 1.8rem;
            color: #2989d8;
            font-weight: bold;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
        .old-price {
            text-decoration: line-through;
            color: #999;
            font-size: 1.3rem;
        }
        
        .product-actions {
            display: flex;
            justify-content: space-between;
        }
        
        .add-to-cart {
            background: linear-gradient(90deg, #2989d8, #1e5799);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            flex-grow: 1;
            margin-right: 12px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.7rem;
        }
        
        .add-to-cart:hover {
            background: linear-gradient(90deg, #1e5799, #2989d8);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(30, 87, 153, 0.3);
        }
        
        .wishlist {
            background: #f0f8ff;
            color: #2989d8;
            border: 2px solid #cce5ff;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
        }
        
        .wishlist:hover {
            background: #ff4d89;
            color: white;
            border-color: #ff4d89;
            transform: translateY(-3px);
        }
        
        .gallery-pagination {
            display: flex;
            justify-content: center;
            gap: 0.8rem;
            margin-top: 4rem;
        }
        
        .page-btn {
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f0f8ff;
            border: 2px solid #cce5ff;
            border-radius: 12px;
            cursor: pointer;
            font-size: 1.1rem;
            font-weight: 600;
            color: #2989d8;
            transition: all 0.3s ease;
        }
        
        .page-btn:hover, .page-btn.active {
            background: linear-gradient(90deg, #2989d8, #1e5799);
            color: white;
            border-color: #2989d8;
            transform: translateY(-3px);
        }
        
        .gallery-stats {
            text-align: center;
            color: #555;
            font-size: 1.1rem;
            margin-top: 1.5rem;
        }
        
        footer {
            background: linear-gradient(90deg, #1e5799, #207cca);
            color: white;
            padding: 4rem 2rem;
            margin-top: 4rem;
        }
        
        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }
        
        .footer-section h3 {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }
        
        .footer-section h3::after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 50px;
            height: 3px;
            background: #4da6ff;
            border-radius: 2px;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .footer-links a {
            color: #e6f2ff;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .footer-links a:hover {
            color: white;
            padding-left: 5px;
        }
        
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        
        .social-icons {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        
        .social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background: #4da6ff;
            transform: translateY(-3px);
        }
        
        .copyright {
            text-align: center;
            padding-top: 3rem;
            margin-top: 3rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        /* Animations */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(1);
            }
        }
        
        @media (max-width: 768px) {
            .logo {
                font-size: 2rem;
            }
            
            nav {
                flex-wrap: wrap;
                gap: 1rem;
            }
            
            .gallery-hero h1 {
                font-size: 2.5rem;
            }
            
            .gallery-controls {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .products-grid {
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
                gap: 1.8rem;
            }
        }
        
        /* --- Deszcz materacy 3D --- */
header{
  position: relative;
  overflow: hidden; /* obetnij wychodzące elementy tła */
}

.mattress-rain{
  position: absolute; inset: 0;
  pointer-events: none; /* tło nie łapie kliknięć */
  perspective: 700px;
  perspective-origin: 50% 10%;
  z-index: 0; /* logo/nav nad tym */
}

.mattress-rain .mattress-icon{
  position: absolute;
  top: -10vh; /* start nieco nad headerem */
  left: 0;
  transform-style: preserve-3d;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 6px 18px rgba(0,0,0,.35);
  will-change: transform, opacity;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
  opacity: 0;
}

/* właściwe opadanie */
@keyframes mattressFall {
  0% {
    transform: translate3d(var(--x,0px), -20vh, var(--z,0px))
               rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) rotateZ(var(--rz,0deg));
    opacity: 0;
  }
  10% { opacity: var(--o, .8); }
  100% {
    transform: translate3d(var(--xEnd,0px), 120vh, var(--z,0px))
               rotateX(calc(var(--rx,0deg) + 1turn))
               rotateY(calc(var(--ry,0deg) + 1turn))
               rotateZ(calc(var(--rz,0deg) + 2turn));
    opacity: 0;
  }
}

/* szacunek dla dostępności */
@media (prefers-reduced-motion: reduce){
  .mattress-rain .mattress-icon{ animation: none !important; }
}

        
        
        
        /* Przywróć font FA dla ikon */
#mo-panel-root .fa,
#mo-panel-root .fas,
#mo-panel-root .far,
#mo-panel-root .fab,
#mo-panel-root .fa-solid,
#mo-panel-root .fa-regular,
#mo-panel-root .fa-brands{
  font-family: "Font Awesome 6 Free","Font Awesome 6 Brands" !important;
  font-weight: 900 !important; /* solid */
}
#mo-panel-root .far{ font-weight: 400 !important; }          /* regular */
#mo-panel-root .fab,
#mo-panel-root .fa-brands{ font-family:"Font Awesome 6 Brands" !important; font-weight:400 !important; }

        
/* 🔍 Dla ekranów mobilnych (do 600px szerokości) */
@media (max-width: 800px) {
  .hero-shematx {
    transform: scale(5.6); /* Powiększenie o 60% */
  }
}

/* 📱 Dla ekranów bardzo małych (np. 400px) */
@media (max-width: 500px) {
  .hero-shematx {
    transform: scale(5.8); /* Powiększenie o 80% */
  }
}
      
        
        
        
        /* HEADER RADIO BUTTON */
.mo-radio-header-btn{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:6px 12px;
  border-radius:999px;
  border:none;
  background:rgba(41,137,216,.1);
  color:#1e293b;
  font-size:.85rem;
  font-weight:600;
  cursor:pointer;
  backdrop-filter:blur(10px);
  box-shadow:0 1px 4px rgba(15,23,42,.15);
  transition:background .15s ease, transform .12s ease, box-shadow .15s ease;
}
.mo-radio-header-btn i{
  font-size:.9rem;
}
.mo-radio-header-btn:hover{
  background:rgba(41,137,216,.2);
  transform:translateY(-1px);
  box-shadow:0 4px 10px rgba(15,23,42,.25);
}

/* MODAL */
.mo-radio-modal{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.75);
  backdrop-filter:blur(12px);
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  z-index:9999;
}
.mo-radio-modal.is-open{
  display:flex;
}

.mo-radio-modal-inner{
  width:100%;
  max-width:980px;
  max-height:500px;
  border-radius:20px;
  overflow:hidden;
  background:rgba(15,23,42,.95);
  box-shadow:0 24px 60px rgba(15,23,42,.8);
  display:flex;
  flex-direction:column;
}

.mo-radio-modal-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 14px;
  background:linear-gradient(90deg,#0f172a,#1e293b);
  color:#e5efff;
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.mo-radio-modal-label i{
  margin-right:.35rem;
}
.mo-radio-modal-close{
  border:none;
  background:transparent;
  color:#e5efff;
  cursor:pointer;
  font-size:1.1rem;
  padding:2px 6px;
}
.mo-radio-modal-close:hover{
  color:#f97373;
}

.mo-radio-modal-body{
  flex:1;
  background:transparent;
}
.mo-radio-modal-body iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* RWD */
@media (max-width:768px){
  .mo-radio-modal{
    padding:10px;
  }
  .mo-radio-modal-inner{
    border-radius:16px;
  }
}

        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        /* ============================
   LAYOUT: fallback index/page
   ============================ */

.mo-page-shell{
  min-height:60vh;
  padding:3rem 1.5rem 4rem;
}

.mo-page-hero{
  max-width:1200px;
  margin:0 auto 2.5rem auto;
  background:linear-gradient(135deg,#1e5799,#2989d8);
  color:#fff;
  border-radius:24px;
  padding:2.4rem 2.2rem;
  box-shadow:0 14px 40px rgba(0,0,80,.35);
  position:relative;
  overflow:hidden;
}
.mo-page-hero::after{
  content:"";
  position:absolute;
  inset:auto -80px -80px auto;
  width:220px;
  height:220px;
  background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.25),transparent 60%);
  opacity:.6;
}
.mo-page-hero-inner{
  position:relative;
  z-index:1;
}
.mo-page-hero-label{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  background:rgba(15,23,42,.35);
  padding:6px 14px;
  border-radius:999px;
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.mo-page-hero-label i{
  font-size:.9rem;
}
.mo-page-hero-title{
  font-size:2.4rem;
  margin:1rem 0 .4rem;
}
.mo-page-hero-subtitle{
  font-size:1rem;
  max-width:640px;
  line-height:1.6;
  opacity:.9;
}

/* kontener treści */
.mo-page-container{
  max-width:1200px;
  margin:0 auto;
}

/* okruszki */
.mo-breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.4rem;
  font-size:.9rem;
  color:#4b5563;
  margin-bottom:1.5rem;
}
.mo-breadcrumbs a{
  display:inline-flex;
  align-items:center;
  gap:.3rem;
  text-decoration:none;
  color:#2563eb;
}
.mo-breadcrumbs a:hover{
  text-decoration:underline;
}
.mo-breadcrumbs span{
  color:#6b7280;
}

/* grid kontent + sidebar */
.mo-page-grid{
  display:grid;
  grid-template-columns:minmax(0,2.2fr) minmax(0,1fr);
  gap:2rem;
}

/* lista wpisów */
.mo-loop-header{
  margin-bottom:1rem;
}
.mo-loop-header h2{
  font-size:1.2rem;
  color:#1e5799;
  display:flex;
  align-items:center;
  gap:.5rem;
}
.mo-loop-header i{
  font-size:1.1rem;
}

.mo-entry-list{
  display:flex;
  flex-direction:column;
  gap:1.75rem;
}

.mo-entry-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(15,23,42,.12);
  display:flex;
  flex-direction:column;
}

.mo-entry-thumb{
  display:block;
  max-height:260px;
  overflow:hidden;
}
.mo-entry-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.mo-entry-thumb--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#e6f2ff,#cce5ff);
  color:#1e5799;
  font-size:3rem;
}

.mo-entry-body{
  padding:1.4rem 1.6rem 1.6rem;
}
.mo-entry-meta{
  display:flex;
  flex-wrap:wrap;
  gap:.9rem;
  font-size:.8rem;
  color:#6b7280;
  margin-bottom:.6rem;
}
.mo-entry-meta i{
  margin-right:.2rem;
}

.mo-entry-title{
  font-size:1.4rem;
  margin:.2rem 0 .6rem;
}
.mo-entry-title a{
  color:#1e293b;
  text-decoration:none;
}
.mo-entry-title a:hover{
  color:#2989d8;
}

.mo-entry-excerpt{
  font-size:.95rem;
  color:#4b5563;
  line-height:1.6;
}
.mo-entry-actions{
  margin-top:1.1rem;
}

.mo-btn-primary{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.55rem 1.4rem;
  border-radius:999px;
  border:none;
  background:linear-gradient(90deg,#2989d8,#1e5799);
  color:#fff;
  font-size:.9rem;
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(37,99,235,.35);
  transition:transform .12s ease, box-shadow .12s ease;
}
.mo-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(37,99,235,.45);
}

/* paginacja */
.mo-page-pagination{
  margin-top:2rem;
  display:flex;
  justify-content:center;
}
.mo-page-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  height:36px;
  margin:0 .2rem;
  padding:0 .4rem;
  border-radius:999px;
  border:2px solid #cce5ff;
  font-size:.9rem;
  text-decoration:none;
  color:#2563eb;
  background:#f0f8ff;
}
.mo-page-pagination .page-numbers.current,
.mo-page-pagination .page-numbers:hover{
  background:linear-gradient(90deg,#2989d8,#1e5799);
  color:#fff;
  border-color:transparent;
}

/* stan pusty */
.mo-empty-state{
  background:#fff;
  border-radius:18px;
  padding:2rem 1.8rem;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.1);
}
.mo-empty-icon{
  width:72px;
  height:72px;
  border-radius:999px;
  margin:0 auto 1rem;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(41,137,216,.08);
  color:#1e5799;
  font-size:2.2rem;
}
.mo-empty-state h2{
  font-size:1.4rem;
  margin-bottom:.5rem;
}
.mo-empty-state p{
  font-size:.95rem;
  color:#4b5563;
  margin-bottom:1rem;
}

/* sidebar */
.mo-page-sidebar{
  display:flex;
  flex-direction:column;
  gap:1.5rem;
}
.mo-sidebar-widget{
  background:#ffffff;
  border-radius:18px;
  padding:1.4rem 1.3rem 1.5rem;
  box-shadow:0 8px 20px rgba(15,23,42,.10);
}
.mo-sidebar-widget h3{
  font-size:1.05rem;
  margin-bottom:.7rem;
  display:flex;
  align-items:center;
  gap:.5rem;
  color:#1e5799;
}
.mo-sidebar-widget p{
  font-size:.9rem;
  color:#4b5563;
  line-height:1.5;
}
.mo-sidebar-contact{
  list-style:none;
  margin:0;
  padding:0;
}
.mo-sidebar-contact li{
  font-size:.9rem;
  color:#4b5563;
  display:flex;
  align-items:center;
  gap:.5rem;
  margin-bottom:.35rem;
}

/* RWD */
@media (max-width: 900px){
  .mo-page-grid{
    grid-template-columns:1fr;
  }
  .mo-page-shell{
    padding:2.5rem 1.1rem 3.5rem;
  }
  .mo-page-hero{
    padding:1.8rem 1.6rem;
  }
  .mo-page-hero-title{
    font-size:2rem;
  }
}
@media (max-width: 600px){
  .mo-entry-body{
    padding:1.1rem 1rem 1.2rem;
  }
}

        