/* Clear, readable, not overwhelming */
.suggestions {
  position: absolute;
  /* background: white; */
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1000;
}

/* h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 */
/* { */
/*     font-family: 'League Spartan', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; */
/*     font-weight:400; */
/* } */

.classic_image_carousel,
.classic_image_carousel .carousel-inner,
.classic_image_carousel .carousel-item
{
    min-height: 420px;
    background-color: #eef4f8;
}

.classic_image_carousel .carousel-item img
{
    width: 100%;
    height: 420px;
    object-fit: contain;
    background-color: #eef4f8;
}

.classic_image_carousel_thumbs
{
    position: static;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.55rem;
    margin: 0.75rem 0 0;
    padding: 0 0 0.35rem;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    scrollbar-width: thin;
}

.classic_image_carousel_thumbs [data-bs-target]
{
    box-sizing: border-box;
    flex: 0 0 82px;
    width: 82px;
    height: 62px;
    margin: 0;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    background: #eef4f8;
    opacity: 0.72;
    overflow: hidden;
    text-indent: 0;
}

.classic_image_carousel_thumbs [data-bs-target] img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.classic_image_carousel_thumbs .active
{
    border-color: #2f5f4a;
    opacity: 1;
}

.classic_image_placeholder
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 2rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #eef4f8;
    color: #2f5f4a;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.scooter_image_carousel,
.scooter_image_carousel .carousel-inner,
.scooter_image_carousel .carousel-item
{
    min-height: 420px;
    background-color: #eef4f8;
}

.scooter_image_carousel .carousel-item img
{
    width: 100%;
    height: 420px;
    object-fit: contain;
    background-color: #eef4f8;
}

.scooter_image_carousel_thumbs
{
    position: static;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.55rem;
    margin: 0.75rem 0 0;
    padding: 0 0 0.35rem;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    scrollbar-width: thin;
}

.scooter_image_carousel_thumbs [data-bs-target]
{
    box-sizing: border-box;
    flex: 0 0 82px;
    width: 82px;
    height: 62px;
    margin: 0;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    background: #eef4f8;
    opacity: 0.72;
    overflow: hidden;
    text-indent: 0;
}

.scooter_image_carousel_thumbs [data-bs-target] img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scooter_image_carousel_thumbs .active
{
    border-color: #2f5f4a;
    opacity: 1;
}

.scooter_image_placeholder
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 2rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #eef4f8;
    color: #2f5f4a;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.scooter_detail_section
{
    margin-top: 2rem;
}

.scooter_overview_panel,
.scooter_booking_form
{
    border: 1px solid #e2e7ec;
    border-radius: 6px;
    background-color: #ffffff;
}

.scooter_overview_panel
{
    padding: 1.25rem;
}

.scooter_booking_form
{
    padding: 1.25rem;
}

.scooter_overview_heading h1,
.scooter_booking_heading h2,
.scooter_detail_section h2
{
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
    line-height: 1.25;
}

.scooter_overview_rate_subheading,
.scooter_booking_heading p
{
    color: #2f5f4a;
    font-weight: 600;
}

.scooter_overview_location
{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    color: #56616b;
}

.scooter_overview_facts,
.scooter_details
{
    display: grid;
    gap: 0.65rem;
}

.scooter_overview_fact,
.scooter_detail_value,
.scooter_rate
{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
}

.scooter_overview_fact_label,
.scooter_detail_value strong,
.scooter_rate strong
{
    color: #56616b;
    font-weight: 600;
}

.scooter_overview_fact_value,
.scooter_detail_value span,
.scooter_rate span
{
    text-align: right;
}

.scooter_booking_total
{
    display: grid;
    gap: 0.4rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e6eaee;
}

.scooter_detail_map
{
    min-height: 320px;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #eef4f8;
}

.classic_list_img
{
    width:10rem;
}

.scooter_list_img
{
    width:10rem;
}

#main_container
{
    margin-top: 5rem;
}

