/* ===== FONTS (TTF) ===== */

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

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




.sidebar-widget {
    border: 1px solid #e5e5e5;
    padding: 18px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 6px;
}

.sidebar-widget .wp-block-group__inner-container {
    padding: 0;
}


.sidebar-widget h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}



.sidebar-widget img {
    display: block;
    width: 100%;
    height: auto;
}



.sidebar-widget.widget_media_image {
    border: 2px solid #000;
}


.sidebar-widget {
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}


.sidebar-widget {
    position: relative;
    padding-top: 30px;
}

.sidebar-widget .wp-block-heading {
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}



/* Sidebar widget title – badge style */
.sidebar-widget .wp-block-heading {
    margin: -42px 0 20px;
    padding: 12px;
    color: #fff;
    background: #121516;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    border-radius: 4px;
}



.ms-single-body a:hover,
.sidebar-widget a:hover {
    color: #555;
}



/* Fonts */
body {
    margin: 0;
    font-family: "Muli", serif;
    font-size: 16px;
    color: #000;
    background: #fff;
}


/* Main content links */
.ms-single-body a {
    color: #f45900;
    text-decoration: none;
        transition: color 0.2s ease;

}

/* Sidebar / widget links */
.sidebar-widget a {
    color: #000!important;
    text-decoration: none;
        transition: color 0.2s ease;

}



/* Header */
.site-header {
    text-align: center;
    padding: 20px 10px;
}

.logo a {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    font-size: 70px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #000;
    text-decoration: none;
}

.logo {

margin: 30px 0 30px;


}






/* Menu */
.main-nav .menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.main-nav .menu li a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

/* Layout */
.site-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 66.667% 30%;
    gap: 3.333%;
}

.content-area {
    width: 100%;
}

.sidebar {
    width: 100%;
}
.sidebar {
    font-size: 14px;
}

/* Posts */
.post-title {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .site-wrapper {
        display: block;
    }

    .content-area,
    .sidebar {
        width: 100%;
        float: none;
        margin: 0;
    }
}


/* ===== TOP NAVBAR ===== */

.top-navbar {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 0;
}

.top-navbar .inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}






.top-navbar {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.top-navbar .inner-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;

  display: flex;
  align-items: center;
}

/* LEFT */
.navbar-top {
  flex: 1;
}

.navbar-top ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-top a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

/* CENTER */
.navbar-search {
  flex: 1;
  text-align: center;
}

.navbar-search input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 4px 0;
  font-size: 12px;
  width: 160px;
  text-align: center;
  outline: none;
}

/* RIGHT */
.navbar-social {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.navbar-social a {
  font-size: 12px;
  text-decoration: none;
  color: #000;
}





















/* LEFT MENU */
.top-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: normal;
}

.top-menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

/* SEARCH */
.navbar-search input[type="search"] {
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    font-size: 12px;
    padding: 4px 6px;
    width: 180px;
}

.navbar-search input:focus {
    outline: none;
}




/* =========================
   PRIMARY MENU
========================= */

.primary-nav {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.primary-nav .primary-menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    justify-content: center;
    gap: 28px;

    list-style: none;
}

/* Menu links */
.primary-nav .primary-menu li a {
    display: inline-block;
    padding: 14px 0;

 font-family: "Roboto Condensed", sans-serif;
     font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #111;
    text-decoration: none;
}

/* Hover + active state */
.primary-nav .primary-menu li a:hover,
.primary-nav .primary-menu li.current-menu-item a,
.primary-nav .primary-menu li.current-category-ancestor a {
    color: #000;
}

/* Optional: subtle underline on hover */
.primary-nav .primary-menu li a::after {
    content: "";
    display: block;
    height: 2px;
    background: #000;
    width: 0;
    margin-top: 6px;
    transition: width 0.2s ease;
}

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








/* =========================
   GLOBAL TYPE REFINEMENT
========================= */

body {
    font-size: 16px;
    line-height: 1.65;
    color: #111;
}



/* Section titles */
.ms-section-title {
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0;
    font-family: "Oswald", sans-serif;
    border-bottom: 2px solid #222;
    padding: 0 0 20px;
    margin: 0 0 30px;




}

/* Article titles */
.ms-article-title a {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

/* Category labels */


/* Excerpts */
.ms-excerpt {
    font-size: 15px;
    color: #444;
}

/* Buttons */
.ms-read-more,
.ms-slide-btn {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}


.navbar-social {
    display: flex;
    gap: 14px;
}

.navbar-social a svg {
    width: 14px;
    height: 14px;
    fill: #111;
    transition: opacity 0.2s ease;
}

.navbar-social a:hover svg {
    opacity: 0.6;
}


/* =========================
   MOBILE MENU
========================= */

.ms-mobile-toggle {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
}

.ms-mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #111;
    margin: 5px 0;
}

/* Mobile menu panel */
.ms-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    padding: 80px 30px;
    transition: right 0.3s ease;
}

.ms-mobile-menu.active {
    right: 0;
}

/* Close button */
.ms-mobile-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    background: none;
    border: 0;
    cursor: pointer;
}

