.zp-wlt-widget { color: #0d0e34; font-family: Inter, sans-serif; position: relative; width: 100%; }
.zp-wlt-tabs { background: #eaeef5; border-radius: 999px; display: flex; gap: 12px; margin: 0 auto 12px; padding: 8px; width: max-content; max-width: 100%; }
.zp-wlt-tab { align-items: center; background-color: #2f248f !important; border: 0; border-radius: 999px; box-sizing: border-box; color: #fff !important; cursor: pointer; display: inline-flex; font: 800 18px/1 Inter, sans-serif; height: 56px; justify-content: center; padding: 17px 24px; text-align: center; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease, color .2s ease; white-space: nowrap; }
.zp-wlt-tab.is-active { background-color: #ff7a1a !important; color: #0d0e34 !important; }
.zp-wlt-cta { align-items: center; background-color: #ff7a1a !important; border: 0; border-radius: 999px; box-sizing: border-box; color: #0d0e34 !important; cursor: pointer; display: inline-flex; font: 800 18px/1 Inter, sans-serif; height: 56px; justify-content: center; padding: 17px 24px; text-align: center; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease, color .2s ease; white-space: nowrap; }
.zp-wlt-panel[data-tab-panel="1"] .zp-wlt-cta { background-color: #2f248f !important; color: #fff !important; }
.zp-wlt-tab:focus-visible, .zp-wlt-cta:focus-visible { outline: 2px solid #0d0e34; outline-offset: 3px; }
.zp-wlt-panel { align-items: center; display: flex; flex-direction: column; gap: 24px; margin: 0 auto; max-width: 832px; text-align: center; }
.zp-wlt-panel[hidden] { display: none; }
.zp-wlt-heading { color: #0d0e34; font: 900 48px/1.2 Inter, sans-serif; margin: 0; }
.zp-wlt-copy { display: flex; flex-direction: column; gap: 16px; font: 400 19px/1.5 Inter, sans-serif; }
.zp-wlt-copy p { margin: 0; }
.zp-wlt-images { display: contents; }
.zp-wlt-images img { border-radius: 8px; height: 200px; object-fit: cover; position: absolute; top: 147px; width: 200px; }
.zp-wlt-images img:first-child { left: 0; }
.zp-wlt-images img:last-child { right: -31px; }

@media (max-width: 1199px) {
	.zp-wlt-images img { display: none; }
}

@media (max-width: 767px) {
	.zp-wlt-widget { display: flex; flex-direction: column; }
	.zp-wlt-tabs { border-radius: 12px; flex-direction: column; margin: 0; order: 2; padding: 8px; width: 100%; }
	.zp-wlt-tab, .zp-wlt-cta { font-size: 14px; height: 48px; width: 100%; }
	.zp-wlt-panel.is-active { display: contents; }
	.zp-wlt-heading { color: #151313; font-size: 30px; line-height: 1.1; }
	.zp-wlt-heading { margin: 0 0 12px; order: 1; }
	.zp-wlt-copy { font-size: 15px; order: 4; }
	.zp-wlt-images { display: flex; gap: 12px; margin: 24px 0; order: 3; width: 100%; }
	.zp-wlt-images img { border-radius: 8px; display: block; height: auto; min-width: 0; object-fit: cover; position: static; aspect-ratio: 1; width: calc(50% - 6px); }
	.zp-wlt-cta { margin-top: 24px; order: 5; }
}
