/*
Theme Name: Wilkins Ortiz Blog
Theme URI: https://example.com/wilkins-ortiz-blog
Author: Wilkins Ortiz
Author URI: https://example.com
Description: Tema rapido para un blog en espanol sobre AWS, servicios cloud y herramientas para desarrolladores.
Version: 1.2.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wilkins-ortiz-blog
Tags: blog, custom-menu, featured-images, grid-layout, translation-ready
*/

:root {
  --wo-bg: #070d1d;
  --wo-panel: #0d172b;
  --wo-panel-2: #111d34;
  --wo-text: #f8fafc;
  --wo-muted: #9aa7bd;
  --wo-line: #22314c;
  --wo-accent: #ff9900;
  --wo-accent-2: #ffb84d;
  --wo-blue: #3482f6;
  --wo-green: #47d16c;
  --wo-pink: #e83e8c;
  --wo-purple: #7c5cff;
  --wo-radius: 8px;
  --wo-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 153, 0, 0.13), transparent 24%),
    radial-gradient(circle at 80% 8%, rgba(52, 130, 246, 0.16), transparent 28%),
    linear-gradient(180deg, #080d1c 0%, #091126 46%, #070d1d 100%);
  color: var(--wo-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.wp-site-blocks {
  min-height: 100vh;
}

.wp-block-site-title {
  margin: 0;
  line-height: 1;
}

.wp-block-site-title a {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--wo-accent);
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  border-bottom: 1px solid var(--wo-line);
  background: rgba(5, 10, 24, 0.86);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner,
.hero-inner,
.content-wrap,
.footer-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
}

.site-branding {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--wo-radius);
  object-fit: cover;
  box-shadow: 0 0 28px rgba(255, 153, 0, 0.26);
}

.brand-icon img {
  border-radius: var(--wo-radius);
}

.site-title {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: 0;
}

.site-tagline,
.menu-toggle,
.main-navigation {
  display: none;
}

.header-social {
  margin-left: auto;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links a,
.social-links .wp-block-button__link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--wo-radius);
  background: rgba(255, 255, 255, 0.07);
  color: #dbe4f3;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 0;
}

.social-links a:hover {
  border-color: var(--wo-accent);
  background: var(--wo-accent);
  color: #091126;
}