/* Menu list */
.ms-mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-mobile-nav li {
    margin-bottom: 22px;
}

.ms-mobile-nav a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #111;
}

/* Overlay */
.ms-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.ms-mobile-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Show on mobile */
@media (max-width: 768px) {
    .ms-mobile-toggle {
        display: block;
    }

    .primary-nav {
        display: none;
    }
}











/* SOCIAL */
.navbar-social {
    text-align: right;
}

.navbar-social a {
    margin-left: 14px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

/* MOBILE */
@media (max-width: 900px) {
    .top-navbar .inner-wrap {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .top-menu {
        justify-content: center;
    }

    .navbar-social {
        text-align: center;
    }
}


/* ===== HOMEPAGE SLIDER ===== */

.ms-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
}


/* Home section spacing only */
.ms-home-content {
    padding: 0px 0 100px;
}

/* Inner layout wrapper */
.ms-home-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 50px;
}




.ms-slider-track {
    display: flex;
    transition: transform 0.5s ease;
}


.ms-slider-track,
.ms-slide {
  height: 480px;
}

.ms-slide {
    min-width: 100%;
    position: relative;
}

.ms-slide img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}

/* Overlay */
.ms-slide-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0,0,0,0.25);
    text-align: center;
    padding: 20px;
}

.ms-slide-meta span {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    background: #000;
    padding: 6px 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.ms-slide-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    max-width: 700px;
    margin: 0 0 20px;
}

.ms-slide-btn {
    background: #000;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Arrows */
.ms-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    font-size: 28px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.ms-arrow.prev { left: 10px; }
.ms-arrow.next { right: 10px; }

/* Dots */
.ms-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}





/* ===== HOME CONTENT LAYOUT ===== */



/* Section title */
.ms-section-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

/* Article row */
.ms-article {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
        padding: 0 0 40px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.06);

}

/* Image column */
.ms-article-image {
    flex: 0 0 300px; /* fixed image column */
}

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

/* Content column */
.ms-article-content {
    flex: 1;
}


/* Article content */
.ms-category {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
}


.ms-article-title {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.ms-article-title a {
    text-decoration: none;
    color: #000;
}

.ms-excerpt {
    font-family: "Muli", serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.ms-read-more {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 16px;
    text-decoration: none;
}

/* Sidebar */
.sidebar {
    font-size: 14px;
}

/* MOBILE */
@media (max-width: 900px) {
    .ms-home-content {
        grid-template-columns: 1fr;
    }

    .ms-article-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .ms-article {
        flex-direction: column;
    }

    .ms-article-image {
        flex: none;
        width: 100%;
    }
}

/* ===== FOOTER ===== */

.ms-footer {
    background: radial-gradient(circle at top, #1a1a1a, #0c0c0c);
    color: #aaa;
    margin-top: 100px;
    font-size: 14px;
}

/* TOP */
.ms-footer-top {
    padding: 80px 20px 60px;
}

.ms-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

.ms-footer-col h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}

.ms-footer-col p {
    line-height: 1.6;
}

/* NAV */
.ms-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-footer-menu li {
    margin-bottom: 10px;
}

.ms-footer-menu a {
    color: #aaa;
    text-decoration: none;
}

/* SOCIAL */
.ms-footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-footer-social li {
    margin-bottom: 10px;
}

.ms-footer-social a {
    color: #aaa;
    text-decoration: none;
}

/* AD BLOCK */
.ms-footer-ad {
    background: #f2f2f2;
    width: 100%;
    aspect-ratio: 1 / 1;
}

/* BRAND */
.ms-footer-brand {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
    color: #fff;
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* COPYRIGHT */
.ms-footer-bottom {
    text-align: center;
    padding: 20px;
    font-size: 13px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* MOBILE */
@media (max-width: 900px) {
    .ms-footer-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ms-footer-top {
        padding: 60px 20px 40px;
    }
}



/* FOOTER SOCIAL ICONS */

.ms-footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-footer-social li {
    margin-bottom: 12px;
}

.ms-footer-social a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #aaa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ms-footer-social svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.ms-footer-social span {
    font-size: 14px;
}

/* Hover */
.ms-footer-social a:hover {
    color: #fff;
}


/* ===== SINGLE POST ===== */

.ms-single {
            padding: 0 2%;
}

.ms-single-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 50px;
}

/* Featured image */
.ms-single-hero img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

/* Category */
.ms-single-category {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 15px;
}

/* Title */
.ms-single-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 10px;
}

/* Meta */
.ms-single-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 30px;
}

/* Body */
.ms-single-body {
    font-family: "Muli", serif;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

.ms-single-body p {
    margin-bottom: 24px;
}

.ms-single-body img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}

