.breakpointWrapper {
  position: relative;
}
.breakpointWrapper::after {
  content: "desktop";
  position: fixed;
  bottom: 7.5%;
  right: 0;
  background-color: black;
  color: white;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::after {
    content: "mobile";
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::after {
    content: "tablet";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::after {
    content: "desktop";
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::after {
    content: "widescreen";
  }
}
@media screen and (min-width: 1408px) and (max-width: 1919px) {
  .breakpointWrapper::after {
    content: "fullhd (1440p)";
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .breakpointWrapper::after {
    content: "ultrahd (1080p+)";
  }
}
@media screen and (min-width: 2560px) {
  .breakpointWrapper::after {
    content: "qhd (1440p+)";
  }
}
.breakpointWrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 999998;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 0, 0, 0.9) calc(8.333% - 1px), rgba(255, 0, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 0, 255, 0.9) calc(8.333% - 1px), rgba(0, 0, 255, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 255, 0, 0.9) calc(8.333% - 1px), rgba(0, 255, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 165, 0, 0.9) calc(8.333% - 1px), rgba(255, 165, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1408px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(128, 0, 128, 0.9) calc(8.333% - 1px), rgba(128, 0, 128, 0.9) 8.333%);
  }
}

.merak-articles-section {
  padding: 3rem 0;
  z-index: 10;
  position: relative;
}
.merak-articles-section .articles-wrapper {
  padding-bottom: 3rem;
  position: relative;
  z-index: 11;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
.merak-articles-section .merak-articles-title {
  text-align: left;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 2rem;
  color: #586A74;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.merak-articles-section .merak-articles-title .title-image {
  max-width: 55px;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .merak-articles-section .merak-articles-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .merak-articles-section .merak-articles-title {
    font-size: 40px;
  }
}
.merak-articles-section .columns {
  justify-content: center;
  --bulma-column-gap: 1rem;
}
.merak-articles-section .article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}
.merak-articles-section .article-card:hover {
  transform: translateY(-5px);
}
.merak-articles-section .article-card .article-image {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merak-articles-section .article-card .article-image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.merak-articles-section .article-card .article-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.merak-articles-section .article-card .article-content .article-title {
  text-align: center;
  font-size: 1.55rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Public Sans", sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .merak-articles-section .article-card .article-content .article-title {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-articles-section .article-card .article-content .article-title {
    font-size: 2rem;
  }
}
.merak-articles-section .article-card .article-content .article-excerpt {
  text-align: left;
  font-size: 1.05rem;
  margin-bottom: auto;
  font-family: "Public Sans", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .merak-articles-section .article-card .article-content .article-excerpt {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-articles-section .article-card .article-content .article-excerpt {
    font-size: 1.125rem;
  }
}
.merak-articles-section .article-card .article-content .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  padding-top: 1rem;
}
.merak-articles-section .article-card .article-content .article-tags .tag {
  background-color: #F1E7D3;
  border: 1px solid #586A74;
  color: #586A74;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
  line-height: 1.5;
}
.merak-articles-section .article-card .article-content .article-meta {
  font-size: 0.8rem;
  font-weight: 400;
  color: #C2CAD0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Public Sans", sans-serif;
  flex-flow: column;
  line-height: 1.5;
}
.merak-articles-section .article-card .article-content .article-meta .article-separator {
  margin: 0 0.5rem;
}
.merak-articles-section .article-card .article-content .article-cta {
  text-align: center;
  margin-top: 1.5rem;
}
.merak-articles-section .article-card .article-content .article-cta .cta-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  border: 1px solid;
  text-decoration: none;
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}
.merak-articles-section .article-card .article-content .article-cta .cta-button:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.merak-articles-section .article-card .article-content .article-cta .cta-button:active {
  transform: translateY(0);
}
.merak-articles-section .archive-link-section {
  text-align: center;
  margin-top: 3rem;
}
.merak-articles-section .archive-link-section .archive-button {
  display: inline-block;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #1A7555;
  text-decoration: none;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.merak-articles-section .archive-link-section .archive-button:hover {
  opacity: 0.8;
  color: #1A7555;
  text-decoration: underline;
}
.merak-articles-section .archive-link-section .archive-button:focus {
  outline: 2px solid #1A7555;
  outline-offset: 2px;
}

/* Editor-specific styles */
#editor .merak-articles-section::before {
  display: none;
}
#editor .article-image {
  height: 15vh;
}
