:root {
  --primary: #e30613;
  --primary-dark: #b80009;
  --dark: #111111;
  --black: #050505;
  --text: #111827;
  --muted: #6b7280;
  --light: #f3f4f6;
  --white: #ffffff;
  --border: #e5e7eb;
  --shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
  --radius: 0px;
  --container: 1180px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", Arial, sans-serif;
  background: #f1f2f4;
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(var(--container), calc(100% - 24px));
  margin: 0 auto;
}

/* SAĞ / SOL İNCE UZUN REKLAM */
.side-rail-ad {
  position: fixed;
  top: 201px;
  width: 112px;
  height: 560px;
  z-index: 80;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #e30613, #111111);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 14px 10px;
}

.side-rail-left {
  left: calc((100vw - var(--container)) / 2 - 132px);
}

.side-rail-right {
  right: calc((100vw - var(--container)) / 2 - 132px);
}

.side-rail-ad span {
  display: inline-flex;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
  padding: 7px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .7px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
}

.side-rail-ad strong {
  display: block;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 950;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: -1px;
}

.side-rail-ad small {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  opacity: .9;
}

@media (max-width: 1460px) {
  .side-rail-ad {
    display: none;
  }
}

/* TOP BAR */
.top-bar {
  background: #050505;
  color: #ffffff;
  font-size: 12px;
}

.top-bar-inner {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-left,
.top-menu,
.socials {
  display: flex;
  align-items: center;
  gap: 17px;
}

.top-menu,
.socials {
  font-weight: 800;
}

/* HEADER */
.main-header {
  background: var(--primary);
  color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 18px rgba(227, 6, 19, .28);
}

.header-inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo strong {
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -1.5px;
}

.logo span {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: .92;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 25px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 0;
  height: 3px;
  background: #ffffff;
  border-radius: 20px;
  transition: .25s;
}

.nav a:hover::after {
  width: 100%;
}

.search-btn {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.18);
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

/* BREAKING NEWS */
.breaking {
  background: #151515;
  color: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid #292929;
}

.breaking-inner {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
}

.breaking-title {
  flex: 0 0 auto;
  background: var(--primary);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
  z-index: 2;
}

.ticker-viewport {
  height: 38px;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: tickerScroll 42s linear infinite;
  will-change: transform;
}

.ticker-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}

.ticker-group b {
  color: #ffd400;
  font-weight: 950;
  margin-right: 6px;
}

@keyframes tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.ticker-viewport:hover .ticker-track {
  animation-play-state: paused;
}

/* MARKET */
.market-bar {
  background: #242424;
  color: #ffffff;
  font-size: 13px;
}

.market-inner {
  min-height: 42px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}

.market-item {
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px;
  font-weight: 800;
}

.market-item small {
  color: #d1d5db;
  font-weight: 900;
}

.up {
  color: #13d676;
}

.down {
  color: #ff4d4f;
}

/* AD */
.ad-banner {
  margin: 18px auto;
  min-height: 92px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(90deg, #fff, #edf6ff);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.ad-text {
  padding: 18px 28px;
}

.ad-text h2 {
  color: var(--primary);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 950;
}

.ad-text p {
  margin-top: 7px;
  color: #374151;
  font-size: 14px;
  font-weight: 650;
}

.ad-badge {
  margin-right: 28px;
  background: var(--primary);
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

/* COMMON */
.category-label {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 6;
  background: var(--primary);
  color: #fff;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,.35);
  text-shadow: 0 1px 2px rgba(0,0,0,.55);
}

.tag {
  display: inline-flex;
  width: fit-content;
  background: #fef2f2;
  color: var(--primary);
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.section {
  margin: 34px 0;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #111111;
  margin-bottom: 18px;
}

.section-title {
  display: inline-flex;
  background: var(--primary);
  color: #ffffff;
  padding: 11px 15px;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.section-more {
  font-size: 13px;
  font-weight: 900;
  color: var(--primary);
}

/* RESİM ÜSTÜ METİN OKUNURLUK */
.featured-card::after,
.hero-slide::after,
.side-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(0,0,0,.96) 0%, rgba(0,0,0,.76) 34%, rgba(0,0,0,.28) 66%, rgba(0,0,0,.08) 100%),
    radial-gradient(circle at bottom left, rgba(0,0,0,.72), transparent 55%);
}

.card-content,
.hero-content {
  text-shadow:
    0 2px 3px rgba(0,0,0,.95),
    0 6px 16px rgba(0,0,0,.75),
    0 0 28px rgba(0,0,0,.65);
}

.card-content h3,
.hero-content h1,
.hero-content p,
.white-meta {
  text-shadow:
    0 2px 3px rgba(0,0,0,.98),
    0 6px 15px rgba(0,0,0,.82),
    0 0 26px rgba(0,0,0,.70);
}

.card-content h3,
.hero-content h1 {
  color: #ffffff;
}

.white-meta {
  color: rgba(255,255,255,.92);
}

/* TOP FEATURED */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.featured-card {
  position: relative;
  height: 218px;
  min-height: 218px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #000;
  box-shadow: var(--shadow);
}

.featured-card img,
.hero-slide img,
.side-card img,
.box-news img,
.author-photo img,
.cat-main-img img,
.cat-list-img img,
.sidebar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-card-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 4;
}

.featured-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.featured-card-link img {
  position: relative;
  z-index: 1;
}

.card-content {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 5;
  color: #ffffff;
}

.card-content h3 {
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: -.3px;
  font-weight: 950;
}

.white-meta {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 750;
}

/* MAIN MANSET */
.manset-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 18px;
}

