.single-post {
  padding-bottom: 200px;
  max-width: 2560px;
  margin: auto;
}

.post-hero {
  width: 100%;
  max-width: 2560px;
  margin: auto;
}

.post-hero-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.post-hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.single-post .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 150px;
}

.post-top-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
.post-top-meta .breadcrumbs {
  margin-bottom: 0;
  padding: 0;
}

.post-date {
  margin-top: 64px;
  width: 50%;
  color: #797979;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.single-post .post-layout {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.single-post .post-sidebar {
  width: 50%;
  flex-shrink: 1;
}
.single-post .post-title {
  max-width: 904px;
  color: #515151;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  position: sticky;
  top: 150px;
  margin: 0;
}
.single-post .post-content {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}
.single-post .post-content h2 {
  color: #515151;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 36px;
}
.single-post .post-content h2:first-child {
  margin-top: 0;
}
.single-post .post-content h3 {
  margin-bottom: 24px;
  color: #515151;
  font-family: Mont;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 64px;
}
.single-post .post-content h4 {
  color: #515151;
  font-family: Mont;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 64px;
  margin-bottom: 24px;
}
.single-post .post-content h5 {
  color: #515151;
  font-family: Mont;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 64px;
  margin-bottom: 24px;
}
.single-post .post-content p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 24px;
}
.single-post .post-content p:last-child {
  margin-bottom: 0;
}
.single-post .post-content p a {
  color: #000;
  font-family: Mont;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: color 0.3s ease;
}
.single-post .post-content p a:hover {
  color: #F00;
}
.single-post .post-content ul, .single-post .post-content ol {
  margin-bottom: 24px;
  padding-left: 25px;
  list-style-position: outside;
}
.single-post .post-content li {
  color: #171414;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}
.single-post .post-content strong, .single-post .post-content b {
  font-weight: 600;
}
.single-post .post-block {
  margin-bottom: 64px;
}
.single-post .post-block.post-double-image {
  display: flex;
  gap: 24px;
}
.single-post .post-block img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .post-block.post-single-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .post-block:last-child {
  margin-bottom: 0;
}
.single-post .post-image-single img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post .post-image-double {
  display: flex;
  gap: 24px;
}
.single-post .post-image-double img {
  width: calc(50% - 12px);
  height: auto;
  display: block;
}
.single-post .post-quote {
  display: flex;
  gap: 24px;
  position: relative;
}
.single-post .post-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #AFAFAF;
}
.single-post .post-quote-content {
  padding-left: 36px;
}
.single-post .post-quote-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 24px;
}
.single-post .post-quote-author {
  color: #878787;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

/* Content Styles */
/* ACF Blocks */
/* Other Posts Slider */
.other-posts {
  padding: 0 0 300px;
  position: relative;
  overflow-x: clip;
  max-width: 2560px;
  margin: auto;
}
.other-posts .other-posts-container {
  position: relative;
  width: 100%;
}
.other-posts .container {
  width: 100%;
  max-width: 2560px;
  margin: auto;
  z-index: 1;
  position: relative;
}

.other-posts-header {
  margin-bottom: 80px;
  margin-left: -55px;
}

.other-posts-title {
  color: #979797;
  font-size: 320px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  letter-spacing: -12.8px;
  text-transform: lowercase;
  margin: 0;
}
.other-posts-title span {
  color: #515151;
}

.other-posts-slider-full {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  max-width: 2560px;
  margin: auto;
}

.other-posts-slider {
  width: 100%;
}
.other-posts-slider .slick-list {
  overflow: visible;
}
.other-posts-slider .slick-track {
  display: flex !important;
}
.other-posts-slider .slick-slide {
  height: auto !important;
  display: flex !important;
}
.other-posts-slider .slider-item {
  padding: 0 12px;
  position: relative;
  display: flex !important;
  flex-direction: column;
}
.other-posts-slider .slider-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.2s ease;
  will-change: opacity;
  opacity: 1;
}
.other-posts-slider .slider-item.is-visible::after {
  opacity: 0;
}