.social-links .social-link-instagram a,
.social-links .social-link-instagram .wp-block-button__link {
  border-color: rgba(225, 48, 108, 0.7);
  background:
    radial-gradient(circle at 30% 110%, #feda75 0%, #fa7e1e 30%, #d62976 58%, #962fbf 82%, #4f5bd5 100%);
  color: #ffffff;
}

.social-links .social-link-linkedin a,
.social-links .social-link-linkedin .wp-block-button__link {
  border-color: rgba(10, 102, 194, 0.85);
  background: #0a66c2;
  color: #ffffff;
}

.social-links .social-link-instagram:hover,
.social-links .social-link-linkedin:hover {
  border-color: #ffffff;
  color: #ffffff;
  filter: brightness(1.08);
}

.social-links svg {
  width: 17px;
  height: 17px;
}

.hero {
  border-bottom: 1px solid rgba(34, 49, 76, 0.74);
  padding: 68px 0 54px;
}

.hero-inner {
  text-align: center;
}

.hero-page-content {
  max-width: 820px;
  margin: 0 auto;
}

.hero-page-content > *:first-child {
  margin-top: 0;
}

.hero-page-content > *:last-child {
  margin-bottom: 0;
}

.hero-page-content h1,
.hero-page-content h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-page-content h3,
.hero-page-content h4,
.hero-page-content h5,
.hero-page-content h6 {
  margin: 0 0 10px;
  color: var(--wo-accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-page-content p {
  max-width: 760px;
  margin: 0 auto 14px;
  color: #aab5c7;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.6;
}

.hero-page-content .wp-block-group {
  padding: 0;
  background: transparent;
}

.hero-page-content .wp-block-cover,
.hero-page-content .wp-block-image,
.hero-page-content .wp-block-separator,
.hero-page-content .wp-block-spacer {
  display: none;
}

.hero-kicker {
  margin: 0 0 12px;
  color: var(--wo-accent);
  font-size: 1.80rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 820px;
  margin: 16px auto 0;
  color: #aab5c7;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.65;
}

.hero-search {
  width: min(560px, 100%);
  margin: 36px auto 0;
}

.hero-search .search-form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.hero-search .wp-block-search__inside-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.hero-search input[type="search"],
.hero-search .wp-block-search__input {
  min-height: 58px;
  border-color: #2b3c5b;
  background: rgba(10, 18, 36, 0.92);
  color: #ffffff;
  font-size: 1.02rem;
  padding: 0 18px;
}

.hero-search button,
.hero-search .wp-block-search__button {
  min-height: 58px;
}

.service-browse {
  margin-top: 38px;
}

.service-browse-title {
  margin: 0 0 18px;
  color: #6f7d96;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-pills a,
.service-pills .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid #22314c;
  border-radius: 999px;
  background: rgba(17, 29, 52, 0.72);
  color: #c5cfdf;
  font-size: 0.93rem;
  font-weight: 700;
  padding: 8px 14px;
}

.service-pills a::before,
.service-pills .wp-block-button__link::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--pill-color, var(--wo-accent));
}

.service-pills .service-pill-all,
.service-pills.service-pill-all { --pill-color: #94a3b8; }
.service-pills .service-pill-lambda,
.service-pills.service-pill-lambda { --pill-color: var(--wo-accent); }
.service-pills .service-pill-cloudwatch,
.service-pills.service-pill-cloudwatch { --pill-color: var(--wo-blue); }
.service-pills .service-pill-iam,
.service-pills.service-pill-iam { --pill-color: var(--wo-pink); }
.service-pills .service-pill-s3,
.service-pills.service-pill-s3 { --pill-color: var(--wo-green); }
.service-pills .service-pill-dynamodb,
.service-pills.service-pill-dynamodb { --pill-color: var(--wo-purple); }
.service-pills .service-pill-ecs,
.service-pills.service-pill-ecs { --pill-color: var(--wo-accent-2); }

.service-pills a:hover,
.service-pills .wp-block-button__link:hover {
  border-color: var(--pill-color, var(--wo-accent));
  color: #ffffff;
}

.service-pills a.is-active,
.service-pills .is-active .wp-block-button__link {
  border-color: var(--pill-color, var(--wo-accent));
  background: rgba(255, 153, 0, 0.08);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px var(--pill-color, var(--wo-accent)), 0 0 18px rgba(255, 153, 0, 0.14);
}

.service-pills a.is-active::before,
.service-pills .is-active .wp-block-button__link::before {
  background: var(--pill-color, var(--wo-accent));
}

.service-lambda .service-pills .service-pill-lambda,
.service-cloudwatch .service-pills .service-pill-cloudwatch,
.service-iam .service-pills .service-pill-iam,
.service-s3 .service-pills .service-pill-s3,
.service-dynamodb .service-pills .service-pill-dynamodb,
.service-ecs .service-pills .service-pill-ecs,
.service-lambda .service-pills .service-pill-lambda .wp-block-button__link,
.service-cloudwatch .service-pills .service-pill-cloudwatch .wp-block-button__link,
.service-iam .service-pills .service-pill-iam .wp-block-button__link,
.service-s3 .service-pills .service-pill-s3 .wp-block-button__link,
.service-dynamodb .service-pills .service-pill-dynamodb .wp-block-button__link,
.service-ecs .service-pills .service-pill-ecs .wp-block-button__link,
.category-lambda .service-pills .service-pill-lambda .wp-block-button__link,
.category-cloudwatch .service-pills .service-pill-cloudwatch .wp-block-button__link,
.category-iam .service-pills .service-pill-iam .wp-block-button__link,
.category-s3 .service-pills .service-pill-s3 .wp-block-button__link,
.category-dynamodb .service-pills .service-pill-dynamodb .wp-block-button__link,
.category-ecs .service-pills .service-pill-ecs .wp-block-button__link {
  border-color: var(--wo-accent);
  background: rgba(255, 153, 0, 0.08);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px var(--wo-accent), 0 0 18px rgba(255, 153, 0, 0.14);
}

.content-wrap {
  display: block;
  padding: 52px 0 64px;
}

.widget-area {
  display: none;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.posts-query {
  padding: 52px 0 64px;
}

.results-header {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.results-kicker {
  margin: 0 0 8px;
  color: var(--wo-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.results-header h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.08;
}

.results-query {
  display: inline-flex;
  margin: 16px 0 0;
  border: 1px solid rgba(255, 153, 0, 0.48);
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.08);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 6px 14px;
}

.results-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 390px));
  justify-content: center;
}

.archive .posts-grid,
.category .posts-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 390px));
  justify-content: center;
}

.post-card,
.single-content,
.page-content,
.comments-area {
  border: 1px solid rgba(34, 49, 76, 0.92);
  border-radius: var(--wo-radius);
  background: rgba(13, 23, 43, 0.88);
  box-shadow: var(--wo-shadow);
}