.hero-slider {
  position: relative;
  min-height: 500px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
}

.hero-slide a {
  color: inherit;
  text-decoration: none;
}

.hero-full-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  text-decoration: none;
}

.hero-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 78px;
  z-index: 5;
  color: #ffffff;
  pointer-events: none;
}

.hero-content h1 {
  max-width: 780px;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 950;
}

.hero-content p {
  max-width: 690px;
  margin-top: 12px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.hero-numbers {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hero-numbers::-webkit-scrollbar {
  display: none;
}

.hero-numbers button {
  width: 42px;
  height: 31px;
  border: none;
  border-radius: 5px;
  background: rgba(0,0,0,.65);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
  transition: .25s;
  flex: 0 0 auto;
  box-shadow: 0 3px 10px rgba(0,0,0,.35);
}

.hero-numbers button.active,
.hero-numbers button:hover {
  background: var(--primary);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.35);
}

.hero-arrow:hover {
  background: var(--primary);
}

.hero-arrow.prev {
  left: 18px;
}

.hero-arrow.next {
  right: 18px;
}

.side-news {
  display: grid;
  gap: 18px;
}

.side-card {
  position: relative;
  height: 241px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow);
}

.side-card a {
  color: inherit;
  text-decoration: none;
}

.side-card > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}

.side-card .card-content h3 {
  font-size: 18px;
}

/* MANSET ALT KUTU HABERLER */
.box-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 26px;
}

.box-news {
  background: #ffffff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  transition: .25s;
}

.box-news:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.box-news-img {
  height: 145px;
  background: #ddd;
}

.box-news-body {
  padding: 13px;
}

.box-news-body h3 {
  font-size: 16px;
  line-height: 1.28;
  font-weight: 950;
  margin-bottom: 8px;
}

/* YAZARLAR MANSET ALTI */
.authors-strip {
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: var(--radius);
  border: 1px solid #ececec;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  overflow: hidden;
}

.authors-head {
  background: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
}

.authors-head h2 {
  font-size: 17px;
  font-weight: 950;
  text-transform: uppercase;
}

.authors-head a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  opacity: .9;
}

.authors-grid {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.author-card {
  border: 1px solid var(--border);
  background: #fafafa;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: .25s;
}

.author-card:hover {
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0,0,0,.07);
  transform: translateY(-3px);
}

.author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  overflow: hidden;
  flex-shrink: 0;
}

.author-info h3 {
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 4px;
}

.author-info span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

.author-info p {
  color: #374151;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 550;
}

/* CONTENT + RIGHT BLOG */
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

/* CATEGORICAL NEWS */
.category-panel {
  display: grid;
  gap: 22px;
}

.cat-section {
  background: #ffffff;
  border-radius: var(--radius);
  border: 1px solid #e6e6e6;
  box-shadow: 0 8px 22px rgba(0,0,0,.055);
  overflow: hidden;
}

.cat-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-bottom: 1px solid var(--border);
  background: #ffffff;
}

.cat-section-head h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -.4px;
}

.cat-section-head h2::before {
  content: "";
  width: 8px;
  height: 24px;
  background: var(--primary);
  border-radius: 999px;
  display: inline-block;
}

.cat-section-head a {
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
}

.cat-section-body {
  padding: 16px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
}

.cat-main-news {
  border-right: 1px solid var(--border);
  padding-right: 18px;
}

