div.orgfroid-calculator .orgfroid-fce-grid {
grid-template-columns: 1fr 1fr !important;
}
@media (min-width: 900px) {
div.orgfroid-calculator .orgfroid-fce-grid {
grid-template-columns: repeat(4, 1fr) !important;
}
}
@media (max-width: 639px) {
div.orgfroid-calculator .orgfroid-fce-grid {
grid-template-columns: 1fr !important;
}
} div.orgfroid-calculator #orgfroid-fce-gwp {
background-color: var(--orgfroid-bg-card) !important;
color: var(--orgfroid-text-muted) !important;
cursor: not-allowed !important;
} div.orgfroid-calculator input[type="date"] {
min-height: var(--orgfroid-input-height) !important;
width: 100% !important;
font-size: 15px !important;
font-family: var(--orgfroid-font) !important;
color: var(--orgfroid-text) !important;
background-color: var(--orgfroid-bg-white) !important;
padding: 12px 16px !important;
border: 1.5px solid var(--orgfroid-border) !important;
border-radius: var(--orgfroid-radius-sm) !important;
outline: none !important;
transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
-webkit-appearance: none !important;
appearance: none !important;
box-shadow: none !important;
line-height: 1.4 !important;
margin: 0 !important;
}
div.orgfroid-calculator input[type="date"]:focus {
border-color: var(--orgfroid-border-focus) !important;
box-shadow: 0 0 0 3px rgba(36, 224, 186, 0.15) !important;
} div.orgfroid-calculator .orgfroid-fce-alert {
display: flex !important;
gap: 14px !important;
align-items: flex-start !important;
padding: 18px 22px !important;
background: #fef2f2 !important;
border: 1.5px solid #fecaca !important;
border-radius: var(--orgfroid-radius-sm) !important;
margin-bottom: 24px !important;
}
div.orgfroid-calculator .orgfroid-fce-alert-icon {
flex-shrink: 0 !important;
margin-top: 2px !important;
}
div.orgfroid-calculator .orgfroid-fce-alert-content {
flex: 1 !important;
}
div.orgfroid-calculator .orgfroid-fce-alert-content strong {
display: block !important;
font-size: 15px !important;
font-weight: 700 !important;
color: #991b1b !important;
margin-bottom: 4px !important;
}
div.orgfroid-calculator .orgfroid-fce-alert-content p {
font-size: 14px !important;
color: #7f1d1d !important;
margin: 0 !important;
line-height: 1.6 !important;
} div.orgfroid-calculator .orgfroid-fce-schedule-section {
margin-bottom: 24px !important;
padding: 0 !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-title {
display: flex !important;
align-items: center !important;
gap: 10px !important;
font-size: 18px !important;
font-weight: 700 !important;
color: var(--orgfroid-text) !important;
margin: 0 0 16px !important;
padding: 0 !important;
} div.orgfroid-calculator .orgfroid-fce-schedule-list {
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
margin: 0 !important;
padding: 0 !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-item {
display: flex !important;
align-items: center !important;
gap: 14px !important;
padding: 14px 18px !important;
background: var(--orgfroid-bg-card) !important;
border: 1px solid var(--orgfroid-border) !important;
border-radius: var(--orgfroid-radius-sm) !important;
transition: transform 0.15s ease !important;
margin: 0 !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-item:hover {
transform: translateX(4px) !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-item--overdue {
border-color: #fecaca !important;
background: #fef2f2 !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-item--upcoming {
border-color: #fde68a !important;
background: #fffbeb !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-num {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 32px !important;
height: 32px !important;
min-width: 32px !important;
border-radius: 50% !important;
background: var(--orgfroid-primary) !important;
color: #fff !important;
font-size: 14px !important;
font-weight: 700 !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-info {
flex: 1 !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-date {
font-size: 15px !important;
font-weight: 600 !important;
color: var(--orgfroid-text) !important;
line-height: 1.4 !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-status {
font-size: 13px !important;
color: var(--orgfroid-text-muted) !important;
line-height: 1.4 !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-badge {
display: inline-block !important;
padding: 3px 10px !important;
font-size: 11px !important;
font-weight: 700 !important;
border-radius: 10px !important;
text-transform: uppercase !important;
letter-spacing: 0.04em !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-badge--ok {
background: #d1fae5 !important;
color: #065f46 !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-badge--overdue {
background: #fecaca !important;
color: #991b1b !important;
}
div.orgfroid-calculator .orgfroid-fce-schedule-badge--upcoming {
background: #fde68a !important;
color: #92400e !important;
} div.orgfroid-calculator .orgfroid-fce-registry-reminder {
display: flex !important;
gap: 14px !important;
align-items: flex-start !important;
padding: 18px 22px !important;
background: var(--orgfroid-primary-light) !important;
border: 1px solid var(--orgfroid-primary) !important;
border-radius: var(--orgfroid-radius-sm) !important;
margin-bottom: 24px !important;
}
div.orgfroid-calculator .orgfroid-fce-registry-icon {
flex-shrink: 0 !important;
margin-top: 2px !important;
}
div.orgfroid-calculator .orgfroid-fce-registry-content {
flex: 1 !important;
}
div.orgfroid-calculator .orgfroid-fce-registry-content strong {
display: block !important;
font-size: 15px !important;
font-weight: 700 !important;
color: var(--orgfroid-text) !important;
margin-bottom: 6px !important;
}
div.orgfroid-calculator .orgfroid-fce-registry-content p {
font-size: 14px !important;
color: var(--orgfroid-text-light) !important;
margin: 0 0 6px !important;
line-height: 1.6 !important;
}
div.orgfroid-calculator .orgfroid-fce-registry-expiry {
font-weight: 600 !important;
color: var(--orgfroid-text) !important;
}