.post-card {
  overflow: hidden;
}

.post-card::before {
  display: none;
}

.post-card-body,
.single-content,
.page-content,
.comments-area {
  padding: 24px;
}

.wp-block-post-date.entry-meta {
  margin: 0;
}

.entry-meta,
.entry-footer {
  color: #7f8da6;
  font-size: 0.83rem;
  font-weight: 800;
}

.entry-title {
  margin: 10px 0 12px;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.post-card .entry-title {
  max-width: none;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.entry-title a:hover {
  color: var(--wo-accent);
}

.wp-block-post-title.entry-title a {
  color: #ffffff;
}

.entry-summary {
  max-width: none;
  color: #aab5c7;
}

.entry-summary p,
.entry-content p {
  margin-top: 0;
}

.read-more,
.wp-block-post-excerpt__more-link {
  display: inline-flex;
  align-items: center;
  color: var(--wo-accent);
  font-size: 0.92rem;
  font-weight: 850;
}

.read-more::after,
.wp-block-post-excerpt__more-link::after {
  content: "->";
  margin-left: 8px;
}

.single-content,
.page-content,
.comments-area {
  max-width: 820px;
  margin: 0 auto;
}

.single-actions {
  max-width: 820px;
  margin: 22px auto 0;
}

.comments-area {
  max-width: 720px;
  margin-top: 22px;
}

.comments-title,
.comment-reply-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-weight: 900;
  line-height: 1.15;
}

.comment-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.comment-list .children {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  border-left: 2px solid rgba(255, 153, 0, 0.32);
  padding-left: 12px;
  list-style: none;
}

.comment-body {
  border: 1px solid rgba(34, 49, 76, 0.84);
  border-radius: var(--wo-radius);
  background: rgba(10, 18, 36, 0.74);
  color: #d8e0ec;
  padding: 12px 14px;
}

.comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  margin-bottom: 8px;
  color: #7f8da6;
  font-size: 0.8rem;
  font-weight: 750;
}

.comment-author-name {
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
}

.comment-date {
  color: #8795ad;
}

.comment-kind {
  border: 1px solid rgba(142, 154, 178, 0.24);
  border-radius: 999px;
  background: rgba(142, 154, 178, 0.08);
  color: #b8c4d8;
  font-size: 0.7rem;
  font-weight: 850;
  padding: 2px 7px;
}

.children .comment-kind {
  border-color: rgba(255, 153, 0, 0.28);
  background: rgba(255, 153, 0, 0.08);
  color: var(--wo-accent);
}

.comment-edit-link,
.comment-delete,
.comment-login-action,
.comment-register-action,
.comment-reply-link {
  color: var(--wo-accent);
}

.comment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.comment-reply-link,
.comment-edit-link,
.comment-delete,
.comment-login-action,
.comment-register-action,
#cancel-comment-reply-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 153, 0, 0.45);
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.08);
  color: var(--wo-accent);
  font-size: 0.76rem;
  font-weight: 850;
  padding: 3px 9px;
  text-decoration: none;
}

.comment-reply-link:hover,
.comment-edit-link:hover,
.comment-delete:hover,
.comment-login-action:hover,
.comment-register-action:hover,
#cancel-comment-reply-link:hover {
  border-color: var(--wo-accent);
  background: rgba(255, 153, 0, 0.16);
  color: #ffffff;
}

.comment-delete {
  border-color: rgba(255, 95, 86, 0.44);
  background: rgba(255, 95, 86, 0.08);
  color: #ff9f97;
}

.comment-delete:hover {
  border-color: rgba(255, 95, 86, 0.72);
  background: rgba(255, 95, 86, 0.16);
}

.bypostauthor > .comment-body {
  border-color: rgba(255, 153, 0, 0.52);
  background: rgba(255, 153, 0, 0.07);
}

.children .comment-body {
  background: rgba(13, 23, 43, 0.88);
}

.comment-content p {
  margin: 0 0 8px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-edit-form,
.comment-form {
  display: grid;
  gap: 10px;
}

.comment-edit-form {
  margin-top: 10px;
}

.comment-edit-form label,
.comment-form label {
  color: #d8e0ec;
  font-weight: 800;
}

.comment-edit-form textarea {
  min-height: 100px;
}

.comment-edit-actions,
.comment-login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.comment-edit-actions button,
.comment-edit-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
  padding: 8px 12px;
}

