/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@media (min-width:768px){.webform-flexbox{display:flex;margin:1em -0.5em;}.webform-flexbox.js-webform-states-hidden[style*="display: block"]{display:flex !important;}.webform-flexbox .webform-flexbox{margin:1em 0;}.webform-flexbox--flex-start{align-items:flex-start;}.webform-flexbox--flex-end{align-items:flex-end;}.webform-flexbox--center{align-items:center;}.webform-flex{min-width:0;}.webform-flex--container{margin:0 0.5em;}.webform-flex--container > .form-item{margin:0;}.webform-flex--container > .form-item > input:not([type="checkbox"]),.webform-flex--container > .form-item > select{width:100%;}.container-inline .webform-flex--container > .form-item > input:not([type="checkbox"]),.container-inline .webform-flex--container > .form-item > select,.webform-flex--container > .form-item.webform-element--title-inline > input:not([type="checkbox"]),.webform-flex--container > .form-item.webform-element--title-inline > select{width:inherit;}.webform-flex--container > .webform-has-field-prefix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-suffix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix > select,.webform-flex--container > .webform-has-field-suffix > select{width:85%;}.webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > select{width:70%;}.webform-flex--container > .webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-element-help-container--element > select{width:85%;}.webform-flex--container > .webform-has-field-prefix.webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-suffix.webform-element-help-container--element > select{width:70%;}.webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > select{width:50%;}.webform-flex--1{flex:1;}.webform-flex--2{flex:2;}.webform-flex--3{flex:3;}.webform-flex--4{flex:4;}.webform-flex--5{flex:5;}.webform-flex--6{flex:6;}.webform-flex--7{flex:7;}.webform-flex--8{flex:8;}.webform-flex--9{flex:9;}.webform-flex--10{flex:10;}.webform-flex--11{flex:11;}.webform-flex--12{flex:12;}.webform-flex--container > .form-type-webform-select-other select{width:100%;}.webform-flex--container > .form-type-webform-select-other .form-item{margin:0;}.webform-flex--container > .form-type-webform-select-other .form-item + .form-item{margin-top:0.5em;}.webform-flex--container > .form-type-range-output > .form-range-output{width:66%;}.form-composite > .webform-flexbox{margin:1em -0.5em;}.webform-flex--container .form-type-checkbox,.webform-flex--container .form-type-radio{white-space:nowrap;}}
.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 5px 2px;background:transparent url(/core/misc/throbber-active.gif) 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:1000;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.gif);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;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.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;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.eat27-summary-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:20px;margin-bottom:20px;}.eat27-summary-card h4{margin-top:0;margin-bottom:15px;color:#333;font-size:1.2em;}.eat27-summary-card .table{margin-bottom:0;}.eat27-summary-card .table td{padding:6px 0;border:none;}.eat27-summary-total td{border-top:2px solid #333 !important;padding-top:10px !important;font-size:1.1em;}.form-item-payment-option .form-radios{display:flex;gap:15px;flex-wrap:wrap;}.form-item-payment-option .form-radios .form-item{flex:1;min-width:200px;padding:15px;border:2px solid #dee2e6;border-radius:8px;cursor:pointer;transition:border-color 0.2s,background-color 0.2s;}.form-item-payment-option .form-radios .form-item:hover{border-color:#0d6efd;background-color:#f0f6ff;}.form-item-payment-option .form-radios .form-item input:checked ~ label,.form-item-payment-option .form-radios .form-item:has(input:checked){border-color:#0d6efd;background-color:#e7f1ff;}.form-item-payment-option .form-radios .form-item label{font-weight:600;cursor:pointer;display:block;}.eat27-breakdown-card{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:20px;margin:20px 0;}.eat27-breakdown-card h5{margin-top:0;margin-bottom:15px;color:#333;}.eat27-breakdown-table{margin-bottom:10px;}.eat27-breakdown-table td{padding:8px 0;}.eat27-breakdown-deposit td{background-color:#e8f5e9;padding:10px 8px !important;font-size:1.05em;}.eat27-breakdown-total td{background-color:#e3f2fd;padding:10px 8px !important;font-size:1.1em;}.eat27-breakdown-note{margin-top:15px;padding:10px 15px;background:#fff3cd;border-radius:4px;font-size:0.95em;}.eat27-hold-methods{margin-top:15px;padding:15px;background:#f8f9fa;border-radius:4px;}.eat27-hold-methods h6{margin-top:0;margin-bottom:10px;}.eat27-hold-methods ul{margin-bottom:0;padding-left:20px;}.eat27-hold-methods li{margin-bottom:8px;}.eat27-contract-display{margin:20px 0;}.eat27-contract-content{max-height:400px;overflow-y:auto;padding:20px;border:1px solid #dee2e6;border-radius:6px;background:#fff;font-size:0.9em;line-height:1.6;}.eat27-contract-content h1,.eat27-contract-content h2,.eat27-contract-content h3{font-size:1.1em;margin-top:15px;margin-bottom:8px;}.eat27-contract-content p{margin-bottom:10px;}.eat27-payment-schedule-table{width:100%;border-collapse:collapse;margin:15px 0;}.eat27-payment-schedule-table th,.eat27-payment-schedule-table td{padding:8px 12px;border:1px solid #dee2e6;text-align:left;}.eat27-payment-schedule-table th{background:#f8f9fa;font-weight:600;}.eat27-payment-schedule-table tr:nth-child(even){background:#f9f9f9;}fieldset.form-item--signature-section{border:2px solid #dee2e6;border-radius:6px;padding:20px;margin-top:20px;background:#fafafa;}.eat27-payment-success{max-width:600px;margin:40px auto;padding:30px;background:#e8f5e9;border:1px solid #4caf50;border-radius:8px;text-align:center;}.eat27-payment-success h3{color:#2e7d32;margin-top:0;}.eat27-payment-pending{max-width:600px;margin:40px auto;padding:30px;background:#fff3e0;border:1px solid #ff9800;border-radius:8px;text-align:center;}.eat27-payment-pending h3{color:#e65100;margin-top:0;}.eat27-payment-error{max-width:600px;margin:40px auto;padding:30px;background:#ffebee;border:1px solid #f44336;border-radius:8px;text-align:center;}.eat27-payment-error h3{color:#c62828;margin-top:0;}.eat27-confirmation{max-width:600px;margin:20px auto;padding:30px;text-align:center;}.eat27-confirmation h3{color:#2e7d32;}@media print{.eat27-breakdown-card,.eat27-contract-content,.eat27-summary-card{border:1px solid #000;break-inside:avoid;}.eat27-contract-content{max-height:none;overflow:visible;}}
.eat27-print-header{display:none;}.eat27-quote-display{margin:1.5rem 0;transition:opacity 0.2s ease;}.eat27-quote-display.has-quote{background:#f8f9fa;border:1px solid #dee2e6;border-radius:0.375rem;padding:1.25rem;}.eat27-quote-title{font-size:1.2rem;font-weight:700;margin-bottom:0.25rem;color:#1a1a1a;border-bottom:2px solid #1a1a1a;padding-bottom:0.5rem;}.eat27-itinerary{border-left:3px solid #0d6efd;padding-left:1rem;}.eat27-itinerary-title{font-size:1.05rem;font-weight:600;margin-bottom:0.15rem;color:#333;}.eat27-itinerary-subtitle{font-size:0.9rem;color:#666;margin-bottom:0.75rem;}.eat27-itinerary-list{margin-bottom:0;}.eat27-itinerary-list dt{font-weight:600;color:#1a1a1a;margin-top:0.5rem;font-size:0.95rem;}.eat27-itinerary-list dt:first-child{margin-top:0;}.eat27-itinerary-dates{font-weight:400;color:#555;}.eat27-itinerary-list dd{margin-left:0;margin-bottom:0.25rem;font-size:0.88rem;color:#444;line-height:1.45;}.eat27-flights{border-left:3px solid #198754;padding-left:1rem;}.eat27-flights-title{font-size:1.05rem;font-weight:600;margin-bottom:0.5rem;color:#333;}.eat27-flights-table{font-size:0.85rem;margin-bottom:0;}.eat27-flights-table th{font-size:0.8rem;text-transform:uppercase;letter-spacing:0.03em;color:#666;border-bottom:1px solid #ccc;}.eat27-flights-date{white-space:nowrap;font-weight:600;width:70px;}.eat27-flights-label{font-weight:600;}.eat27-price-title{font-size:1.05rem;font-weight:600;margin-bottom:0.5rem;color:#333;}.eat27-quote-table{margin-bottom:0.5rem;}.eat27-quote-table td{padding:0.4rem 0.5rem;vertical-align:middle;}.eat27-quote-total td{border-top:2px solid #333;padding-top:0.6rem;font-size:1.1rem;}.eat27-service-fee td{vertical-align:top;}.eat27-service-fee-desc{font-size:0.8rem;color:#666;line-height:1.35;margin-top:0.2rem;}.eat27-discount-line td{color:#198754;font-style:italic;}.eat27-quote-note{margin-bottom:0;}.eat27-quote-actions{text-align:right;}.eat27-save-pdf{font-size:0.9rem;}.room-auto-set select{background-color:#e9ecef;pointer-events:none;}@media print{#site-header,.innerpage-banner,#mobileNavigation,footer,.breadcrumb,.tabs,.webform-progress,.toolbar-bar,.toolbar-tray,#toolbar-administration,.region-sidebar-first,.region-sidebar-second,.contextual-toolbar-tab,.skip-link,#preloader,#page-overlay{display:none !important;}.eat27-print-header{display:block !important;margin-bottom:1rem;}.eat27-print-topbar{display:flex !important;justify-content:space-between;align-items:flex-start;margin-bottom:0.75rem;padding-bottom:0.5rem;border-bottom:1px solid #ccc;}.eat27-print-logo{flex-shrink:0;}.eat27-print-logo img{height:38px;width:auto;filter:invert(1);}.eat27-print-contact{display:flex !important;flex-direction:column;align-items:flex-end;font-size:0.75rem;color:#444;line-height:1.5;}.eat27-print-banner{margin-bottom:0.75rem;overflow:hidden;border-radius:4px;}.eat27-print-banner img{width:100%;height:auto;max-height:200px;object-fit:cover;display:block;}.eat27-print-banner-text{margin-bottom:0.5rem;}.eat27-print-banner-title{font-size:1.3rem;font-weight:700;margin:0 0 0.15rem 0;color:#000;}.eat27-print-banner-desc{font-size:0.95rem;color:#555;margin:0;}body > *{display:none !important;}body > .dialog-off-canvas-main-canvas{display:flex !important;}.dialog-off-canvas-main-canvas > *{display:none !important;}.dialog-off-canvas-main-canvas > .main-wrapper{display:block !important;}.main-wrapper > *{display:none !important;}.main-wrapper > main,.main-wrapper main > *,.main-wrapper .region-content,.main-wrapper .region-content > *,.main-wrapper .landing-page-content,.main-wrapper .landing-page-content > *,.main-wrapper .field--name-field-add-sections,.main-wrapper .field--name-field-add-sections > *,.main-wrapper .paragraph,.main-wrapper .paragraph > *,.main-wrapper .field--name-field-select-block-type,.main-wrapper .field--name-field-select-block-type > *,.main-wrapper #block-webform{display:block !important;}.main-wrapper .block-local-tasks-block,.main-wrapper [data-drupal-messages-fallback]{display:none !important;}.webform-submission-echoes-of-africa-tour-2027-quote-node-727-add-form{display:block !important;}.webform-submission-echoes-of-africa-tour-2027-quote-node-727-add-form > *{display:none !important;}.webform-submission-echoes-of-africa-tour-2027-quote-node-727-add-form > .webform-progress{display:none !important;}.webform-submission-echoes-of-africa-tour-2027-quote-node-727-add-form > [data-drupal-selector="edit-page-quote"]{display:block !important;}[data-drupal-selector="edit-page-quote"] > *{display:none !important;}[data-drupal-selector="edit-page-quote"] > .js-form-wrapper:has(.eat27-quote-display){display:block !important;}.form-item-quote-display{display:block !important;}.eat27-quote-display,.eat27-quote-display.has-quote{display:block !important;border:none !important;padding:0 !important;background:#fff !important;-webkit-print-color-adjust:exact;print-color-adjust:exact;}.eat27-quote-display *{visibility:visible !important;}.eat27-quote-title{font-size:1.4rem;margin-bottom:0.5rem;}.eat27-itinerary{border-left:3px solid #000;break-inside:avoid;}.eat27-itinerary-title{font-size:1.1rem;}.eat27-flights{border-left:3px solid #000;break-inside:avoid;}.eat27-flights-table th,.eat27-flights-table td{border-color:#999 !important;}.eat27-price-breakdown{break-inside:avoid;border-top:1px solid #ccc;padding-top:0.75rem;}.eat27-quote-total td{font-size:1.2rem;border-top:2px solid #000;}body{font-size:11pt;color:#000;}.container,.container-fluid{max-width:100% !important;padding:0 !important;}}
