[company-information-background-save-button] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    font-family: 'inter';
    color: #fff;
    cursor: pointer;
    position: relative;
    background: #121212;
    border: 1px solid #393939;
}


[company-information-background-save-button] {
    background: #0079ff;
}

[company-information-background-save-button]:hover {
    background: #0170eb
}



[company-information-review-stars-container] {
    display: inline-block;
    position: relative;
    font-size: 18px;
}

[company-information-review-stars-inner] {
    position: relative;
    display: inline-block;
    color: #fff;
}

[company-information-review-stars-inner]::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 13px;
    opacity: 0.6;
}

[company-information-review-stars] {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

[company-information-reviews-container] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

[company-information-review-stars]::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 13px;
}

[company-information-reviews-text] {
    font-size: 16px;
    color: #fff;
}

[company-information-reviews-count],
[company-information-reviews-rating] {
    font-weight: 700;
}



[company-information-manage-background-buttons-container] {
    display: flex;
    gap: 15px;
}



[company-hero-container] {
    background: #070707;
    position: relative;
    display: flex;
    width: 100%;
    will-change: transform;

}

[company-information-website],
[company-information-phone],
[company-information-location] {
    display: flex;
    align-items: center;
}


[company-information-description-container] p {
    margin-bottom: 20px;
    display: block;
}

[company-information-description-container] p:empty {
    display: none;
}



[company-information-contact-container] {
    all: unset;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

[company-information-location],
[company-information-phone] {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    display: flex;
    align-items: center;
}

[icon-circle] {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

[company-information-title-container] {
    margin-bottom: 10px;
}

[company-information-title-container] h2 {
    font-size: 45px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

[company-hero-content] {
    position: relative;
    z-index: 2;
    max-width: 75%;
}

[company-hero-content] h1 {
    font-size: 62px;
    margin: 0;
    font-weight: 700;
    line-height: 62px;
}

[company-hero-image-container] {
    height: 100dvh;
    width: 70vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0px;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    z-index: 0;
}

[company-hero-image-container]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}

[company-information-panel-container] {
    width: 45em;
    height: 100dvh;
    display: flex;
    background: var(--moroc-bg-a)!important;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
    position: relative;
    border-left: 1px solid #181818;
}
[company-hero-image-container] .company-name {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    flex-grow: 0;
}


[company-hero-image-container] [company-information-description-container] {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    position: relative;
}



[company-information-contact-container] a {
    color: #fff;
    line-height: 19px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-underline-offset: 3px;
    font-size: 16px;
}


[company-description] {
    overflow-wrap: break-word;
    color: #f5f5f5;
    font-size: 17px;
    line-height: 25px;
}

[company-information-manage-page-button],
[company-information-subdomain-button],
[company-information-setup-walkthrough],
[company-information-background-clear-button] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    font-family: 'inter';
    color: #fff;
    cursor: pointer;
    position: relative;
    border: 1px solid #252525;
    background: #0c0c0c;
    transition: background 0.3s, transform 0.2s;
}

[company-information-manage-page-button]:hover,
[company-information-subdomain-button]:hover,
[company-information-setup-walkthrough]:hover,
[company-information-background-clear-button]:hover {
    background: #101010;
}


[company-information-panel-inner] {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}

[company-information-manage-page-container] {
    height: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    justify-content: center;
    border-top: 1px solid #181818;
}


[company-information-manage-page-buttons-container] {
    display: flex;
    gap: 15px;
}




[company-hero-content] h2 {
    margin: 0;
    margin-top: 15px;
    display: block;
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
}



[company-information-manage-page-button-wrapper] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[company-information-manage-page-button-internal] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: center;
}

[company-information-manage-page-button-internal] i {
    width: min-content;
    color: #fff;
    font-size: 30px;

}

[company-information-manage-page-button-wrapper] span {
    font-family: 'inter';
    font-size: 21px;
}

[company-information-manage-page-button-wrapper] small {
    font-weight: 400;
    font-size: 17px;
}


button.closeLocationPopover:hover {
    color: #000 !important;
}