.comment-edit-actions button {
  border: 0;
  background: var(--wo-accent);
  color: #08101f;
  cursor: pointer;
}

.comment-edit-actions a {
  border: 1px solid rgba(142, 154, 178, 0.28);
  color: #d8e0ec;
  text-decoration: none;
}

.comment-edit-actions button:hover {
  background: #ffb13d;
}

.comment-edit-actions a:hover {
  border-color: rgba(255, 153, 0, 0.48);
  color: #ffffff;
}

.comment-reply-box,
.comment-login-box {
  border: 1px solid rgba(34, 49, 76, 0.84);
  border-radius: var(--wo-radius);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 153, 0, 0.1), transparent 30%),
    rgba(10, 18, 36, 0.78);
  padding: clamp(14px, 2vw, 20px);
}

.comment-login-box h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.15;
}

.comment-login-box p {
  max-width: 58ch;
  margin: 0 0 12px;
  color: var(--wo-muted);
}

.comment-login-link,
.comment-register-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--wo-accent);
  color: #08101f;
  font-weight: 900;
  padding: 9px 13px;
  text-decoration: none;
}

.comment-register-link {
  border: 1px solid rgba(255, 153, 0, 0.4);
  background: rgba(255, 153, 0, 0.08);
  color: var(--wo-accent);
}

.comment-login-link:hover {
  background: #ffb13d;
  color: #08101f;
}

.comment-register-link:hover {
  border-color: var(--wo-accent);
  background: rgba(255, 153, 0, 0.16);
  color: #ffffff;
}

.comment-form textarea {
  min-height: 110px;
}

.comment-form .logged-in-as,
.comment-notes {
  color: var(--wo-muted);
  margin: 0;
}

.comment-notes {
  border-left: 3px solid rgba(255, 153, 0, 0.58);
  padding-left: 12px;
}

.archive .page-content,
.category .page-content {
  margin-bottom: 28px;
  text-align: center;
}

.archive .page-content .entry-title,
.category .page-content .entry-title {
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.entry-content {
  color: #d8e0ec;
  font-size: 1.05rem;
}

.entry-content a {
  color: var(--wo-accent);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.entry-content h2,
.entry-content h3 {
  color: #ffffff;
  line-height: 1.25;
  margin: 1.8em 0 0.65em;
}

.entry-content code,
.entry-content pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.entry-content pre {
  overflow-x: auto;
  border: 1px solid var(--wo-line);
  border-radius: var(--wo-radius);
  background: #070d1d;
  padding: 16px;
}

.widget-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
}

.search-form,
.subscribe-form {
  display: grid;
  gap: 10px;
}

.search-form-row {
  display: grid;
  gap: 8px;
}

input[type="search"],
input[type="email"],
input[type="text"],
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #2b3c5b;
  border-radius: var(--wo-radius);
  background: #0a1224;
  color: #ffffff;
  font: inherit;
  padding: 10px 12px;
}

input::placeholder {
  color: #6f7d96;
}

input[type="search"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: var(--wo-accent);
  outline: 3px solid rgba(255, 153, 0, 0.16);
}

button,
input[type="submit"],
.button {
  min-height: 46px;
  border: 1px solid var(--wo-accent);
  border-radius: var(--wo-radius);
  background: var(--wo-accent);
  color: #091126;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 10px 15px;
}

button:hover,
input[type="submit"]:hover,
.button:hover {
  background: #ffb84d;
  border-color: #ffb84d;
  color: #091126;
}

.subscribe-note,
.form-message {
  color: var(--wo-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

.form-message.success {
  color: var(--wo-green);
  font-weight: 750;
}

.form-message.error {
  color: #ff718b;
  font-weight: 750;
}

.pagination,
.post-navigation {
  margin-top: 34px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.nav-links a,
.nav-links span {
  border: 1px solid var(--wo-line);
  border-radius: var(--wo-radius);
  background: rgba(13, 23, 43, 0.88);
  color: #d8e0ec;
  padding: 8px 12px;
}

.nav-links .current {
  background: var(--wo-accent);
  color: #091126;
}

.site-footer {
  border-top: 1px solid var(--wo-line);
  background: #050a18;
  color: #8f9bb1;
}

.footer-inner {
  padding: 28px 0;
  text-align: center;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 980px) {
  .posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .header-inner,
  .hero-inner,
  .content-wrap,
  .footer-inner {
    width: min(100% - 28px, 1200px);
  }

  .hero {
    padding: 52px 0 44px;
  }

  .hero-search .search-form-row {
    grid-template-columns: 1fr;
  }

  .posts-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
