/* ── Hide Iframe Widget ───────────────────────────────────────── */

.hiw-widget-wrapper {
	width: 100%;
}

/* Button wrapper respects the alignment prefix class set by Elementor */
.hiw-align-left   .hiw-button-wrapper { text-align: left; }
.hiw-align-center .hiw-button-wrapper { text-align: center; }
.hiw-align-right  .hiw-button-wrapper { text-align: right; }

.hiw-align-sm-left   .hiw-button-wrapper { text-align: left; }
.hiw-align-sm-center .hiw-button-wrapper { text-align: center; }
.hiw-align-sm-right  .hiw-button-wrapper { text-align: right; }

/* Button base — mirrors Elementor's own .elementor-button look */
.hiw-button {
	display:         inline-flex;
	align-items:     center;
	justify-content: center;
	gap:             0;
	cursor:          pointer;
	border:          none;
	outline:         none;
	text-decoration: none;
	white-space:     nowrap;
	vertical-align:  middle;
	line-height:     1;
	transition:      background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

/* Elementor preset sizes */
.hiw-button.elementor-size-xs { font-size: 13px; padding: 10px 20px; }
.hiw-button.elementor-size-sm { font-size: 15px; padding: 12px 24px; }
.hiw-button.elementor-size-md { font-size: 16px; padding: 15px 30px; }
.hiw-button.elementor-size-lg { font-size: 18px; padding: 18px 36px; }
.hiw-button.elementor-size-xl { font-size: 20px; padding: 20px 40px; }

/* Icon spacing helpers */
.hiw-align-icon-left  { display: inline-flex; margin-right: 8px; }
.hiw-align-icon-right { display: inline-flex; margin-left: 8px; }

/* iFrame wrapper */
.hiw-iframe-wrapper {
	width:      100%;
	overflow:   hidden;
	margin-top: 16px;
}

.hiw-iframe-wrapper iframe {
	display: block;
	max-width: 100%;
}
