.gbps-posts-section{background:#f6f2eb;padding:46px 22px;border-radius:28px}.gbps-posts-inner{max-width:1320px;margin:0 auto}.gbps-posts-header{text-align:center;margin-bottom:36px}.gbps-posts-eyebrow{display:inline-flex;align-items:center;gap:18px;color:#c79a43;font-size:14px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.gbps-posts-eyebrow:before,.gbps-posts-eyebrow:after{content:"";width:42px;height:2px;background:#c79a43;border-radius:999px}.gbps-posts-title{margin:18px 0 12px;color:#102c57;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4vw,68px);line-height:1.08}.gbps-posts-subtitle{max-width:880px;margin:0 auto;color:#5d6674;font-size:17px;line-height:1.7}.gbps-posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;align-items:stretch}.gbps-post-card{min-width:0;background:#fff;border:1px solid #ece4d7;border-radius:26px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 36px rgba(16,44,87,.08)}.gbps-post-card--featured{border:2px solid #c79a43}.gbps-post-image-wrap{position:relative;display:block;padding:18px 18px 0}.gbps-post-image{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px}.gbps-post-badge{position:absolute;z-index:2;top:30px;left:30px;padding:8px 14px;border-radius:999px;background:rgba(244,230,200,.94);color:#c79a43;font-size:13px;font-weight:700;letter-spacing:.08em}.gbps-post-content{padding:20px 28px 24px;display:flex;flex-direction:column;flex:1}.gbps-post-category{margin-bottom:10px;color:#c79a43;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.gbps-post-title{margin:0 0 12px;color:#102c57;font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1.15}.gbps-post-title a{color:inherit;text-decoration:none}.gbps-post-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:14px;color:#7a8290;font-size:14px}.gbps-post-excerpt{color:#364152;font-size:16px;line-height:1.7}.gbps-post-footer{margin-top:auto;padding-top:24px}.gbps-post-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:56px;padding:12px 20px;border-radius:999px;background:#102c57;color:#fff!important;text-decoration:none;font-size:16px;font-weight:700;box-shadow:0 10px 24px rgba(13,47,99,.2);transition:transform .2s ease,box-shadow .2s ease}.gbps-post-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(13,47,99,.25)}.gbps-post-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:1024px){.gbps-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.gbps-posts-section{padding:30px 16px;border-radius:20px}.gbps-posts-eyebrow{font-size:12px;gap:10px}.gbps-posts-eyebrow:before,.gbps-posts-eyebrow:after{width:24px}.gbps-posts-grid{grid-template-columns:1fr}.gbps-post-content{padding:18px 20px 20px}.gbps-post-title{font-size:26px}.gbps-post-excerpt{font-size:15px}}
/* v1.0.2: lighter mobile presentation without an outer section frame. */
@media (max-width: 767px) {
  .gbps-posts-section {
    padding: 22px 10px !important;
    background: transparent !important;
    border-radius: 0 !important;
  }
  .gbps-posts-inner {
    padding: 0 !important;
  }
  .gbps-posts-header {
    margin-bottom: 22px !important;
  }
  .gbps-post-card {
    border-radius: 18px !important;
    box-shadow: none !important;
  }
}