.cat-main-img {
  height: 250px;
  border-radius: 0px;
  overflow: hidden;
  background: #ddd;
  margin-bottom: 13px;
}

.cat-main-news h3 {
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: -.7px;
  font-weight: 950;
  margin-bottom: 9px;
}

.cat-main-news p {
  color: #4b5563;
  line-height: 1.58;
  font-size: 14px;
  margin-bottom: 12px;
}

.cat-list {
  display: grid;
  gap: 12px;
}

.cat-list-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}

.cat-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cat-list-img {
  height: 120px;
  border-radius: 0px;
  overflow: hidden;
  background: #ddd;
}

.cat-list-content h4 {
  font-size: 15px;
  line-height: 1.26;
  font-weight: 950;
  margin-bottom: 7px;
}

.cat-list-content span {
  color: #6b7280;
  font-size: 11px;
  font-weight: 750;
}

/* RIGHT BLOG */
.right-blog {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 92px;
}

.sidebar-box {
  background: #ffffff;
  border-radius: var(--radius);
  border: 1px solid #e6e6e6;
  box-shadow: 0 8px 22px rgba(0,0,0,.055);
  overflow: hidden;
}

.sidebar-title {
  background: #111111;
  color: #ffffff;
  padding: 13px 15px;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.popular-list {
  list-style: none;
  counter-reset: popular;
}

.popular-list li {
  counter-increment: popular;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 13px 15px;
  border-bottom: 1px solid #eeeeee;
}

.popular-list li:last-child {
  border-bottom: 0;
}

.popular-list li::before {
  content: counter(popular);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  display: grid;
  place-items: center;
  margin-top: 1px;
}

.popular-list a {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}

.sidebar-news {
  padding: 14px;
  display: grid;
  gap: 14px;
}

.sidebar-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 11px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 13px;
}

.sidebar-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar-img {
  height: 76px;
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}

.sidebar-item h4 {
  font-size: 14px;
  line-height: 1.28;
  font-weight: 950;
  margin-bottom: 6px;
}

.sidebar-item span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 750;
}

.sidebar-ad {
  min-height: 247px;
  color: #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0px;
}

.sidebar-ad strong {
  display: block;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
  margin-bottom: 10px;
}

.sidebar-ad span {
  font-size: 13px;
  line-height: 1.45;
  opacity: .9;
  font-weight: 650;
}

.weather-card {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.weather-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.weather-main strong {
  font-size: 36px;
  font-weight: 950;
}

.weather-main span {
  font-size: 40px;
}

.weather-card p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

/* FOOTER */
.footer {
  margin-top: 42px;
  background: #111111;
  color: #ffffff;
}

.footer-main {
  padding: 36px 0;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer-logo {
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -1px;
}

.footer-logo span {
  color: var(--primary);
}

.footer p {
  margin-top: 12px;
  color: #c9c9c9;
  line-height: 1.7;
  font-size: 14px;
}

.footer h4 {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer ul {
  list-style: none;
  display: grid;
  gap: 10px;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 650;
}

.copyright {
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 16px 0;
  color: #aaaaaa;
  font-size: 13px;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 1120px) {
  .nav {
    gap: 12px;
    font-size: 12px;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .right-blog {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .featured-grid,
  .box-news-grid,
  .authors-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .market-inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .manset-layout {
    grid-template-columns: 1fr;
  }

  .side-news {
    grid-template-columns: repeat(2, 1fr);
  }

  .cat-section-body {
    grid-template-columns: 1fr;
  }

  .cat-main-news {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid var(--border);
    padding-bottom: 16px;
  }
}

@media (max-width: 760px) {
  .top-menu,
  .socials,
  .nav {
    display: none;
  }

  .header-inner {
    height: 64px;
  }

  .logo strong {
    font-size: 25px;
  }

  .featured-grid,
  .box-news-grid,
  .authors-grid,
  .side-news,
  .right-blog {
    grid-template-columns: 1fr;
  }

  .market-inner {
    grid-template-columns: 1fr;
  }

  .ad-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ad-text h2 {
    font-size: 23px;
  }

  .ad-badge {
    margin: 0 0 18px 28px;
  }

  .hero-slider {
    min-height: 430px;
  }

  .hero-content {
    left: 18px;
    right: 18px;
    bottom: 72px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .cat-list-item {
    grid-template-columns: 112px 1fr;
  }

  .cat-main-img {
    height: 220px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }
}