/* RufinoWeb - Farmacias de Turno: estilos del sitio (frontend) */
/* Todas las clases usan el prefijo "rwft-" para no chocar con el tema. */

.rwft-box-hoy {
	border: 2px solid #2fa84f;
	border-radius: 12px;
	padding: 16px 20px;
	max-width: 420px;
	background: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	margin: 16px 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}
.rwft-box-hoy-header {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #121212;
	color: #ffffff;
	padding: 8px 14px;
	border-radius: 8px 8px 0 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.02em;
	margin: -16px -20px 14px -20px;
}
.rwft-icon-cruz {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #2fa84f;
	color: #2fa84f;
	background: #ffffff;
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
}
.rwft-box-hoy-fecha {
	color: #666666;
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.rwft-box-hoy-nombre {
	font-size: 22px;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.2;
}
.rwft-box-hoy-extra {
	font-size: 13px;
	color: #444444;
	margin-top: 4px;
}
.rwft-box-hoy-sindatos {
	font-size: 14px;
	color: #888888;
	font-style: italic;
}
.rwft-box-hoy-nota {
	font-size: 11px;
	color: #888888;
	margin-top: 12px;
	border-top: 1px solid #eeeeee;
	padding-top: 8px;
	line-height: 1.4;
}

.rwft-calendario {
	max-width: 800px;
	margin: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}
.rwft-calendario-header {
	background: #121212;
	color: #ffffff;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	font-size: 17px;
}
.rwft-icon-cal {
	font-size: 17px;
}
.rwft-calendario-subtitulo {
	background: #eafaf0;
	color: #1c7a3a;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 18px;
}
.rwft-calendario-tabla {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	table-layout: fixed;
}
.rwft-calendario-tabla th {
	background: #2fa84f;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 8px 4px;
	text-align: center;
}
.rwft-cal-day,
.rwft-cal-empty {
	border: 1px solid #eeeeee;
	vertical-align: top;
	height: 70px;
	padding: 6px;
}
.rwft-cal-empty {
	background: #fafafa;
}
.rwft-cal-daynum {
	font-weight: 700;
	color: #2fa84f;
	font-size: 13px;
}
.rwft-cal-farmacia {
	font-size: 12px;
	color: #222222;
	margin-top: 4px;
	line-height: 1.25;
	word-break: break-word;
	font-weight: 600;
}
.rwft-cal-today {
	background: #eafaf0;
	box-shadow: inset 0 0 0 2px #2fa84f;
}
.rwft-calendario-footer {
	font-size: 11px;
	color: #666666;
	padding: 10px 18px;
	background: #fafafa;
	border-top: 1px solid #eeeeee;
	line-height: 1.4;
}

@media (max-width: 600px) {
	.rwft-cal-day,
	.rwft-cal-empty {
		height: 54px;
		padding: 4px;
	}
	.rwft-cal-daynum {
		font-size: 11px;
	}
	.rwft-cal-farmacia {
		font-size: 9px;
	}
	.rwft-calendario-titulo {
		font-size: 14px;
	}
	.rwft-box-hoy-nombre {
		font-size: 18px;
	}
}
