/* /bundles/ shortcode styles — keep simple, lean, no dependencies. */
.iwai-bundles { max-width: 720px; margin: 24px auto; font-size: 16px; line-height: 1.55; }
.iwai-bundles h2 { margin-top: 0; }
.iwai-bundles h3 { margin-top: 32px; }
.iwai-bundles h4 { margin: 0 0 8px 0; font-size: 1.1rem; }
.iwai-bundles-urgency { margin: 0 0 16px; padding: 10px 12px; background: #fff7ed; border: 1px solid #f59e0b; border-radius: 4px; color: #7c2d12; }
.iwai-bundles-current { padding-left: 22px; margin-bottom: 8px; }
.iwai-bundles-current li { margin: 4px 0; }
.iwai-bundles-program { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; margin-bottom: 14px; overflow: hidden; }
.iwai-bundles-program-header { padding: 12px 16px; background: #374151; color: #fff; }
.iwai-bundles-program-header h4 { margin: 0; color: #fff; font-weight: 700; }
.iwai-bundles-program--consultancy .iwai-bundles-program-header { background: #00538c; }
.iwai-bundles-program--executive   .iwai-bundles-program-header { background: #7c3aed; }
.iwai-bundles-program--founder     .iwai-bundles-program-header { background: #15843e; }
.iwai-bundles-program-body { padding: 14px 16px; }
.iwai-bundles-current-tag { color: rgba(255, 255, 255, 0.75); font-size: 0.9rem; font-weight: 400; margin-left: 6px; }
.iwai-bundles-program-description { color: #4b5563; font-size: 0.95rem; line-height: 1.5; margin: 0 0 12px; }
.iwai-bundles-program-description p:first-child { margin-top: 0; }
.iwai-bundles-program-description p:last-child { margin-bottom: 0; }
.iwai-bundles-option { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; cursor: pointer; }
.iwai-bundles-option input { margin-top: 4px; }
.iwai-bundles-option-label { flex: 1 1 auto; }
.iwai-bundles-option-price { color: #6b7280; font-size: 0.9rem; }
.iwai-bundles-diff-note { font-style: italic; color: #4b5563; }
.iwai-bundles-option-skip .iwai-bundles-option-label { color: #6b7280; }
.iwai-bundles-monthly-line { display: none; } /* legacy line, kept to avoid layout surprises if cached HTML lingers */
.iwai-bundles-empty { color: #6b7280; font-style: italic; padding: 14px; background: #f9fafb; border-radius: 6px; }
.iwai-bundles-payment { margin: 24px 0; padding: 12px 16px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; }
.iwai-bundles-payment legend { padding: 0 6px; }
.iwai-bundles-payment label { display: block; margin: 6px 0; }
.iwai-bundles-summary { margin-top: 24px; padding: 16px 18px; background: #08365b; color: #fff; border-radius: 8px; }
.iwai-bundles-line { display: flex; justify-content: space-between; padding: 4px 0; }
.iwai-bundles-bundle-line, .iwai-bundles-urgency-line { color: #d1fae5; }
.iwai-bundles-total-line { font-size: 1.2rem; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.2); margin-top: 8px; }
.iwai-bundles-monthly-line { font-size: 0.9rem; color: #d1d5db; }
.iwai-bundles-checkout-btn {
	display: block; margin-top: 18px; padding: 12px 22px;
	background: #1ea25e; color: #fff; border: 0; border-radius: 6px;
	font-size: 16px; font-weight: 600; cursor: pointer; width: 100%;
}
.iwai-bundles-checkout-btn:hover:not([disabled]) { background: #16894d; }
.iwai-bundles-checkout-btn[disabled] { background: #9ca3af; cursor: not-allowed; }
.iwai-bundles-error { margin-top: 10px; padding: 8px 12px; background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; border-radius: 4px; }
