/* Armag — Calculadora de Arriendo (brand: rojo #B10000 / negro #141414) */
.armag-rental {
	margin: 18px 0;
	font-family: inherit;
	--armag-red: #B10000;
	--armag-ink: #141414;
}

.armag-rental-card {
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	padding: 20px 20px 16px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(17, 17, 17, .06);
}

.armag-rental-head {
	display: flex; align-items: center; justify-content: space-between;
	margin-bottom: 16px;
}
.armag-rental-title { font-size: 16px; font-weight: 700; color: var(--armag-ink); letter-spacing: -.2px; }
.armag-rental-badge {
	font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
	color: #fff; background: var(--armag-red); padding: 4px 11px; border-radius: 999px;
}

.armag-rental-row-days {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	margin-bottom: 16px;
}
.armag-rental-row-days label { font-size: 14px; font-weight: 600; color: #2b2b2b; }

.armag-rental-stepper {
	display: inline-flex; align-items: center;
	border: 1px solid #dcdcdc; border-radius: 12px; overflow: hidden; background: #f7f7f7;
}
.armag-rental-step {
	width: 44px; height: 46px; border: none; background: transparent; cursor: pointer;
	font-size: 22px; line-height: 1; color: var(--armag-ink); font-weight: 600;
	display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s;
}
.armag-rental-step:hover { background: var(--armag-red); color: #fff; }
.armag-rental-days {
	width: 58px; height: 46px; text-align: center; border: none; background: #fff;
	border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6;
	font-size: 16px; font-weight: 700; color: var(--armag-ink); -moz-appearance: textfield;
}
.armag-rental-days:focus { outline: 2px solid var(--armag-red); outline-offset: -2px; }
.armag-rental-days::-webkit-outer-spin-button,
.armag-rental-days::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.armag-rental-result {
	border-top: 1px solid #ededed; padding-top: 14px; margin-top: 2px;
}
.armag-rental-line {
	display: flex; align-items: baseline; justify-content: space-between; margin: 7px 0;
}
.armag-rental-line span { font-size: 14px; color: #6b6b6b; }
.armag-rental-daily { font-size: 15px; font-weight: 600; color: #2b2b2b; }
.armag-rental-total-line span { color: var(--armag-ink); font-weight: 700; }
.armag-rental-total { font-size: 24px; font-weight: 800; color: var(--armag-red); letter-spacing: -.5px; }

.armag-rental-disclaimer {
	margin: 12px 0 0; font-size: 11.5px; line-height: 1.45; color: #9a9a9a;
}

/* Aviso para máquinas sin tarifa cargada */
.armag-rental-notice {
	display: flex; align-items: flex-start; gap: 12px;
	border: 1px solid #e3e3e3; border-left: 4px solid var(--armag-red);
	border-radius: 14px; padding: 16px 18px; background: #fff;
}
.armag-rental-notice-ico { font-size: 20px; line-height: 1.2; }
.armag-rental-notice strong { display: block; font-size: 14px; color: var(--armag-ink); margin-bottom: 2px; }
.armag-rental-notice span { font-size: 13px; color: #6b6b6b; line-height: 1.5; }

@media (max-width: 480px) {
	.armag-rental-row-days { flex-direction: column; align-items: stretch; }
	.armag-rental-stepper { align-self: stretch; justify-content: space-between; }
	.armag-rental-days { flex: 1; }
}
