.news-card-grid .article-list .article {
  height: 100%;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}

.article-full-image {
  float: right !important;
  width: 35%;
  max-width: 320px;
  margin: 0 0 25px 30px !important;
}

.article-full-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.custom-back-link {
  margin-top: 40px;
  margin-bottom: 60px;
}

.custom-back-link a {
  color: #bd2b0b;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.custom-back-link a:hover {
  color: #3050d8;
  transform: translateX(-4px);
}

.custom-article-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
}

.custom-article-nav a {
  color: #bd2b0b;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.agenda-nav {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.agenda-nav a {
    display: inline-flex;
}

.agenda-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #bd2b0b;
    color: #ffffff !important;
    border-radius: 45px;
    padding: 12px 26px;
    margin-bottom: 30px;
    font-family: 'Khand', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.agenda-nav a:hover {
    background: #1d1d1b;
    transform: translateY(-3px);
}

nav.pagenavigation {
    display: none !important;
}

#sp-header {
    height: 120px !important;
}

#sp-header .container,
#sp-header .container-inner,
#sp-header .row {
    min-height: 120px !important;
    align-items: center;
}

#sp-header .logo {
    padding-top: 35px;
    padding-bottom: 5px;
}

#sp-header .logo img {
    max-height: 100px !important;
    width: auto;
}

#sp-header .sp-megamenu-parent > li {
    position: relative;
    margin: 0 14px;
}

#sp-header .sp-megamenu-parent > li > a {
    line-height: 120px !important;
    color: #1d1d1b !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li.current-item > a,
#sp-header .sp-megamenu-parent > li:hover > a {
    color: #bd2b0b !important;
}

#sp-header .sp-megamenu-parent > li > a.word-vriend-menu,
#sp-header .sp-megamenu-parent > li.word-vriend-menu > a {
    background: #bd2b0b !important;
    color: #ffffff !important;
    border-radius: 45px !important;
    padding: 12px 24px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

#sp-header .sp-megamenu-parent > li:has(a.word-vriend-menu) {
    margin-left: 24px;
}

#sp-header .sp-megamenu-parent > li > a.word-vriend-menu:hover,
#sp-header .sp-megamenu-parent > li.word-vriend-menu > a:hover {
    background: #1d1d1b !important;
    color: #ffffff !important;
}

@media (max-width: 991px) {

    #sp-header {
        height: 80px !important;
    }

    #sp-header .container,
    #sp-header .container-inner,
    #sp-header .row {
        min-height: 80px !important;
    }

    #sp-header .logo {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #sp-header .logo img {
        max-height: 60px !important;
        width: auto;
    }

    #sp-header .sp-megamenu-parent > li {
        margin: 0;
    }

    #sp-header .sp-megamenu-parent > li > a {
        line-height: 80px !important;
    }

    #sp-header .sp-megamenu-parent > li > a.word-vriend-menu,
    #sp-header .sp-megamenu-parent > li.word-vriend-menu > a {
        padding: 10px 20px !important;
    }
}

.com-content-category-blog .fields-container {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.com-content-category-blog .fields-container li {
    list-style: none !important;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
}


.agenda-detail .fields-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none !important;
    padding: 24px !important;
    margin: 30px 0 !important;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.agenda-detail .fields-container li {
    list-style: none !important;
    margin: 0 !important;
    min-width: 180px;
    flex: 1;
}

.agenda-detail .field-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #bd2b0b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.agenda-detail .field-value {
    font-size: 20px;
    line-height: 1.5;
    color: #1d1d1b;
}

.khand-btn {
    font-family: 'Khand', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
}

.custom-faq .sppb-panel {
    background: #ffffff;
    border: none !important;
    border-radius: 18px !important;
    margin-bottom: 14px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06);
    overflow: hidden;
}

.custom-faq .sppb-panel-heading {
    background: #ffffff !important;
    border: none !important;
    padding: 22px 26px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.custom-faq .sppb-panel-title {
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1b !important;
    text-align: left;
}

.custom-faq .sppb-panel-heading::after {
    content: "+";
    color: #bd2b0b;
    font-size: 30px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.custom-faq .sppb-panel-heading.active::after,
.custom-faq .sppb-panel-heading[aria-expanded="true"]::after {
    content: "–";
}

.custom-faq .sppb-panel-body {
    padding: 0 26px 24px 26px !important;
    font-size: 17px;
    line-height: 1.7;
}

.custom-faq .sppb-panel-body p:last-child {
    margin-bottom: 0;
}

.article-list .article .article-header h2 {
	font-size: 30px;
}

#sp-component .article-details {
    padding-top: 50px;
}

.blogagenda-detail {
    padding-top: 40px;
}