/* Reusing Blog Card Styles */
.other-posts .blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #D5D5D5;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}
.other-posts .blog-card:hover {
  border: 1px solid #515151;
}
.other-posts .blog-card .card-image-wrapper {
  position: relative;
  width: 100%;
  height: 313px;
  overflow: hidden;
  background: #f9f9f9;
  cursor: none;
  flex-shrink: 0;
}
.other-posts .blog-card .card-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.6s ease;
}
.other-posts .blog-card:hover .card-image {
  filter: grayscale(0%);
}

.slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.other-posts .blog-card .card-content {
  padding: 36px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.other-posts .blog-card .card-title {
  color: #1D1D1D;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  margin-bottom: 24px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
}
.other-posts .blog-card a {
  text-decoration: none !important;
}
.other-posts .blog-card .card-excerpt {
  color: #1D1D1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  margin-bottom: 24px;
}
.other-posts .blog-card .card-date {
  color: #1D1D1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: auto;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.other-posts .blog-card:hover .card-title, .other-posts .blog-card:hover .card-excerpt, .other-posts .blog-card:hover .card-date {
  opacity: 1;
}

.cursor-instance {
  position: absolute;
  pointer-events: none;
  z-index: 100;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.cursor-instance.is-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.cursor-instance .cursor-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #515151;
  font-weight: 600;
  font-size: 12px;
  transform: rotate(15deg);
}
.cursor-instance .cursor-content svg {
  width: 12px;
  height: 12px;
}
.cursor-instance .cursor-content svg path {
  fill: #d9d9d9;
}
.cursor-instance .cursor-content .arrow-top {
  transform: rotate(-15deg);
}
.cursor-instance .cursor-content .arrow-bottom {
  transform: rotate(-15deg);
  margin-top: 6px;
}

/* Slider Controls */
.slider-controls {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.slider-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.slider-nav button {
  padding: 0;
  background: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #D5D5D5;
}
.slider-nav button:hover {
  background: #E30613;
  border-color: #E30613;
}
.slider-nav button svg {
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-nav button svg path {
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-nav button svg .bg, .slider-nav button svg .arrow {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-nav button:hover svg path {
  fill: #fff;
}
.slider-nav button:active {
  transform: scale(0.95);
}

.slider-dots .slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.slider-dots .slick-dots li {
  width: 10px;
  height: 10px;
  background: #D5D5D5;
  cursor: pointer;
  transition: all 0.3s;
}
.slider-dots .slick-dots li.slick-active {
  background: #E30613;
}
.slider-dots .slick-dots li button {
  display: none;
}

.other-posts-container {
  position: relative;
}

.other-posts-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.bg-element {
  position: absolute;
}
.bg-element img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Top Right Gear */
.bg-element-top-right {
  top: -340px;
  right: 0px;
  width: 810px;
}

/* Bottom Left Honeycomb */
.bg-element-bottom-left {
  bottom: -260px;
  left: 0px;
  width: 421px;
}

/* Bottom Right Gear */
.bg-element-bottom-right {
  bottom: -170px;
  right: 190px;
  width: 433px;
}

@media screen and (max-width: 2559px) {
  .other-posts-title {
    font-size: 250px;
    letter-spacing: -10px;
  }
  .post-date {
    font-size: 18px;
  }
  .other-posts-header {
    margin-left: -45px;
  }
  .other-posts .blog-card .card-image-wrapper {
    height: 300px;
  }
  .other-posts .blog-card .card-excerpt {
    font-size: 18px;
  }
  .single-post .post-layout {
    gap: 152px;
  }
  .single-post .post-title {
    max-width: 648px;
    font-size: 56px;
  }
  .single-post .post-content p, .single-post .post-content li, .single-post .post-content p a {
    font-size: 22px;
  }
  .single-post .post-content h5 {
    font-size: 20px;
  }
  .single-post {
    padding-bottom: 180px;
  }
  .single-post .post-quote-text, .single-post .post-quote-author {
    font-size: 18px;
  }
  .post-hero-image {
    height: auto;
  }
  .bg-element-top-right {
    top: -370px;
    right: -20px;
    width: 704px;
  }
  .bg-element-bottom-left {
    bottom: -170px;
    left: 0px;
    width: 421px;
  }
  .bg-element-bottom-right {
    bottom: -140px;
    right: 190px;
    width: 433px;
  }
}
@media screen and (max-width: 1919px) {
  .single-post .post-title {
    max-width: 520px;
    font-size: 52px;
  }
  .post-date {
    font-size: 16px;
  }
  .single-post .post-content h2 {
    font-size: 30px;
  }
  .single-post .post-content p, .single-post .post-content li, .single-post .post-content p a {
    font-size: 16px;
  }
  .single-post .post-content h3 {
    font-size: 24px;
  }
  .single-post .post-content h4 {
    font-size: 20px;
  }
  .single-post .post-content h5 {
    font-size: 17px;
  }
  .single-post {
    padding-bottom: 160px;
  }
  .post-hero-image {
    height: auto;
  }
  .single-post .post-quote-text, .single-post .post-quote-author {
    font-size: 16px;
  }
  .other-posts-header {
    margin-bottom: 64px;
    margin-left: -40px;
  }
  .other-posts-title {
    font-size: 200px;
    letter-spacing: -8px;
  }
  .bg-element-top-right {
    top: -290px;
    right: -30px;
    width: 593px;
  }
  .bg-element-bottom-left {
    bottom: -220px;
    left: 0px;
    width: 421px;
  }
  .bg-element-bottom-right {
    bottom: -100px;
    right: 0px;
    width: 367px;
  }
  .other-posts .blog-card .card-title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .other-posts .blog-card .card-excerpt {
    font-size: 16px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .other-posts {
    padding: 0 0 250px;
  }
}
@media screen and (max-width: 1599px) {
  .single-post .container {
    padding-left: 64px;
    padding-right: 64px;
  }
  .single-post .post-layout {
    gap: 100px;
  }
  .single-post .post-title {
    max-width: 495px;
    font-size: 48px;
  }
  .single-post .post-content h2 {
    font-size: 28px;
  }
  .single-post .post-content p, .single-post .post-content li, .single-post .post-content p a {
    font-size: 15px;
  }
  .single-post .post-content h3 {
    font-size: 22px;
  }
  .single-post .post-content h4 {
    font-size: 18px;
  }
  .post-date {
    font-size: 15px;
    margin-top: 48px;
  }
  .single-post .post-content h5 {
    font-size: 16px;
  }
  .single-post {
    padding-bottom: 120px;
  }
  .post-hero-image {
    height: auto;
  }
  .single-post .post-quote-text, .single-post .post-quote-author {
    font-size: 15px;
  }
  .other-posts-title {
    font-size: 170px;
    letter-spacing: -6.8px;
  }
  .other-posts-header {
    margin-bottom: 40px;
    margin-left: -35px;
  }
  .other-posts .blog-card .card-content {
    padding: 24px 20px;
  }
  .other-posts .blog-card .card-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .other-posts .blog-card .card-excerpt, .other-posts .blog-card .card-date {
    font-size: 15px;
  }
  .other-posts-slider .slider-item {
    padding: 0 8px;
  }
  .other-posts-slider .slider-item::after {
    left: 8px;
    right: 8px;
  }
  .other-posts .blog-card .card-image-wrapper {
    height: 170px;
  }
  .slider-controls {
    margin-top: 36px;
  }
  .bg-element-top-right {
    top: -220px;
    right: 0px;
    width: 480px;
  }
  .bg-element-bottom-left {
    bottom: -140px;
    left: -25px;
    width: 309px;
  }
  .bg-element-bottom-right {
    bottom: -60px;
    right: 190px;
    width: 270px;
  }
  .other-posts {
    padding: 0 0 200px;
  }
}
@media screen and (max-width: 1365px) {
  .single-post .post-layout {
    gap: 80px;
  }
  .single-post .post-title {
    max-width: 358px;
    font-size: 36px;
  }
  .other-posts .blog-card .card-date {
    opacity: 1;
  }
  .single-post .post-content h3 {
    font-size: 20px;
  }
  .post-hero-image {
    height: auto;
  }
  .other-posts {
    padding: 0 0 180px;
  }
  .other-posts-title {
    font-size: 160px;
    letter-spacing: -6.4px;
  }
  .slider-controls {
    margin-top: 36px;
  }
  .other-posts .blog-card .card-image-wrapper {
    height: 164px;
  }
  .other-posts .blog-card .card-title {
    opacity: 1;
  }
  .other-posts .blog-card .card-excerpt {
    opacity: 1;
    margin-bottom: 16px;
  }
  .other-posts .blog-card .card-image {
    filter: grayscale(0%);
  }
  .other-posts .blog-card {
    border: 1px solid #515151;
  }
  .bg-element-top-right {
    top: -110px;
    right: -80px;
    width: 336px;
  }
  .bg-element-bottom-left {
    bottom: -105px;
    left: -20px;
    width: 270px;
  }
  .bg-element-bottom-right {
    bottom: -40px;
    right: 60px;
    width: 270px;
  }
}
@media screen and (max-width: 1023px) {
  .single-post .post-layout {
    flex-direction: column;
    gap: 36px;
  }
  .single-post .post-sidebar {
    width: 100%;
  }
  .single-post .post-title {
    max-width: 100%;
    position: static;
  }
  .single-post .post-content {
    width: 100%;
  }
  .single-post {
    padding-bottom: 100px;
  }
  .post-hero-image {
    height: auto;
  }
  .other-posts-title {
    display: flex;
    flex-direction: column;
    letter-spacing: -5.6px;
    font-size: 140px;
  }
  .other-posts-header {
    margin-bottom: 40px;
    margin-left: -20px;
  }
  .other-posts .blog-card .card-image-wrapper {
    height: 178px;
  }
  .other-posts .blog-card .card-excerpt {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
  .bg-element-top-right {
    top: 37px;
    right: -7px;
    width: 270px;
  }
  .bg-element-bottom-left {
    bottom: -100px;
    left: -20px;
    width: 270px;
  }
  .bg-element-bottom-right {
    bottom: 10px;
    right: 0px;
    width: 167px;
    filter: blur(4px);
  }
  .other-posts {
    padding: 0 0 160px;
  }
  .post-top-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 743px) {
  .post-date {
    font-size: 14px;
  }
  .single-post .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-post .post-image-double {
    flex-direction: column;
  }
  .single-post .post-image-double img {
    width: 100%;
  }
  .single-post .post-quote-text {
    font-size: 15px;
  }
  .single-post {
    padding-bottom: 100px;
  }
  .post-hero-image {
    height: auto;
  }
  .other-posts-title {
    letter-spacing: -3.8px;
    font-size: 95px;
    text-align: center;
  }
  .other-posts-header {
    margin: auto;
    margin-bottom: 36px;
  }
  .other-posts .blog-card .card-image-wrapper {
    height: 192px;
  }
  .other-posts-slider .slider-item {
    padding: 0 20px;
  }
  .bg-element-top-right {
    top: 50px;
    right: -45px;
    width: 201px;
  }
  .bg-element-bottom-left {
    bottom: 20px;
    left: -30px;
    width: 124px;
  }
  .bg-element-bottom-right {
    display: none;
  }
  .other-posts {
    padding: 0 0 100px;
  }
}
/* Subscribe Section */
.subscribe-section {
  max-width: 2560px;
  margin: auto;
}
.subscribe-section .container {
  padding: 0;
}

.subscribe-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #F8F8F8;
  padding: 64px 150px;
}

.sp-form .sp-form-control {
  display: flex;
  width: 450px !important;
  height: 53px !important;
  padding: 20px 24px !important;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #D5D5D5 !important;
  background: #FFF !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  flex-shrink: 0;
  outline: none;
}

.sp-form-horizontal .sp-element-container .sp-field {
  padding: 0 !important;
}

.subscribe-section .container {
  width: 100%;
}

.subscribe-left {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
}

.subscribe-logo img {
  display: block;
  max-width: 60px;
  /* Adjust based on logo size */
  height: auto;
}

.subscribe-text {
  margin: 0;
  max-width: 592px;
  color: #1D1D1D;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.44px;
}
.subscribe-text span {
  color: #515151;
}

.subscribe-right {
  width: 100%;
  max-width: 500px;
}

/* SendPulse Form Customization */
.subscribe-form-container .sp-form-outer {
  display: block !important;
  /* Override sp-force-hide */
}
.subscribe-form-container .sp-form {
  background: transparent !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
}
.subscribe-form-container .sp-form-fields-wrapper {
  width: 100% !important;
  margin: 0 !important;
}
.subscribe-form-container .sp-element-container {
  gap: 16px;
  width: 100%;
}
.subscribe-form-container .sp-field {
  margin: 0 !important;
}
.subscribe-form-container .sp-field:not(.sp-button-container) {
  flex-grow: 1;
  display: flex;
}
.subscribe-form-container .sp-control-label {
  display: none !important;
  /* Hide label "Email *" */
}
.subscribe-form-container .sp-form-control::-moz-placeholder {
  color: #979797 !important;
  opacity: 1;
}
.subscribe-form-container .sp-form-control::placeholder {
  color: #979797 !important;
  opacity: 1;
}
.subscribe-form-container .sp-button-container {
  width: auto !important;
  text-align: left !important;
}
.subscribe-form-container .sp-button {
  background-color: #E30613 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  width: auto !important;
  transition: background-color 0.3s ease;
  display: flex !important;
  height: 53px !important;
  padding: 20px 24px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF !important;
  font-family: Mont !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  transition: var(--transition-base) !important;
}
.subscribe-form-container .sp-button:hover {
  top: 0px !important;
  bottom: 0px !important;
  background-color: var(--color-black-80) !important;
  opacity: 1 !important;
}
.subscribe-form-container .sp-link-wrapper {
  display: none !important;
}

@media screen and (max-width: 1559px) {
  .post-top-meta {
    margin-bottom: 36px;
  }
  .post-date {
    font-size: 16px;
  }
  .subscribe-text {
    font-size: 26px;
  }
  .subscribe-wrapper {
    padding: 48px 64px;
  }
}
@media screen and (max-width: 1023px) {
  .subscribe-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 30px 64px;
  }
  .subscribe-left {
    display: contents;
  }
  .post-date {
    margin-top: 36px;
  }
  .subscribe-logo {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }
  .subscribe-text {
    grid-column: 2;
    grid-row: 1;
    font-size: 24px;
    text-align: left;
    max-width: 100%;
    align-self: center;
  }
  .subscribe-right {
    grid-column: 1/span 2;
    grid-row: 2;
    max-width: 100%;
  }
  .subscribe-form-container .sp-element-container {
    flex-direction: row !important;
    gap: 12px !important;
  }
  .sp-form .sp-form-control {
    width: 100% !important;
  }
}
@media screen and (max-width: 743px) {
  .subscribe-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .subscribe-logo {
    grid-column: 1;
    grid-row: 1;
    margin: 0 auto;
  }
  .subscribe-text {
    grid-column: 1;
    grid-row: 2;
    text-align: center;
  }
  .subscribe-right {
    grid-column: 1;
    grid-row: 3;
  }
  .subscribe-form-container .sp-element-container {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .subscribe-form-container .sp-button {
    width: 100% !important;
  }
  .sp-form-horizontal .sp-element-container .sp-field {
    width: 100% !important;
  }
  .subscribe-wrapper {
    padding: 30px 20px;
  }
}