.storage-progress-bar {
    position: relative;
    height: 3px;
    width: 100%;
    background: #313131;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}





[company-headline].customH2-editing {
    position: relative;
    min-width: 650px;
    outline: 1px dashed #0079ff;
    padding: 15px 0;
    border-radius: 8px;
}

[company-headline].show-placeholder::before {
    content: 'Enter Your Subheading';
    color: #8f8f8f;
    pointer-events: none;
}

[company-headline] {
    display: inline-block !important;
    vertical-align: middle;
}

[company-hero-image-container].editing-h2::before {
    background: rgb(24 24 27 / 94%);
}

[company-headline-adjust-bar] {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    font-weight: 500;
    background: #2f2f2ff2;
    padding: 10px;
    border-radius: 8px;
    min-width: 650px;
    clear: both;
}

[company-headline-adjust-bar] [company-headline-adjust-bar-left],
[company-headline-adjust-bar] [company-headline-adjust-bar-right] {
    display: flex;
    gap: .5rem;
}

[company-headline-adjust-bar] .char-counter {
    margin: 0 auto;
    font-family: 'inter';
    font-size: .8rem;
    color: #b5b5b5;
    user-select: none;
    pointer-events: none;
}

[company-headline-adjust-bar] .char-counter.warn {
    color: #ff6565;
}


[company-headline-adjust-bar-left] .customH2-pill:last-of-type {
    background: #555555;
}

[company-headline-adjust-bar-left] .customH2-pill:last-of-type:hover {
    background: #4b4b4b;
}

[company-headline-adjust-bar-right] .customH2-pill {
    background: #555;
}

[company-headline-adjust-bar-right] .customH2-pill:hover {
    background: #4b4b4b;
}

.customH2-pill {
    cursor: pointer;
    background: #0079ff;
    color: #fff;
    padding: 15px 18px;
    font-family: 'inter';
    font-weight: 600;
    font-size: 17px;
    border-radius: 8px;
    user-select: none;
}

.customH2-pill:hover {
    background: #0170eb;
}


#customH2Counter {
    position: absolute;
    right: 0;
    bottom: -1.4rem;
    font-size: .75rem;
    font-family: 'inter';
    color: #b5b5b5;
    user-select: none;
    pointer-events: none;
}

#customH2Counter.warn {
    color: #ff6565;
}

[company-headline-adjust-button] {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: 15px;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 1px 2px 10px #00000017;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background: #0079ff;
    height: 35px;
    width: 35px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    border-radius: 120px;
}

[company-headline-adjust-button]:hover {
    background: #0170eb;
}

[inline-comma] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 0;
}

[inline-comma] li {
    display: inline;
    font-size: 17px;
    line-height: 25px;
}



[inline-comma] li+li::before {
    content: ", ";
    margin-left: -2px;
}



[company-services-service-areas-container] {
    display: flex;
    width: 45em;
    flex-direction: column;
    background: #070707;
    z-index: 1;
    overflow: hidden;
}

[company-services-service-areas-container] h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}





[company-service-areas-list] {
    font-size: 17px;
    line-height: 25px;
    color: #f5f5f5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 0;
    padding: 0;
}




[company-information-items] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


[company-information-hours] {
    position: relative;
    display: flex;
    align-items: center;
}

[company-information-hours-button] {
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    border: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}
[company-information-hours-button] [company-information-hours-secondary] {
    font-weight: 400;
    color: #dbdbdb;
}

[company-information-hours-status] { color: #dbdbdb;}
[company-information-hours-button].open   {color:#6dd58c;}
[company-information-hours-button].soon   {color: #d5bf6d;}
[company-information-hours-button].closed {color: #d56d6d;}


[company-information-hours-popup] {
    position: absolute;
    padding: 0px 0px;
    background: #121212;
    border: 1px solid #393939;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.50);
    z-index: 1000;
    color: #fff;
    font-size: 15px;
    display: none;
}
[company-information-hours-popup] table {
    border-collapse: collapse;
    font-size: .78rem;
    overflow: hidden;
    border-radius: 8px;
}
[company-information-hours-popup] td:first-child {
    white-space: nowrap;
    padding-left: .75rem;
    border-right: 1px solid #303030;
}

[company-information-hours-popup] td {
    padding: .55rem 0;
    font-size: 14px;
    padding-right: .75rem;
    font-family: 'inter';
    padding-left: .75rem;
}
[company-information-hours-button] i {
    color: #dbdbdb;
    font-size: 11px;
}

[company-information-hours-popup] table tbody tr:first-child {
    border-top: none;
}
[company-information-hours-popup] table tr:nth-child(even) {
    background-color: rgb(24 24 24);
}
[company-information-hours-popup] table tr {
    border-top: 1px solid #303030;
}

[company-information-hours-button].holiday {
    color:#c49200;
}
tr.holiday-row {
    background: #604e1c !important;
}
