main .content {
  /* stylelint-disable-next-line */
  --tw-text-opacity: 1;
  color: rgb(189 35 39 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
.main-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.action-buttons {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.action-buttons a {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-family: 'Figtree SemiBold', sans-serif;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.action-buttons .btn-solid-red {
  background-color: #BD2327;
  color: white;
  border: 2px solid #BD2327;
}
.action-buttons .btn-solid-red:hover {
  background-color: #921b1e;
  border-color: #921b1e;
}
.action-buttons .btn-outline-red {
  background-color: white;
  color: #BD2327;
  border: 2px solid #BD2327;
}
.action-buttons .btn-outline-red:hover {
  background-color: #BD2327;
  color: white;
}
@media (max-width: 768px) {
  .action-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .action-buttons a {
    width: 80%;
  }
}
.entry-content h2.content-subtitle,
.post-content h2.content-subtitle,
.content h2.content-subtitle {
  color: #BD2327;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-family: 'Figtree Bold', sans-serif;
  font-size: 1.5rem;
}
.entry-content p,
.post-content p,
.content p,
.entry-content ul,
.post-content ul,
.content ul,
.entry-content ol,
.post-content ol,
.content ol {
  margin-bottom: 1em;
}
.entry-content a,
.post-content a,
.content a {
  color: #BD2327;
  text-decoration: underline;
}
.entry-content a:hover,
.post-content a:hover,
.content a:hover {
  text-decoration: none;
}
.title-banner {
  background-color: #BD2327;
  color: white;
  padding: 2rem 1rem;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}
.title-banner h1 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.post-grid-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .post-grid {
    grid-template-columns: 1fr;
  }
}
.post-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.post-card .post-thumbnail a {
  display: block;
}
.post-card .post-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post-card .post-content-wrap {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.post-card .post-content-wrap .entry-meta {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.post-card .post-content-wrap .entry-meta .posted-on {
  display: inline-flex;
  align-items: center;
}
.post-card .post-content-wrap .entry-meta .date-icon {
  width: 1.8em;
  height: 1.8em;
  margin-right: 0.4em;
}
.post-card .post-content-wrap .entry-title {
  font-size: 1.2rem;
  font-family: 'Figtree Bold', sans-serif;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.post-card .post-content-wrap .entry-title a {
  color: inherit;
  text-decoration: none;
}
.post-card .post-content-wrap .entry-title a:hover {
  color: #BD2327;
}
.post-card .post-content-wrap .entry-summary {
  font-size: 0.95rem;
  color: #404040;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 1rem;
}
.post-card .post-content-wrap .read-more-link {
  margin-top: auto;
}
.post-card .post-content-wrap .read-more-link a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #BD2327;
  color: white;
  border-radius: 9999px;
  text-decoration: none;
  font-family: 'Figtree SemiBold', sans-serif;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}
.post-card .post-content-wrap .read-more-link a:hover {
  background-color: #921b1e;
}
.post-card .post-content-wrap .read-more-link a .read-more-icon {
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
  filter: brightness(0) invert(1);
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #BD2327;
  text-decoration: underline;
}
.breadcrumbs span {
  font-weight: 600;
}
/*
// --- Sidebar Comment Area --- 
*/
.comments-area {
  background-color: transparent;
  padding: 0;
}
.comments-area .comments-title {
  display: none;
}
.comments-area .comment-list {
  display: none;
}
.comments-area .comment-reply-title {
  font-size: 1.5rem;
  font-family: 'Figtree Bold', sans-serif;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #eee;
  text-align: center;
  color: #BD2327;
}
.comments-area .comment-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}
.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  background-color: #fff;
  transition: border-color 0.2s ease-in-out;
}
.comments-area .comment-form input[type="text"]:focus,
.comments-area .comment-form input[type="email"]:focus,
.comments-area .comment-form textarea:focus {
  border-color: #BD2327;
  outline: none;
  box-shadow: 0 0 0 2px rgba(189, 35, 39, 0.1);
}
.comments-area .comment-form textarea {
  min-height: 120px;
  resize: vertical;
}
.comments-area .comment-form .form-submit {
  text-align: center;
  margin-top: 1rem;
}
.comments-area .comment-form .form-submit input[type="submit"] {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-family: 'Figtree SemiBold', sans-serif;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #BD2327;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.comments-area .comment-form .form-submit input[type="submit"]:hover {
  background-color: #921b1e;
}
.comments-area .comment-form .comment-form-cookies-consent {
  display: none;
}
.comments-area .comment-form .logged-in-as {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-align: center;
}
.comments-area .comment-form .logged-in-as a {
  color: #BD2327;
  text-decoration: none;
}
.comments-area .comment-form .logged-in-as a:hover {
  text-decoration: underline;
}
.comments-area .comment-form .comment-notes {
  display: none;
}
.pagination-container {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}
.pagination-container .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.pagination-container .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #404040;
  min-width: 38px;
  min-height: 38px;
  font-family: 'Figtree SemiBold', sans-serif;
}
.pagination-container .page-numbers.current {
  background-color: #BD2327;
  color: white;
  border-color: #BD2327;
}
.pagination-container .page-numbers:not(.current):hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}
.pagination-container .page-numbers.prev,
.pagination-container .page-numbers.next {
  border: 1px solid #ddd;
}
.pagination-container .page-numbers.prev span,
.pagination-container .page-numbers.next span {
  margin: 0 0.3em;
}
.pagination-container .page-numbers.prev img,
.pagination-container .page-numbers.next img {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.pagination-container .page-numbers.prev:hover,
.pagination-container .page-numbers.next:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}
.pagination-container .page-numbers.dots {
  border: none;
  padding: 0.5rem 0.2rem;
}
