/* II GetTimely — minimal frontend styles.
 * Intentionally light: layout/spacing only, inherits theme typography & colours.
 * The block's button mode uses core wp-block-button markup, so theme (Kadence)
 * button styles apply there without any CSS here.
 * Override freely via the block/shortcode `class` attribute or theme CSS. */

.ii-gettimely-button {
	display: inline-block;
	padding: 0.6em 1.2em;
	border: 1px solid currentColor;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1.2;
}

.ii-gettimely-link {
	text-decoration: underline;
}

.ii-gettimely-widget {
	width: 100%;
}

.ii-gettimely-widget__frame {
	display: block;
	width: 100%;
	border: 0;
}

.ii-gettimely-price-list {
	width: 100%;
}

.ii-gettimely-price-category {
	margin: 0 0 1.5em;
}

.ii-gettimely-price-category__title {
	margin: 0 0 0.5em;
}

.ii-gettimely-price-list__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ii-gettimely-service {
	padding: 0.75em 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ii-gettimely-service__head {
	display: flex;
	justify-content: space-between;
	gap: 1em;
	align-items: baseline;
	flex-wrap: wrap;
}

.ii-gettimely-service__name {
	font-weight: 600;
}

.ii-gettimely-service__price {
	white-space: nowrap;
}

.ii-gettimely-service__desc {
	margin: 0.25em 0;
	font-size: 0.95em;
	opacity: 0.85;
	overflow-wrap: anywhere;
}

.ii-gettimely-service__duration {
	display: inline-block;
	font-size: 0.85em;
	opacity: 0.75;
	margin-right: 0.75em;
}

.ii-gettimely-service__book {
	margin-top: 0.5em;
	font-size: 0.9em;
	padding: 0.4em 0.9em;
}

.ii-gettimely-price-list__updated {
	font-size: 0.85em;
	opacity: 0.7;
	margin-top: 1em;
}

@media (max-width: 480px) {
	.ii-gettimely-service__head {
		flex-direction: column;
		gap: 0.15em;
	}
}
