/* Roberin The New — D-day Calculator correction 20260710h */
body.tn-dday-page-body .tn-dday-page :is(.tn-dday-input-module,.tn-dday-primary),
body.tn-dday-page-body .tn-dday-page #tnDdayStatus{
	border-left-width:1px!important;
	border-left-style:solid!important;
	border-left-color:var(--tn-line)!important;
}
body.tn-dday-page-body .tn-dday-page #tnDdayStatus{
	border:1px solid var(--tn-line-soft)!important;
}
body.tn-dday-page-body .tn-dday-page #tnDdayStatus[data-tone="error"]{
	border-color:var(--tn-danger)!important;
}
body.tn-dday-page-body .tn-dday-page #tnDdayValue{
	display:block!important;
	max-width:100%!important;
	font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif!important;
	font-size:clamp(36px,5.2vw,58px)!important;
	font-weight:700!important;
	font-kerning:normal!important;
	font-variant-numeric:lining-nums tabular-nums!important;
	font-feature-settings:"kern" 1,"lnum" 1,"tnum" 1!important;
	letter-spacing:0!important;
	line-height:1.12!important;
	white-space:nowrap!important;
	word-break:normal!important;
	overflow-wrap:normal!important;
}
body.tn-dday-page-body:is([data-scheme="dark"],[data-scheme="inverse"],[data-scheme="auto"][data-l="dark"],[data-scheme="auto"][data-d="dark"]) .tn-dday-page :is(.tn-dday-input-module,.tn-dday-primary,#tnDdayStatus),
html[data-scheme="dark"] body.tn-dday-page-body:not([data-scheme="light"]) .tn-dday-page :is(.tn-dday-input-module,.tn-dday-primary,#tnDdayStatus){
	border-left-width:1px!important;
	border-left-style:solid!important;
	border-left-color:#775d3d!important;
}
body.tn-dday-page-body:is([data-scheme="dark"],[data-scheme="inverse"],[data-scheme="auto"][data-l="dark"],[data-scheme="auto"][data-d="dark"]) .tn-dday-page #tnDdayStatus,
html[data-scheme="dark"] body.tn-dday-page-body:not([data-scheme="light"]) .tn-dday-page #tnDdayStatus{
	border-color:#5f4a32!important;
}
body.tn-dday-page-body:is([data-scheme="dark"],[data-scheme="inverse"],[data-scheme="auto"][data-l="dark"],[data-scheme="auto"][data-d="dark"]) .tn-dday-page #tnDdayValue,
html[data-scheme="dark"] body.tn-dday-page-body:not([data-scheme="light"]) .tn-dday-page #tnDdayValue{
	color:#ffb36d!important;
	-webkit-text-fill-color:#ffb36d!important;
}
@media (prefers-color-scheme:dark){
	body.tn-dday-page-body[data-scheme="auto"] .tn-dday-page :is(.tn-dday-input-module,.tn-dday-primary,#tnDdayStatus){
		border-left-width:1px!important;
		border-left-style:solid!important;
		border-left-color:#775d3d!important;
	}
	body.tn-dday-page-body[data-scheme="auto"] .tn-dday-page #tnDdayStatus{
		border-color:#5f4a32!important;
	}
	body.tn-dday-page-body[data-scheme="auto"] .tn-dday-page #tnDdayValue{
		color:#ffb36d!important;
		-webkit-text-fill-color:#ffb36d!important;
	}
}
@media (min-width:981px){
	body.tn-dday-page-body .tn-dday-page .tn-dday-workspace:has(.tn-dday-time:not([hidden])) :is(.tn-dday-input-module,.tn-dday-primary){
		height:272px!important;
		min-height:272px!important;
	}
}
@media (max-width:980px){
	body.tn-dday-page-body .tn-dday-page :is(.tn-dday-input-module,.tn-dday-primary){
		height:auto!important;
		min-height:0!important;
	}
	body.tn-dday-page-body .tn-dday-page .tn-dday-primary{
		min-height:154px!important;
	}
}
@media (max-width:720px){
	body.tn-dday-page-body .tn-dday-page #tnDdayValue{
		font-size:clamp(32px,11vw,46px)!important;
		line-height:1.14!important;
	}
	body.tn-dday-page-body .tn-dday-page .tn-dday-primary{
		min-height:132px!important;
	}
}
@media (max-width:360px){
	body.tn-dday-page-body .tn-dday-page #tnDdayValue{
		font-size:31px!important;
	}
}
