@charset "UTF-8";

.serviceDataBox {
    max-width: 400px;
    width: 100%;
    background: black;
    color: white;
    padding-top: 5% !important;
    line-height: 1.6;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 #727365;
    transition: 0.3s;
    border-radius: 5px;
}

.serviceDataBox__header {
    margin: 2% 0 0 5% !important;
    background-color: black !important;
    padding: 0 0 0 0 !important;
    border: 0 !important;
}

.serviceDataBox__header-org-name {
    font-size: 18px !important;
    color: #FEC325 !important;
    margin: 0 !important;
}

.serviceDataBox__hr-top {
    border: 0 !important;
    height: 3px;
    background: #FEC325;
    margin: 0 !important;
    border-top: 0 !important;
}

.serviceDataBox__hr-body {
    border: 0 !important;
    height: 1px !important;
    background: #FEC325 !important;
    width: 93% !important;
    margin: 3% !important;
}

.serviceDataBox__phone-number-list {
    margin: 0 0 0 3%;
}

.serviceDataBox__phone-number-desktop {
    margin: 0 0 0 2%;
}

.serviceDataBox__phone-number-mobile {
    display: none;
}

@media only screen and (max-width:600px) {
    .serviceDataBox__phone-number-mobile {
        display: inline-block;
        margin: 0 0 0 2%;
        text-decoration: none;
        color: white !important;
    }

    .serviceDataBox__phone-number-desktop {
        display: none;
    }
}

.serviceDataBox__link-list {
    margin: 2% 0 5% 5%;
}

.serviceDataBox__contact-link-icon {
    max-width: 30px !important;
    filter: invert(73%) sepia(0%) saturate(68%) hue-rotate(177deg) brightness(86%) contrast(80%);
    height: 24px;
    margin: 0 8px;
}

.serviceDataBox__contact-link .serviceDataBox__contact-link-icon:hover {
    filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(202deg) brightness(111%) contrast(101%);
}

.serviceDataBox__schedule {
    margin: 0 0 0 5%;
}

.serviceDataBox__days {
    margin: 0 5% 0 0;
    width: 95%
}

.serviceDataBox__hours-row {
    background: none !important;
}

.serviceDataBox__hours {
    border-bottom: 1px solid white;
    text-align: left;
    padding: 3px 0 0 8px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.serviceDataBox__address {
    margin: 5% 0 5% 5%;
}

.serviceDataBox__notice {
    margin: 5% 5% 5% 5%;
    padding: 0 0 5% 0;
    max-height: 100px;
    overflow: auto;
    line-height: 1.3;
}

.serviceDataBox__phone-fax {
    margin: 0 0 0 2%;
}