.scooter_form_page #entity_form
{
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.scooter_form_page #headings_container h2
{
    margin-bottom: 0.35rem;
    font-size: 1.2rem;
    line-height: 1.25;
}

.scooter_form_page #headings_container h3
{
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.35;
}

.scooter_form
{
    font-size: 0.92rem;
}

.scooter_form p,
.scooter_form .location_instructions,
.scooter_form .description_container
{
    font-size: 0.92rem;
    line-height: 1.42;
}

.scooter_form .form_progress_with_sidebar
{
    grid-template-columns: minmax(190px, 235px) minmax(0, 1fr);
    gap: 1.15rem;
}

.scooter_form .form_progress_nav
{
    padding: 0.75rem;
}

.scooter_form .form_progress_step
{
    gap: 0.55rem;
    padding: 0.55rem 0.5rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.scooter_form .form_progress_step_active,
.scooter_form .form_progress_step[aria-current='step']
{
    background-color: #0d6efd;
    color: #ffffff;
    box-shadow: inset 3px 0 0 #084298 !important;
}

.scooter_form .form_progress_step_active .form_progress_icon,
.scooter_form .form_progress_step[aria-current='step'] .form_progress_icon
{
    background-color: #ffffff;
    color: #0d6efd;
}

.scooter_form .form_progress_step_active .form_progress_number,
.scooter_form .form_progress_step_active .form_progress_description,
.scooter_form .form_progress_step[aria-current='step'] .form_progress_number,
.scooter_form .form_progress_step[aria-current='step'] .form_progress_description
{
    color: rgba(255, 255, 255, 0.78);
}

.scooter_form .form_progress_icon
{
    flex-basis: 2rem;
    width: 2rem;
    height: 2rem;
}

.scooter_form .form_progress_description
{
    font-size: 0.76rem;
}

.scooter_form .form_progress_section_title,
.scooter_form h4,
.scooter_form .h4
{
    font-size: 1rem;
    line-height: 1.3;
}

.scooter_form .form-control-lg,
.scooter_form .form-select-lg,
.scooter_form .input-group-lg > .form-control,
.scooter_form .input-group-lg > .form-select,
.scooter_form .input-group-lg > .input-group-text
{
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: var(--bs-border-radius, 0.375rem);
}

.scooter_form .my_switch.fs-5
{
    font-size: 1rem !important;
}

@media screen and (min-width: 1400px)
{
    .scooter_form_page
    {
        position: relative;
        left: 50%;
        width: calc(100vw - 4rem);
        max-width: 1560px;
        margin-right: 0;
        margin-left: 0;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 991.98px)
{
    .scooter_form .form_progress_with_sidebar
    {
        grid-template-columns: 1fr;
    }
}

.suggestion-item {
  padding: 5px;
  cursor: pointer;
}

.suggestion-item:hover {
  /* background-color: #f0f0f0; */
}

.toscoot_home
{
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: -1.5rem;
    margin-left: -50vw;
    color: #203035;
    background-color: #f7faf8;
}

.toscoot_home_hero
{
    min-height: min(660px, calc(100vh - 4.5rem));
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.toscoot_home_hero_inner
{
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 5rem 0 6rem;
    color: #ffffff;
}

.toscoot_home_kicker
{
    margin-bottom: 0.8rem;
    color: #f6c65b;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.toscoot_home_hero h1
{
    max-width: 760px;
    margin-bottom: 1rem;
    font-size: clamp(3rem, 7vw, 5.8rem);
    font-weight: 800;
    line-height: 0.95;
}

.toscoot_home_lede
{
    max-width: 680px;
    margin-bottom: 1.6rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    line-height: 1.45;
}

.toscoot_home_actions
{
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.toscoot_home_photo_credit
{
    margin-top: 2.5rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
}

.toscoot_home_photo_credit a,
.toscoot_home_attribution a
{
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.toscoot_home_split,
.toscoot_home_destinations,
.toscoot_home_steps,
.toscoot_home_owner_cta,
.toscoot_home_attribution
{
    width: min(1180px, calc(100% - 2rem));
    margin-right: auto;
    margin-left: auto;
}

.toscoot_home_split
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: -3.4rem;
}

.toscoot_home_path
{
    min-height: 280px;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(28, 45, 49, 0.14);
}

.toscoot_home_path_rider
{
    background-color: #ffffff;
    border-top: 5px solid #10a6a0;
}

.toscoot_home_path_owner
{
    background-color: #fff8e8;
    border-top: 5px solid #e46f44;
}

.toscoot_home_path_label
{
    display: inline-block;
    margin-bottom: 0.75rem;
    color: #0d6f74;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.toscoot_home_path h2,
.toscoot_home_section_heading h2,
.toscoot_home_owner_cta h2,
.toscoot_home_attribution h2
{
    margin-bottom: 0.6rem;
    color: #203035;
    font-size: 1.55rem;
    font-weight: 750;
    line-height: 1.18;
}

.toscoot_home_path p,
.toscoot_home_section_heading p,
.toscoot_home_owner_cta p
{
    color: #536368;
    line-height: 1.58;
}

.toscoot_home_path ul
{
    display: grid;
    gap: 0.45rem;
    margin: 1rem 0 0;
    padding-left: 1.15rem;
}

.toscoot_home_destinations,
.toscoot_home_steps,
.toscoot_home_owner_cta
{
    margin-top: 4rem;
}

.toscoot_home_section_heading
{
    max-width: 760px;
    margin-bottom: 1.25rem;
}

.toscoot_home_image_grid
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.toscoot_home_image_tile
{
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 12px 30px rgba(28, 45, 49, 0.1);
}

.toscoot_home_image_tile img
{
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.toscoot_home_image_tile figcaption
{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    color: #203035;
    font-weight: 700;
}

.toscoot_home_image_tile figcaption span
{
    color: #657279;
    font-size: 0.82rem;
    font-weight: 500;
    text-align: right;
}

.toscoot_home_steps ol
{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: toscoot-steps;
}

.toscoot_home_steps li
{
    counter-increment: toscoot-steps;
    min-height: 170px;
    padding: 1.2rem;
    border-left: 5px solid #10a6a0;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 10px 28px rgba(28, 45, 49, 0.08);
}

.toscoot_home_steps li::before
{
    content: counter(toscoot-steps, decimal-leading-zero);
    display: block;
    margin-bottom: 0.9rem;
    color: #e46f44;
    font-size: 0.86rem;
    font-weight: 800;
}

.toscoot_home_steps strong,
.toscoot_home_steps span
{
    display: block;
}

.toscoot_home_steps strong
{
    margin-bottom: 0.35rem;
    color: #203035;
    font-size: 1.08rem;
}

.toscoot_home_steps span
{
    color: #536368;
    line-height: 1.5;
}

.toscoot_home_owner_cta
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 8px;
    background-color: #102f35;
    color: #ffffff;
}

.toscoot_home_owner_cta h2,
.toscoot_home_owner_cta p
{
    color: inherit;
}

.toscoot_home_owner_cta p
{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

.toscoot_home_attribution
{
    padding: 2rem 0 2.5rem;
    color: #657279;
    font-size: 0.82rem;
}

.toscoot_home_attribution h2
{
    font-size: 0.95rem;
}

.toscoot_home_attribution ul
{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.c_darkmode .toscoot_home,
[data-bs-theme='dark'] .toscoot_home
{
    color: #e8f1ee;
    background-color: #142124;
}

body.c_darkmode .toscoot_home_path_rider,
body.c_darkmode .toscoot_home_image_tile,
body.c_darkmode .toscoot_home_steps li,
[data-bs-theme='dark'] .toscoot_home_path_rider,
[data-bs-theme='dark'] .toscoot_home_image_tile,
[data-bs-theme='dark'] .toscoot_home_steps li
{
    background-color: #1d2e33;
}

body.c_darkmode .toscoot_home_path_owner,
[data-bs-theme='dark'] .toscoot_home_path_owner
{
    background-color: #32291c;
}

body.c_darkmode .toscoot_home_path h2,
body.c_darkmode .toscoot_home_section_heading h2,
body.c_darkmode .toscoot_home_image_tile figcaption,
body.c_darkmode .toscoot_home_steps strong,
body.c_darkmode .toscoot_home_attribution h2,
[data-bs-theme='dark'] .toscoot_home_path h2,
[data-bs-theme='dark'] .toscoot_home_section_heading h2,
[data-bs-theme='dark'] .toscoot_home_image_tile figcaption,
[data-bs-theme='dark'] .toscoot_home_steps strong,
[data-bs-theme='dark'] .toscoot_home_attribution h2
{
    color: #f5faf7;
}

body.c_darkmode .toscoot_home_path p,
body.c_darkmode .toscoot_home_section_heading p,
body.c_darkmode .toscoot_home_steps span,
body.c_darkmode .toscoot_home_image_tile figcaption span,
body.c_darkmode .toscoot_home_attribution,
[data-bs-theme='dark'] .toscoot_home_path p,
[data-bs-theme='dark'] .toscoot_home_section_heading p,
[data-bs-theme='dark'] .toscoot_home_steps span,
[data-bs-theme='dark'] .toscoot_home_image_tile figcaption span,
[data-bs-theme='dark'] .toscoot_home_attribution
{
    color: #b8c5c1;
}

@media screen and (max-width: 767.98px)
{
    .toscoot_home_hero
    {
        min-height: 560px;
    }

    .toscoot_home_hero_inner
    {
        padding-top: 4rem;
        padding-bottom: 4.5rem;
    }

    .toscoot_home_split,
    .toscoot_home_image_grid,
    .toscoot_home_steps ol
    {
        grid-template-columns: 1fr;
    }

    .toscoot_home_owner_cta,
    .toscoot_home_image_tile figcaption
    {
        align-items: flex-start;
        flex-direction: column;
    }

    .toscoot_home_image_tile figcaption span
    {
        text-align: left;
    }
}

.claxxix_home_bg {
    background-image: url("/images/claxxix_home_page_75.jpg");
}

.claxxix_home_featured
{
    max-width: 1180px;
    margin: 2.5rem auto;
    padding: 0 1rem;
}

.claxxix_home_featured_heading
{
    margin-bottom: 1.25rem;
}

.claxxix_home_featured_heading h2
{
    margin-bottom: 0.35rem;
    color: #222222;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.25;
}

.claxxix_home_featured_heading p
{
    max-width: 760px;
    margin-bottom: 0;
    color: #56616b;
    line-height: 1.55;
}

.claxxix_home_featured_grid
{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.claxxix_home_featured_card
{
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e6eaee;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(40, 48, 56, 0.06);
}

.claxxix_home_featured_image_link
{
    display: block;
    background-color: #eef4f8;
    text-decoration: none;
}

.claxxix_home_featured_image,
.claxxix_home_featured_image_placeholder
{
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.claxxix_home_featured_image
{
    object-fit: cover;
}

.claxxix_home_featured_image_placeholder
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #2f5f4a;
    font-weight: 600;
    text-align: center;
}

.claxxix_home_featured_body
{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem;
}

.claxxix_home_featured_title
{
    margin: 0;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.3;
}

.claxxix_home_featured_title a
{
    color: #222222;
    text-decoration: none;
}

.claxxix_home_featured_title a:hover
{
    color: #2f5f4a;
    text-decoration: underline;
}

.claxxix_home_featured_location,
.claxxix_home_featured_meta
{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.85rem;
    color: #56616b;
    font-size: 0.92rem;
    line-height: 1.4;
}

.claxxix_home_featured_location
{
    flex-wrap: nowrap;
    gap: 0.4rem;
}

.claxxix_home_featured_location .fa,
.claxxix_home_featured_meta .fa
{
    margin-right: 0.3rem;
}

.claxxix_home_featured_prices
{
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.7rem;
    color: #2f5f4a;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.35;
}

.claxxix_home_featured_meta
{
    margin-top: auto;
    padding-top: 0.35rem;
    border-top: 1px solid #eef1f4;
}

body.c_darkmode .claxxix_home_featured_card,
[data-bs-theme='dark'] .claxxix_home_featured_card
{
    background-color: var(--bs-body-bg);
    border-color: var(--bs-border-color);
    box-shadow: none;
}

body.c_darkmode .claxxix_home_featured_image_link,
body.c_darkmode .claxxix_home_featured_image_placeholder,
[data-bs-theme='dark'] .claxxix_home_featured_image_link,
[data-bs-theme='dark'] .claxxix_home_featured_image_placeholder
{
    background-color: var(--bs-tertiary-bg);
}

body.c_darkmode .claxxix_home_featured_heading h2,
body.c_darkmode .claxxix_home_featured_title a,
[data-bs-theme='dark'] .claxxix_home_featured_heading h2,
[data-bs-theme='dark'] .claxxix_home_featured_title a
{
    color: var(--bs-body-color);
}

body.c_darkmode .claxxix_home_featured_heading p,
body.c_darkmode .claxxix_home_featured_location,
body.c_darkmode .claxxix_home_featured_meta,
[data-bs-theme='dark'] .claxxix_home_featured_heading p,
[data-bs-theme='dark'] .claxxix_home_featured_location,
[data-bs-theme='dark'] .claxxix_home_featured_meta
{
    color: var(--bs-secondary-color);
}

body.c_darkmode .claxxix_home_featured_prices,
body.c_darkmode .claxxix_home_featured_image_placeholder,
[data-bs-theme='dark'] .claxxix_home_featured_prices,
[data-bs-theme='dark'] .claxxix_home_featured_image_placeholder
{
    color: var(--bs-link-color);
}

body.c_darkmode .claxxix_home_featured_meta,
[data-bs-theme='dark'] .claxxix_home_featured_meta
{
    border-color: var(--bs-border-color);
}

@media screen and (max-width: 991.98px)
{
    .claxxix_home_featured_grid
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 575.98px)
{
    .claxxix_home_featured
    {
        margin: 2rem auto;
    }

    .claxxix_home_featured_grid
    {
        grid-template-columns: 1fr;
    }
}

.header-row
{
    margin-top:75px;
}
.logo
{
    max-width:16rem;
}
[name='number_before_comma']
{
    text-align:right;
}

.op-fifty
{
 opacity: 50%;   
}

.classic_icon
{
    max-width:2rem;
}

#rental_map
{
  position: relative;
  width: 100%;
  height: 420px;
  min-height: 420px;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  overflow: hidden;
  background-color: #eef4f8;
}

#rental_map .maplibregl-canvas
{
    width: 100% !important;
    height: 100% !important;
}

.classic_detail_show
{
    color: var(--bs-body-color);
}

.classic_detail_top
{
    align-items: stretch;
    margin-bottom: 2rem;
}

.classic_overview_panel
{
    height: 100%;
    padding: 1.25rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(40, 48, 56, 0.06);
}

.classic_overview_heading
{
    margin-bottom: 1rem;
}

.classic_overview_heading h1
{
    margin-bottom: 0.45rem;
    color: #222222;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.25;
}

.classic_overview_rate_subheading
{
    margin-bottom: 0.75rem;
    color: #2f5f4a;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.classic_overview_rate_separator
{
    color: #56616b;
    font-weight: 400;
}

.classic_overview_location
{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #56616b;
    font-size: 0.95rem;
    line-height: 1.4;
}

.classic_overview_location .fa
{
    font-size: 1rem !important;
}

.classic_overview_facts
{
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
}

.classic_overview_fact
{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #eef1f4;
}

.classic_overview_fact:last-child
{
    padding-bottom: 0;
    border-bottom: 0;
}

.classic_overview_fact_label
{
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #56616b;
    font-size: 0.9rem;
}

.classic_overview_fact_icon
{
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.classic_overview_fact_icon .classic_icon
{
    width: 1.25rem;
    max-width: 1.25rem;
    max-height: 1.25rem;
    object-fit: contain;
}

.classic_overview_fact_value
{
    color: #222222;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: right;
}

.classic_detail_section
{
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #e6eaee;
}

.classic_booking_section
{
    margin-top: 1.5rem;
}

.classic_detail_section h2
{
    margin-bottom: 1rem;
    color: #2f5f4a;
    font-size: 1.35rem;
    font-weight: 600;
}

.classic_description_body
{
    max-width: 820px;
    color: #333333;
    line-height: 1.65;
}

.classic_description_body p:last-child
{
    margin-bottom: 0;
}

.classic_detail_section_heading
{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.classic_detail_section_heading h2,
.classic_detail_section_heading p
{
    margin-bottom: 0;
}

.classic_detail_section_heading p
{
    color: #56616b;
}

.rental_pricing_header
{
    margin: 0;
}

.rental_pricing_title
{
    margin-bottom: 0.35rem;
    color: #222222;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.25;
}

.rental_pricing_rate_subheading
{
    margin-bottom: 0;
    color: #2f5f4a;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
}

.rental_pricing_rate_separator
{
    color: #56616b;
    font-weight: 400;
}

body.c_darkmode .classic_overview_panel,
[data-bs-theme='dark'] .classic_overview_panel
{
    background-color: var(--bs-body-bg);
    border-color: var(--bs-border-color);
    box-shadow: none;
}

body.c_darkmode .classic_image_carousel,
body.c_darkmode .classic_image_carousel .carousel-inner,
body.c_darkmode .classic_image_carousel .carousel-item,
body.c_darkmode .classic_image_carousel .carousel-item img,
body.c_darkmode .classic_image_carousel_thumbs [data-bs-target],
body.c_darkmode .classic_image_placeholder,
body.c_darkmode #rental_map,
[data-bs-theme='dark'] .classic_image_carousel,
[data-bs-theme='dark'] .classic_image_carousel .carousel-inner,
[data-bs-theme='dark'] .classic_image_carousel .carousel-item,
[data-bs-theme='dark'] .classic_image_carousel .carousel-item img,
[data-bs-theme='dark'] .classic_image_carousel_thumbs [data-bs-target],
[data-bs-theme='dark'] .classic_image_placeholder,
[data-bs-theme='dark'] #rental_map
{
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}

body.c_darkmode .classic_overview_heading h1,
body.c_darkmode .classic_overview_fact_value,
body.c_darkmode .classic_description_body,
body.c_darkmode .classic_image_placeholder,
body.c_darkmode .rental_pricing_title,
[data-bs-theme='dark'] .classic_overview_heading h1,
[data-bs-theme='dark'] .classic_overview_fact_value,
[data-bs-theme='dark'] .classic_description_body,
[data-bs-theme='dark'] .classic_image_placeholder,
[data-bs-theme='dark'] .rental_pricing_title
{
    color: var(--bs-body-color);
}

body.c_darkmode .classic_overview_location,
body.c_darkmode .classic_overview_rate_separator,
body.c_darkmode .classic_overview_fact_label,
body.c_darkmode .classic_detail_section_heading p,
body.c_darkmode .rental_pricing_rate_separator,
[data-bs-theme='dark'] .classic_overview_location,
[data-bs-theme='dark'] .classic_overview_rate_separator,
[data-bs-theme='dark'] .classic_overview_fact_label,
[data-bs-theme='dark'] .classic_detail_section_heading p,
[data-bs-theme='dark'] .rental_pricing_rate_separator
{
    color: var(--bs-secondary-color);
}

body.c_darkmode .classic_overview_rate_subheading,
body.c_darkmode .rental_pricing_rate_subheading,
[data-bs-theme='dark'] .classic_overview_rate_subheading,
[data-bs-theme='dark'] .rental_pricing_rate_subheading
{
    color: var(--bs-link-color);
}

body.c_darkmode .classic_overview_fact,
body.c_darkmode .classic_detail_section,
[data-bs-theme='dark'] .classic_overview_fact,
[data-bs-theme='dark'] .classic_detail_section
{
    border-color: var(--bs-border-color);
}

@media screen and (max-width: 991.98px)
{
    .classic_image_carousel,
    .classic_image_carousel .carousel-inner,
    .classic_image_carousel .carousel-item,
    .classic_image_placeholder
    {
        min-height: 320px;
    }

    .classic_image_carousel .carousel-item img
    {
        height: 320px;
    }

    .classic_overview_panel
    {
        height: auto;
    }
}

@media screen and (max-width: 575.98px)
{
    .classic_image_carousel,
    .classic_image_carousel .carousel-inner,
    .classic_image_carousel .carousel-item,
    .classic_image_placeholder
    {
        min-height: 240px;
    }

    .classic_image_carousel .carousel-item img
    {
        height: 240px;
    }

    #rental_map
    {
        height: 320px;
        min-height: 320px;
    }

    .classic_overview_panel
    {
        padding: 1rem;
    }

    .classic_overview_heading h1
    {
        font-size: 1.3rem;
    }

    .classic_detail_section_heading
    {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* [name="number_before_comma"]::-webkit-input-placeholder, [name="number_before_comma"]:-moz-placeholder,[name="number_before_comma"]::placeholder */
/*  { */
/*   text-align: right; */
/* } */

/* https://chatgpt.com/c/67951b89-293c-8001-b5e8-c03887c822d0 */
/* .main-carousel { */
/*   width: 100%; */
/*   max-width: 800px; */
/*   margin: 0 auto; */
/* } */

/* .carousel-cell { */
/*   width: 100%; */
/*   height: auto; */
/* } */

/* .main-carousel img { */
/*   display: block; */
/*   width: 100%; */
/*   height: auto; */
/*   object-fit: cover; */
/* } */

/* @media screen and ( min-width: 768px ) { */
/*   .main-carousel img { */
/*     height: 400px; */
/*   } */
/* } */
