.elementor-347 .elementor-element.elementor-element-672c054{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-347 .elementor-element.elementor-element-34769a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-347 .elementor-element.elementor-element-73875ee{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-347 .elementor-element.elementor-element-73875ee .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-347 .elementor-element.elementor-element-73875ee:after{content:"0.66";}.elementor-347 .elementor-element.elementor-element-73875ee .elementor-post__thumbnail__link{width:100%;}.elementor-347 .elementor-element.elementor-element-73875ee .elementor-post__meta-data span + span:before{content:"///";}.elementor-347 .elementor-element.elementor-element-73875ee.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-347 .elementor-element.elementor-element-73875ee.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-347 .elementor-element.elementor-element-73875ee.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-347 .elementor-element.elementor-element-73875ee .elementor-post__read-more{color:#04acec;}.elementor-347 .elementor-element.elementor-element-2eca8bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-347 .elementor-element.elementor-element-1f7e754{width:100%;max-width:100%;}@media(max-width:767px){.elementor-347 .elementor-element.elementor-element-73875ee .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-347 .elementor-element.elementor-element-73875ee:after{content:"0.5";}.elementor-347 .elementor-element.elementor-element-73875ee .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-73875ee *//* ═══════════════════════════════════════
   OTC Paraguay Blog Card Styling
   ═══════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');

/* ─── Container Grid ─── */
.elementor-posts-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2.5rem !important;
  padding: 0 !important;
}

/* ─── Post Card Base ─── */
.elementor-post {
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border-radius: 0.75rem !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(25, 36, 56, 0.05) !important;
  border: 1px solid rgba(25, 36, 56, 0.05) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  height: 100% !important;
}

.elementor-post:hover {
  box-shadow: 0 20px 25px -5px rgba(25, 36, 56, 0.1), 
              0 10px 10px -5px rgba(25, 36, 56, 0.04) !important;
  transform: translateY(-4px) !important;
}

/* ─── Thumbnail Section ─── */
.elementor-post__thumbnail {
  position: relative !important;
  aspect-ratio: 16/10 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-post__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* ─── Category Badge ─── */
.elementor-post__badge {
  position: absolute !important;
  top: 1rem !important;
  left: 1rem !important;
  background: rgba(25, 36, 56, 0.9) !important;
  backdrop-filter: blur(8px) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 0.25rem !important;
  z-index: 10 !important;
}

.elementor-post__category-list {
  position: absolute !important;
  top: 1rem !important;
  left: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.elementor-post__category-list a {
  background: rgba(25, 36, 56, 0.9) !important;
  backdrop-filter: blur(8px) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 0.25rem !important;
  text-decoration: none !important;
  display: inline-block !important;
}

/* ─── Content Area ─── */
.elementor-post__text {
  padding: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  font-family: 'Inter', sans-serif !important;
}

/* ─── Title ─── */
.elementor-post__title,
.elementor-post__title a {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #192438 !important;
  margin: 0 0 0.75rem 0 !important;
  line-height: 1.4 !important;
  transition: color 0.3s ease !important;
  text-decoration: none !important;
  font-family: 'Inter', sans-serif !important;
}

.elementor-post:hover .elementor-post__title a {
  color: rgba(25, 36, 56, 0.7) !important;
}

/* ─── Excerpt ─── */
.elementor-post__excerpt,
.elementor-post__excerpt p {
  color: rgba(25, 36, 56, 0.6) !important;
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
  margin: 0 0 1.5rem 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-family: 'Inter', sans-serif !important;
}

/* ─── Meta Footer ─── */
.elementor-post__meta-data {
  margin-top: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(25, 36, 56, 0.05) !important;
}

/* ─── Date ─── */
.elementor-post-date {
  font-size: 0.75rem !important;
  color: rgba(25, 36, 56, 0.4) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-family: 'Inter', sans-serif !important;
}

/* ─── Read More Button ─── */
.elementor-post__read-more {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  color: #192438 !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: gap 0.3s ease !important;
  font-family: 'Inter', sans-serif !important;
}

.elementor-post__read-more:hover {
  gap: 0.5rem !important;
  color: #192438 !important;
}

.elementor-post__read-more::after {
  content: "arrow_forward" !important;
  font-family: 'Material Symbols Outlined' !important;
  font-size: 1.125rem !important;
  transition: transform 0.3s ease !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1 !important;
}

.elementor-post__read-more:hover::after {
  transform: translateX(4px) !important;
}

/* ─── Avatar/Author (Hidden) ─── */
.elementor-post-avatar {
  display: none !important;
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .elementor-posts-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }
}

@media (max-width: 768px) {
  .elementor-posts-container {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .elementor-post__text {
    padding: 1.5rem !important;
  }
}

/* ─── Pagination ─── */
.elementor-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin-top: 5rem !important;
}

.elementor-pagination .page-numbers {
  width: 2.5rem !important;
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.5rem !important;
  border: 1px solid rgba(25, 36, 56, 0.1) !important;
  color: #192438 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  background: #fff !important;
}

.elementor-pagination .page-numbers:hover {
  background: rgba(25, 36, 56, 0.05) !important;
}

.elementor-pagination .page-numbers.current {
  background: #192438 !important;
  color: #fff !important;
  border-color: #192438 !important;
}

/* ─── Remove Default Elementor Margins ─── */
.elementor-posts {
  margin: 0 !important;
}

.elementor-post__card {
  margin: 0 !important;
}/* End custom CSS */