/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

:root{
  --tk-navy:#0F2137;
  --tk-navy-800:#162B45;
  --tk-navy-600:#1E3A5F;
  --tk-emerald:#0D9B6A;
  --tk-cta:#11C288;
  --tk-cta-hover:#0B9E70;
  --tk-mint:#E8F8F2;
  --tk-bg:#F9FAFB;
  --tk-white:#FFFFFF;
  --tk-text:#333333;
  --tk-muted:#64748B;
  --tk-border:#E2E8F0;
  --tk-shadow:0 10px 30px rgba(15,33,55,.08);
  --tk-container:1280px;
}

html{scroll-behavior:smooth;}
body{background:var(--tk-bg);color:var(--tk-text);margin:0;}
.tk-container{width:min(var(--tk-container), calc(100% - 32px));margin:0 auto;}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--tk-shadow);
  border:1px solid var(--tk-border);
}

/* NAVBAR */
.tk-site-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid rgba(226,232,240,.8);
  transition: box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.tk-site-header.is-scrolled{
  box-shadow: 0 10px 30px rgba(15,33,55,.08);
  border-bottom-color: transparent;
}
.tk-header-inner{
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.tk-brand{display:flex;align-items:center;flex:0 0 auto;min-width:220px;}
.tk-brand-logo{height:60px;width:auto;max-width:300px;display:block;object-fit:contain;}
.tk-main-nav{flex:1;display:flex;justify-content:center;}
.tk-nav-list{list-style:none;display:flex;align-items:stretch;gap:34px;margin:0;padding:0;}
.tk-nav-list > li{position:relative;display:flex;align-items:center;}
.tk-nav-list a,.tk-nav-list button{
  appearance:none;background:none;border:none;color:#334155;font:inherit;font-size:16px;font-weight:500;
  text-decoration:none;cursor:pointer;padding:26px 0;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease;
}
.tk-nav-list a:hover,.tk-nav-list button:hover{color:var(--tk-navy);}
.tk-nav-caret{width:14px;height:14px;color:#64748B;transition:transform .2s ease, color .2s ease;}
.tk-has-dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:18px;}
.tk-has-dropdown:hover .tk-nav-caret{transform:rotate(180deg);color:var(--tk-navy);}
.tk-dropdown{
  position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);
  min-width:260px;display:flex;flex-direction:column;gap:4px;background:#ffffff;border:1px solid var(--tk-border);
  border-radius:16px;padding:10px;box-shadow:0 20px 40px rgba(15,33,55,.12);
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.tk-dropdown a{padding:11px 12px;border-radius:10px;color:var(--tk-navy);line-height:1.45;font-size:14px;font-weight:500;}
.tk-dropdown a:hover{background:#F8FAFC;color:var(--tk-emerald);}
.tk-has-dropdown:hover .tk-dropdown,.tk-has-dropdown:focus-within .tk-dropdown{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);
}
.tk-header-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto;}
.tk-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:12px;
  text-decoration:none;font-weight:600;font-size:15px;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;
}
.tk-btn-outline{border:1px solid #CBD5E1;color:var(--tk-navy);background:#ffffff;}
.tk-btn-outline:hover{border-color:var(--tk-emerald);background:var(--tk-mint);color:var(--tk-navy);box-shadow:0 6px 18px rgba(15,33,55,.06);}
.tk-btn-secondary{border:1px solid #CBD5E1;color:var(--tk-navy);background:#ffffff;}
.tk-btn-secondary:hover{background:#F1F5F9;color:var(--tk-navy);border-color:#A8B4C5;}
.tk-btn-outline-dark{border:1px solid #CBD5E1;color:var(--tk-navy);background:#ffffff;}
.tk-btn-outline-dark:hover{border-color:var(--tk-emerald);background:var(--tk-mint);color:var(--tk-navy);box-shadow:0 6px 18px rgba(15,33,55,.06);}
.tk-btn-primary{background:var(--tk-cta);color:var(--tk-navy);}
.tk-btn-primary:hover{background:var(--tk-cta-hover);color:var(--tk-navy);box-shadow:0 10px 20px rgba(17,194,136,.18);}
.tk-btn-primary-nav{padding:0 24px;}
.tk-mobile-toggle{display:none;background:none;border:none;padding:0;cursor:pointer;}
.tk-mobile-toggle span{display:block;width:24px;height:2px;background:var(--tk-navy);margin:5px 0;}
.tk-mobile-drawer{display:none;background:#fff;border-top:1px solid var(--tk-border);}
.tk-mobile-drawer-inner{display:flex;flex-direction:column;gap:12px;padding:20px 0;}
.tk-mobile-drawer a{text-decoration:none;color:var(--tk-navy);font-weight:500;}

/* BLOG HERO */
.tk-blog-page,.tk-single-page{background:var(--tk-bg);}
.tk-blog-hero{padding:48px 0 24px;background:#ffffff;}
.tk-blog-hero-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:stretch;padding:8px 0 20px;}
.tk-blog-topline{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px;}
.tk-blog-label{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:var(--tk-mint);color:var(--tk-emerald);font-size:12px;letter-spacing:.14em;font-weight:700;}
.tk-blog-updated{color:#94A3B8;font-size:13px;letter-spacing:.08em;text-transform:uppercase;}
.tk-blog-title{font-size:72px;line-height:.95;letter-spacing:-0.04em;margin:0 0 18px;color:var(--tk-navy);}
.tk-kosh-accent{color:var(--tk-emerald);}
.tk-blog-subtitle{font-size:28px;line-height:1.55;max-width:900px;color:#475569;margin:0 0 16px;}
.tk-blog-supporting{font-size:18px;line-height:1.8;color:var(--tk-muted);max-width:860px;margin:0 0 24px;}
.tk-hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.tk-blog-hero-right{display:flex;align-items:stretch;}
.tk-hero-panel{
  width:100%;background:linear-gradient(135deg,#0F2137 0%,#162B45 60%,#10345A 100%);
  border-radius:24px;padding:24px;box-shadow:0 18px 40px rgba(15,33,55,.14);position:relative;overflow:hidden;
}
.tk-hero-panel::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:32px 32px;pointer-events:none;
}
.tk-hero-panel > *{position:relative;z-index:1;}
.tk-hero-panel-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;}
.tk-hero-panel-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(17,194,136,.14);color:#9CE8CC;font-size:11px;letter-spacing:.14em;font-weight:700;}
.tk-hero-panel-meta{color:rgba(255,255,255,.72);font-size:13px;}
.tk-hero-metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px;}
.tk-hero-metric-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;}
.tk-hero-metric-card span{display:block;color:rgba(255,255,255,.68);font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;}
.tk-hero-metric-card strong{display:block;color:#fff;font-size:32px;line-height:1.05;margin-bottom:6px;}
.tk-hero-metric-card small{color:rgba(255,255,255,.72);font-size:13px;}
.tk-hero-metric-card--accent{background:rgba(17,194,136,.12);}
.tk-hero-feed{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:10px 14px;margin-bottom:16px;}
.tk-hero-feed-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.tk-hero-feed-row:last-child{border-bottom:none;}
.tk-hero-feed-title{color:#fff;font-size:14px;font-weight:600;}
.tk-hero-feed-tag{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.08);color:#B7F2DA;font-size:11px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;}
.tk-hero-feed-tag--amber{color:#F6D17B;}
.tk-hero-feed-tag--green{color:#8FF0C7;}
.tk-hero-stats-inline{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.tk-stat-card{background:#fff;border-radius:16px;padding:20px;box-shadow:var(--tk-shadow);border:1px solid var(--tk-border);}
.tk-stat-card span{display:block;color:#94A3B8;font-size:11px;text-transform:uppercase;letter-spacing:.18em;margin-bottom:8px;}
.tk-stat-card strong{color:var(--tk-emerald);font-size:34px;line-height:1.1;}

.tk-blog-layout{padding:12px 0 72px;}
.tk-blog-grid,.tk-single-grid{display:grid;grid-template-columns:minmax(0, 2fr) 340px;gap:40px;align-items:start;}

/* NEW LIST LAYOUT */
.tk-section-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin:0 0 18px;
}
.tk-section-head-left{
  display:flex;
  align-items:baseline;
  gap:10px;
  white-space:nowrap;
}
.tk-section-head-left h2{
  margin:0;
  font-size:34px;
  line-height:1;
  letter-spacing:-.03em;
  color:var(--tk-navy);
}
.tk-section-head-left span{
  color:#94A3B8;
  font-size:16px;
  font-weight:600;
}
.tk-section-head-line{
  height:1px;
  flex:1;
  background:#E5EAF1;
}

.tk-article-list{
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #E5EAF1;
}

.tk-article-item{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:22px;
  padding:26px 6px;
  border-bottom:1px solid #E5EAF1;
  align-items:start;
}

.tk-article-item--hidden{
  display:none;
}

.tk-article-media{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#E5EAF1;
}

.tk-article-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.tk-article-content{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-self:center;
}

.tk-article-meta{
  margin-bottom:12px;
}

.tk-article-category{
  color:var(--tk-emerald);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.tk-article-title{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.03em;
  color:var(--tk-navy);
}

.tk-article-title a{
  color:var(--tk-navy);
  text-decoration:none;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.tk-article-title a:hover{
  color:var(--tk-navy);
}

.tk-article-excerpt{
  margin:0 0 14px;
  color:#6B7280;
  font-size:16px;
  line-height:1.65;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}

.tk-article-footer{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.tk-article-date,
.tk-article-read{
  color:#9AA3B2;
  font-size:14px;
  font-weight:500;
}

.tk-article-arrow{
  margin-left:auto;
  color:var(--tk-emerald);
  text-decoration:none;
  font-size:28px;
  line-height:1;
  font-weight:700;
}

.tk-load-more-wrap{
  display:flex;
  justify-content:center;
  margin-top:24px;
}

/* SIDEBAR */
.tk-blog-sidebar{
  display:flex;
  flex-direction:column;
  gap:24px;
  position:sticky;
  top:108px;
}
.tk-sidebar-box{
  background:#fff;
  border:1px solid var(--tk-border);
  border-radius:16px;
  padding:24px;
  box-shadow:var(--tk-shadow);
}
.tk-sidebar-title{
  margin:0 0 16px;
  font-size:20px;
  line-height:1.2;
  color:var(--tk-navy);
}
.tk-sidebar-copy{
  color:#546071;
  font-size:15px;
  line-height:1.7;
  margin:0 0 16px;
}
.tk-sidebar-cta{
  background:linear-gradient(135deg, #0F2137, #162B45);
  color:#fff;
}
.tk-sidebar-cta h3{
  color:#fff;
  margin:0 0 12px;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.03em;
}
.tk-sidebar-cta p{
  color:rgba(255,255,255,.82);
  margin:0 0 18px;
  line-height:1.75;
}
.tk-benefit-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.tk-benefit-list li{
  position:relative;
  padding-left:18px;
  color:#475569;
  line-height:1.6;
}
.tk-benefit-list li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:var(--tk-emerald);
  font-weight:700;
}
.tk-most-read{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.tk-most-read li{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:14px;
}
.tk-rank{
  color:#CBD5E1;
  font-weight:800;
  font-size:26px;
  line-height:1;
}
.tk-most-read a{
  color:var(--tk-navy);
  text-decoration:none;
  font-weight:700;
  line-height:1.45;
}
.tk-most-read a:hover{color:var(--tk-emerald);}
.tk-pagination{margin-top:36px;}
.tk-pagination .nav-links{display:flex;gap:10px;flex-wrap:wrap;}
.tk-pagination .page-numbers{
  display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:0 14px;
  border-radius:10px;background:#fff;border:1px solid var(--tk-border);text-decoration:none;color:var(--tk-navy);
}
.tk-pagination .current{background:var(--tk-navy);color:#fff;}

/* SINGLE POST */
.tk-single-page{padding:48px 0 72px;}
.tk-single-article{
  background:#fff;border:1px solid var(--tk-border);border-radius:24px;padding:36px;box-shadow:var(--tk-shadow);
}
.tk-single-header{margin-bottom:28px;}
.tk-single-title{
  margin:0 0 18px;color:var(--tk-navy);font-size:64px;line-height:1.02;letter-spacing:-.045em;max-width:980px;
}
.tk-single-byline{
  display:flex;gap:12px;flex-wrap:wrap;color:#6B7280;font-weight:600;font-size:15px;
}
.tk-single-featured{overflow:hidden;border-radius:18px;margin-bottom:28px;}
.tk-single-featured img{width:100%;height:100%;object-fit:cover;display:block;}
.tk-single-content{color:#263648;font-size:19px;line-height:1.95;}
.tk-single-content p{margin:0 0 1.3em;}
.tk-single-content h2{color:var(--tk-navy);line-height:1.1;margin:42px 0 16px;font-size:40px;letter-spacing:-.03em;}
.tk-single-content h3{color:var(--tk-navy);line-height:1.15;margin:32px 0 14px;font-size:28px;letter-spacing:-.02em;}
.tk-single-content h4{color:var(--tk-navy);line-height:1.2;margin:24px 0 12px;font-size:22px;}
.tk-single-content a{color:var(--tk-emerald);}
.tk-single-content ul,.tk-single-content ol{padding-left:22px;margin:0 0 1.25em;}
.tk-single-content blockquote{
  margin:24px 0;padding:18px 20px;border-left:4px solid var(--tk-emerald);background:#F8FAFC;border-radius:14px;
}
.tk-share-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.tk-share-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid var(--tk-border);
  border-radius:12px;text-decoration:none;color:var(--tk-navy);background:#fff;font-weight:600;font-size:14px;transition:.2s ease;
}
.tk-share-btn:hover{border-color:var(--tk-emerald);background:var(--tk-mint);color:var(--tk-navy);}
.tk-newsletter-form{display:flex;flex-direction:column;gap:12px;}
.tk-newsletter-form input{
  width:100%;min-height:48px;border-radius:12px;border:1px solid #D7DEE8;background:#fff;padding:0 14px;color:var(--tk-navy);font-size:15px;
}
.tk-form-notice{border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.6;margin:0 0 14px;}
.tk-form-notice--success{background:#EAFBF4;color:#0B7A55;border:1px solid #BEECD8;}
.tk-form-notice--info{background:#EEF5FF;color:#245A9A;border:1px solid #CFE0FB;}
.tk-form-notice--error{background:#FFF1F2;color:#B42318;border:1px solid #F9D4D7;}

/* FOOTER */
.tk-site-footer{background:var(--tk-navy);color:#fff;margin-top:80px;}
.tk-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:32px;padding:64px 0 32px;}
.tk-site-footer h3,.tk-site-footer h4{color:#fff;margin:0 0 16px;}
.tk-site-footer p,.tk-site-footer a,.tk-footer-trust span{
  color:rgba(255,255,255,.72);text-decoration:none;display:block;margin-bottom:10px;line-height:1.7;
}
.tk-site-footer a:hover{color:var(--tk-cta);}
.tk-footer-trust{margin-top:20px;}
.tk-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;}
.tk-footer-bottom p{margin:0;}

/* RESPONSIVE */
@media (max-width: 1180px){
  .tk-main-nav,.tk-header-actions{display:none;}
  .tk-mobile-toggle{display:block;}
  .tk-mobile-drawer:not([hidden]){display:block;}
  .tk-blog-grid,.tk-single-grid,.tk-blog-hero-wrap{grid-template-columns:1fr;}
  .tk-blog-sidebar{position:static;top:auto;}
  .tk-footer-grid{grid-template-columns:1fr 1fr;}
}

@media (max-width: 900px){
  .tk-article-item{
    grid-template-columns:1fr;
    gap:14px;
  }
  .tk-article-media{
    aspect-ratio:16/9;
  }
}

@media (max-width: 768px){
  .tk-container{width:min(var(--tk-container), calc(100% - 24px));}
  .tk-header-inner{min-height:72px;}
  .tk-brand{min-width:auto;}
  .tk-brand-logo{height:48px;max-width:240px;}
  .tk-blog-title{font-size:42px;}
  .tk-blog-subtitle{font-size:20px;}
  .tk-blog-supporting{font-size:16px;}
  .tk-hero-metrics,.tk-hero-stats-inline,.tk-share-grid{grid-template-columns:1fr;}
  .tk-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
  .tk-section-head-left{
    white-space:normal;
    flex-wrap:wrap;
  }
  .tk-single-article{padding:24px;}
  .tk-single-title{font-size:40px;}
  .tk-single-content{font-size:17px;line-height:1.85;}
  .tk-single-content h2{font-size:30px;}
  .tk-single-content h3{font-size:24px;}
  .tk-sidebar-box{padding:20px;}
  .tk-footer-grid{grid-template-columns:1fr;}
}

/* =========================
   YOAST BREADCRUMBS
========================= */

.tk-breadcrumbs {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #64748b;
}

.tk-breadcrumbs a {
  color: #059669;
  text-decoration: none;
}

.tk-breadcrumbs a:hover {
  color: #047857;
  text-decoration: underline;
}


/* TenderKosh Newsletter Popup */
.tk-newsletter-lock {
  overflow: hidden;
}

.tk-newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.tk-newsletter-popup.is-visible {
  display: flex;
}

.tk-newsletter-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.tk-newsletter-modal {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(226, 232, 240, 0.9);
  animation: tkNewsletterPopupIn 0.28s ease-out;
}

.tk-newsletter-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tk-newsletter-close:hover {
  background: #11c288;
  color: #ffffff;
  transform: rotate(90deg);
}

.tk-newsletter-header {
  padding: 30px 30px 14px;
  text-align: center;
}

.tk-newsletter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(17, 194, 136, 0.12);
  color: #07875d;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tk-newsletter-header h3 {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.tk-newsletter-header p {
  margin: 10px auto 0;
  max-width: 440px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.tk-newsletter-frame-wrap {
  padding: 0 24px 28px;
}

.tk-newsletter-frame-wrap iframe {
  width: 100%;
  max-width: 540px;
  border-radius: 18px;
  background: #f8fafc;
}

@keyframes tkNewsletterPopupIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 640px) {
  .tk-newsletter-popup {
    padding: 14px;
  }

  .tk-newsletter-modal {
    border-radius: 20px;
  }

  .tk-newsletter-header {
    padding: 28px 20px 12px;
  }

  .tk-newsletter-header h3 {
    font-size: 23px;
  }

  .tk-newsletter-header p {
    font-size: 14px;
  }

  .tk-newsletter-frame-wrap {
    padding: 0 14px 20px;
  }

  .tk-newsletter-frame-wrap iframe {
    height: 335px;
  }
}
