/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.social-sharing-buttons{display:flex;align-items:center;justify-content:center;margin:2em 0;}.social-sharing-buttons a,.social-sharing-buttons-button{display:flex;align-items:center;justify-content:center;margin:0 4px;text-decoration:none;}.social-sharing-buttons-wrapper{position:relative;}.btn-copy{padding:0;cursor:pointer;}.social-sharing-buttons-popup{position:absolute;top:0;left:50%;display:none;overflow:hidden;min-width:6em;height:0;padding:5px;transition:all 0.5s ease;transform:translate(-50%,calc(-100% - 10px));text-align:center;color:white;border-radius:3px;background-color:black;font-size:small;}.social-sharing-buttons-popup.visible{display:block;overflow:unset;height:auto;}.social-sharing-buttons-popup::before{position:absolute;bottom:0;left:50%;display:block;width:0;height:0;content:"";transform:translate(-50%,100%);border-top:10px solid black;border-right:10px solid transparent;border-left:10px solid transparent;}.social-sharing-buttons-visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;border:0;}
.layout--onecol .layout__region{width:100%;}
.school-age-calculator-wrapper{max-width:600px;margin:0 auto;padding:20px;background:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);}.school-age-calculator-wrapper .form-item{margin-bottom:20px;}.school-age-calculator-wrapper label{display:block;font-weight:600;margin-bottom:8px;color:#333;font-size:14px;}.date-dropdowns-wrapper{margin-bottom:20px;}.date-dropdowns-wrapper .form-label{display:block;font-weight:600;margin-bottom:8px;color:#333;font-size:14px;}.date-dropdowns-fields{display:flex;gap:10px;}.date-dropdowns-fields .form-item{margin-bottom:0;flex:1;}.date-day,.date-month,.date-year{width:100%;padding:10px 12px;font-size:16px;border:2px solid #ddd;border-radius:4px;background-color:#fff;transition:border-color 0.3s ease;box-sizing:border-box;}.date-day:focus,.date-month:focus,.date-year:focus{outline:none;border-color:#0066cc;box-shadow:0 0 0 3px rgba(0,102,204,0.1);}.date-day:hover,.date-month:hover,.date-year:hover{border-color:#999;}.school-age-calculator-wrapper input[type="date"],.school-age-calculator-wrapper select{width:100%;font-size:16px;border:2px solid #ddd;border-radius:4px;background-color:#fff;transition:border-color 0.3s ease;box-sizing:border-box;}.school-age-calculator-wrapper input[type="date"]:focus,.school-age-calculator-wrapper select:focus{outline:none;border-color:#0066cc;box-shadow:0 0 0 3px rgba(0,102,204,0.1);}.school-age-calculator-wrapper input[type="date"]:hover,.school-age-calculator-wrapper select:hover{border-color:#999;}.school-age-calculator-wrapper .description{font-size:13px;color:#666;margin-top:5px;font-style:italic;}.school-age-actions{display:flex;justify-content:flex-end;margin:20px 0;}.school-age-reset{padding:10px 20px;font-size:14px;font-weight:600;border:2px solid #6c757d;border-radius:4px;background-color:#006400;color:#fff;cursor:pointer;transition:all 0.3s ease;}.school-age-reset:hover{background-color:#006400;color:#fff;box-shadow:0 2px 8px rgba(108,117,125,0.3);}.school-age-reset:active{background-color:#4169E1;border-color:#4169E1;}.school-age-reset:focus{outline:none;box-shadow:0 0 0 3px rgba(108,117,125,0.3);background-color:#4169E1;border-color:#4169E1;}.school-age-results{margin-top:30px;min-height:50px;}.school-age-placeholder{padding:20px;text-align:center;color:#666;font-style:italic;background:#fff;border-radius:4px;border:2px dashed #ddd;}.school-age-results-content{background:#fff;padding:20px;border-radius:4px;border-left:4px solid #0066cc;box-shadow:0 1px 3px rgba(0,0,0,0.1);}.school-age-results-content h3{margin-top:0;margin-bottom:20px;color:#0066cc;font-size:20px;border-bottom:2px solid #e9ecef;padding-bottom:10px;}.result-item{padding:12px 0;border-bottom:1px solid #f0f0f0;display:flex;flex-wrap:wrap;align-items:baseline;}.result-item:last-child{border-bottom:none;}.result-label{font-weight:600;color:#555;margin-right:8px;min-width:140px;}.result-value{color:#333;font-size:16px;flex:1;}.school-age-error{padding:15px;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;}.future-years-section{margin-top:30px;padding-top:20px;border-top:2px solid #e9ecef;}.future-years-section h3{margin-top:0;margin-bottom:15px;color:#0066cc;font-size:18px;}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;}.future-years-table{width:100%;border-collapse:collapse;margin-top:10px;font-size:14px;background:#fff;}.future-years-table thead{background:#0066cc;color:#fff;}.future-years-table th{padding:12px 10px;text-align:left;font-weight:600;border:1px solid #0052a3;}.future-years-table td{padding:10px;border:1px solid #dee2e6;vertical-align:middle;}.future-years-table tbody tr{transition:background-color 0.2s ease;}.future-years-table tbody tr:nth-child(odd){background-color:#f8f9fa;}.future-years-table tbody tr:hover{background-color:#e7f3ff;}.future-years-table td.term-dates{font-size:13px;color:#666;}.future-years-table td strong{color:#0066cc;font-weight:600;}.ajax-progress{display:inline-block;margin-left:10px;}.ajax-progress-throbber .throbber{background:transparent url(/core/misc/throbber-active.gif) no-repeat center;width:20px;height:20px;display:inline-block;vertical-align:middle;}.ajax-progress-throbber .message{display:inline-block;vertical-align:middle;margin-left:5px;font-size:14px;color:#666;}.form-required{color:#c00;}@media (max-width:768px){.school-age-calculator-wrapper{padding:15px;margin:10px;}.date-dropdowns-fields{gap:8px;}.date-day,.date-month,.date-year{font-size:14px;padding:8px 10px;}.result-label{min-width:100px;font-size:14px;}.result-value{font-size:15px;}.school-age-results-content h3{font-size:18px;}.school-age-actions{justify-content:center;}.future-years-table{font-size:12px;}.future-years-table th,.future-years-table td{padding:8px 5px;}.future-years-table td.term-dates{font-size:11px;}}@media (max-width:480px){.date-dropdowns-fields{flex-direction:column;gap:10px;}.date-dropdowns-fields .form-item{width:100%;}.result-item{flex-direction:column;}.result-label{margin-bottom:5px;}.school-age-calculator-wrapper input[type="date"],.school-age-calculator-wrapper select,.date-day,.date-month,.date-year{font-size:16px;}.future-years-table{display:block;overflow-x:auto;white-space:nowrap;}.future-years-table thead{display:table-header-group;}.future-years-table th{font-size:11px;padding:8px 4px;}.future-years-table td{font-size:11px;padding:6px 4px;}}@media print{.school-age-calculator-wrapper{box-shadow:none;border:1px solid #333;}.ajax-progress,.school-age-actions{display:none;}.future-years-table{page-break-inside:avoid;}.future-years-table thead{display:table-header-group;}}.school-age-calculator-wrapper input[type="date"]:invalid,.school-age-calculator-wrapper select:invalid{border-color:#c00;}.school-age-calculator-wrapper input[type="date"]:disabled,.school-age-calculator-wrapper select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:0.6;}@media (prefers-contrast:high){.school-age-calculator-wrapper input[type="date"],.school-age-calculator-wrapper select{border-width:3px;}.school-age-results-content{border-left-width:6px;}}@media print{.school-age-calculator-wrapper{box-shadow:none;border:1px solid #333;}.ajax-progress,.school-age-actions{display:none;}}