/* Author Box */
.ms-author-box {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.ms-author-info h4 {
    margin: 0 0 10px;
    font-family: "Roboto Condensed", sans-serif;
}

.ms-author-social a {
    margin-right: 12px;
    font-size: 13px;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 900px) {
    .ms-single-inner {
        grid-template-columns: 1fr;
    }

    .ms-single-title {
        font-size: 28px;
    }
}



/* ===== CATEGORY PAGE ===== */

.ms-category {
     display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
}

.ms-category-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header bar */
.ms-category-header {
    background: #111;
    color: #fff;
    padding: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.ms-category-header h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.ms-category-header p {
    font-size: 14px;
    color: #ccc;
    max-width: 700px;
    margin: 0 auto;
}

/* Grid */
.ms-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

/* Post card */
.ms-category-post img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.ms-category-label {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.ms-category-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.ms-category-title a {
    text-decoration: none;
    color: #000;
}

.ms-category-meta {
    font-size: 12px;
    color: #777;
    margin-bottom: 15px;
}

.ms-category-excerpt {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Mobile */
@media (max-width: 900px) {
    .ms-category-grid {
        grid-template-columns: 1fr;
    }

    .ms-category-header h1 {
        font-size: 22px;
    }
}


/* ===== PAGE TEMPLATE ===== */

.ms-page {
    padding: 60px 20px 100px;
}

.ms-page-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 66.667% 30%;
    gap: 3.333%;
}

/* Title */
.ms-page-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

/* Edit link */
.ms-edit-link {
    margin-bottom: 20px;
    font-size: 13px;
}

/* Body */
.ms-page-body {
    font-family: "Muli", serif;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

.ms-page-body p {
    margin-bottom: 22px;
}

.ms-page-body ul {
    margin: 20px 0 30px 20px;
}

.ms-page-body li {
    margin-bottom: 8px;
}

/* MOBILE */
@media (max-width: 900px) {
    .ms-page-inner {
        grid-template-columns: 1fr;
    }

    .ms-page-title {
        font-size: 26px;
    }
}



/* ===== HOMEPAGE LAYOUT ===== */



.ms-home-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 66.667% 30%;
    gap: 3.333%;
    align-items: start;
}

/* Left column */
.ms-articles {
    width: 100%;
}

/* Sidebar */
.sidebar,
#sidebar {
    width: 100%;
}







.ms-author-box {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  padding: 24px;
  background: #f4f4f4;
  border-radius: 4px;
}

.ms-author-avatar img {
  border-radius: 50%;
}

.ms-author-meta {
  color: #000;
}

.ms-author-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.ms-author-bio {
  font-family: "Muli", serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.ms-author-social a {
  margin-right: 12px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 768px) {
  .ms-author-box {
    flex-direction: column;
  }
}



@media (max-width: 576px) {
    .navbar-top {
        display: none;
    }


.logo a {
       font-size: 28px;
   }

.logo {

margin: 10px 0 10px;


}
}




div.navigation {
    position: relative;
    text-align: center;
    margin: 0 0 50px;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
}

div.navigation .prev,
div.navigation .next {
    position: absolute;
    transition-duration: 200ms;
    font-size: 20px;
    border: none;
    background: #f4f5f5;
    padding: 7px 20px;
}

div.navigation .prev {
    left: 0;
}

div.navigation .next {
    right: 0;
}

div.navigation a {
    display: inline-block;
    transition: all 0.25s ease-in-out;
    border: 1px solid #eee;
    line-height: 24px;
    padding: 7px 14px;
    margin: 0 5px;
    color: #000;
    text-decoration: none;
}

div.navigation span.current {
    display: inline-block;
    background-color: #000;
    color: #fff;
    line-height: 24px;
    padding: 7px 15px;
    margin: 0 5px;
}


@media (max-width: 600px) {
    div.navigation .prev,
    div.navigation .next {
        position: static;
        margin: 10px;
    }
}


div.navigation a:hover {
    background: #000;
    color: #fff;
}



div.navigation span.current {
    border: 1px solid #000;
}



.ms-editors-slider {
    margin: 80px 0;
}

.ms-carousel {
    margin-top: 30px;
}

.ms-carousel-item {
    width: 300px;
    margin-right: 30px;
}

.ms-carousel-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.ms-carousel-title {
    margin-top: 12px;
    font-family: "Teko", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
}

.ms-carousel-item a {
    text-decoration: none;
    color: inherit;
}



@media (max-width: 768px) {
    .ms-carousel-item {
        width: 75%;
    }
    .ms-slide-title {font-size:20px;}


}



@media (max-width: 900px) {
    .ms-home-inner {
        grid-template-columns: 1fr;
    }
}



.ms-featured-categories {
    margin: 80px 0;
}

.ms-featured-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.ms-featured-title {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.ms-featured-title a {
    color: #000;
    text-decoration: none;
}

/* Featured post */
.ms-featured-main {
    margin-bottom: 30px;
}

.ms-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.ms-featured-post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}

.ms-featured-post-title a {
    color: #000;
    text-decoration: none;
}

.ms-featured-excerpt {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

/* Small list */
.ms-featured-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-featured-item {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.ms-featured-thumb img {
    width: 110px;
    height: auto;
    display: block;
}

.ms-featured-item-content h5 {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 4px;
}

.ms-featured-item-content a {
    color: #000;
    text-decoration: none;
}

.ms-featured-date {
    font-size: 12px;
    color: #888;
}

/* MOBILE */
@media (max-width: 900px) {
    .ms-featured-2col {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ms-featured-thumb img {
        width: 90px;
    }
}
