.elementor-1301 .elementor-element.elementor-element-7a1e707{--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-1301 .elementor-element.elementor-element-ad00237{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1301 .elementor-element.elementor-element-2da2d1f{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;text-align:start;font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:2.3px;color:#C4365E;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1301 .elementor-element.elementor-element-a5bea2b .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:30px;font-weight:500;color:#000000;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1301 .elementor-element.elementor-element-a4938fa{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1301 .elementor-element.elementor-element-a4938fa .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-1301 .elementor-element.elementor-element-a4938fa:after{content:"0.66";}.elementor-1301 .elementor-element.elementor-element-a4938fa .elementor-post__thumbnail__link{width:100%;}.elementor-1301 .elementor-element.elementor-element-a4938fa.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-1301 .elementor-element.elementor-element-a4938fa.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-1301 .elementor-element.elementor-element-a4938fa.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1301 .elementor-element.elementor-element-2da2d1f{text-align:center;font-size:17px;}.elementor-1301 .elementor-element.elementor-element-a5bea2b{text-align:center;}.elementor-1301 .elementor-element.elementor-element-a5bea2b .elementor-heading-title{font-size:22px;}.elementor-1301 .elementor-element.elementor-element-a4938fa .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1301 .elementor-element.elementor-element-a4938fa:after{content:"0.5";}.elementor-1301 .elementor-element.elementor-element-a4938fa .elementor-post__thumbnail__link{width:100%;}}@media(min-width:768px){.elementor-1301 .elementor-element.elementor-element-ad00237{--width:100%;}}/* Start custom CSS for posts, class: .elementor-element-a4938fa *//* POSTS SECTION */

#posts {
  width: 100%;
}

/* Desktop - 4 straipsniai per row */
@media (min-width: 1025px) {
  #posts .elementor-posts-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
  }

  #posts .elementor-post {
    background: #F7F4EE;
    border: 1px solid rgba(22, 41, 36, 0.10);
    border-radius: 22px;
    padding: 26px 24px 24px;
    box-shadow: 0 14px 35px rgba(22, 41, 36, 0.06);
    transition: all 0.25s ease;
    overflow: hidden;
  }

  #posts .elementor-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(22, 41, 36, 0.10);
    border-color: rgba(196, 54, 94, 0.25);
  }

  #posts .elementor-post__title {
    margin: 0 0 10px !important;
  }

  #posts .elementor-post__title,
  #posts .elementor-post__title a {
    color: #162924 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
  }

  #posts .elementor-post__title a:hover {
    color: #C4365E !important;
  }

  #posts .elementor-post__meta-data {
    margin: 0 0 14px !important;
    color: rgba(22, 41, 36, 0.48) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.2px !important;
  }

  #posts .elementor-post__excerpt {
    margin: 0 0 20px !important;
  }

  #posts .elementor-post__excerpt p {
    color: rgba(22, 41, 36, 0.78) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
  }

  #posts .elementor-post__read-more {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    color: #C4365E !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.2s ease;
  }

  #posts .elementor-post__read-more:hover {
    gap: 10px;
    color: #A92D50 !important;
  }

  #posts .elementor-post__read-more::after {
    content: "→";
    font-size: 13px;
    line-height: 1;
  }
}

/* Tablet - 2 straipsniai per row */
@media (min-width: 768px) and (max-width: 1024px) {
  #posts .elementor-posts-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px !important;
  }

  #posts .elementor-post {
    background: #F7F4EE;
    border: 1px solid rgba(22, 41, 36, 0.10);
    border-radius: 20px;
    padding: 24px 22px;
    box-shadow: 0 12px 30px rgba(22, 41, 36, 0.06);
  }

  #posts .elementor-post__title,
  #posts .elementor-post__title a {
    color: #162924 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
  }

  #posts .elementor-post__meta-data {
    margin: 0 0 14px !important;
    color: rgba(22, 41, 36, 0.50) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  #posts .elementor-post__excerpt p {
    color: rgba(22, 41, 36, 0.78) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  #posts .elementor-post__read-more {
    color: #C4365E !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
}

/* Mobile - 2 straipsniai per row */
@media (max-width: 767px) {
  #posts .elementor-posts-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  #posts .elementor-post {
    background: #F7F4EE;
    border: 1px solid rgba(22, 41, 36, 0.10);
    border-radius: 18px;
    padding: 18px 16px;
    box-shadow: 0 10px 25px rgba(22, 41, 36, 0.06);
  }

  #posts .elementor-post__title {
    margin: 0 0 8px !important;
  }

  #posts .elementor-post__title,
  #posts .elementor-post__title a {
    color: #162924 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
  }

  #posts .elementor-post__meta-data {
    margin: 0 0 10px !important;
    color: rgba(22, 41, 36, 0.50) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
  }

  #posts .elementor-post__excerpt {
    margin: 0 0 14px !important;
  }

  #posts .elementor-post__excerpt p {
    color: rgba(22, 41, 36, 0.78) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
  }

  #posts .elementor-post__read-more {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    color: #C4365E !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase;
    text-decoration: none !important;
  }

  #posts .elementor-post__read-more::after {
    content: "→";
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7a1e707 */#article-text a,
#article-text a:visited,
#article-text a:hover,
#article-text a:active,
#article-text a:focus,
#article-text a * {
  color: #C4365E !important;
  -webkit-text-fill-color: #C4365E !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}/* End custom CSS */