/* Sky Price Box - estilos base (no dependen de las opciones dinámicas del shortcode) */

.skypb-wrapper {
	max-width: 100%;
	font-family: inherit;
	line-height: 1.4;
}

.skypb-wrapper * {
	box-sizing: border-box;
}

.skypb-header {
	position: relative;
	z-index: 2;
	user-select: none;
}

.skypb-header .skypb-icon svg {
	display: block;
}

.skypb-body p {
	margin: 0 0 10px;
}

.skypb-body strong {
	font-weight: 700;
}

/* Responsive: en pantallas chicas reducimos un poco el padding para que no se vea apretado */
@media (max-width: 480px) {
	.skypb-header {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
	.skypb-body {
		padding: 16px !important;
	}
}
