.nhs-surgery-opening-status {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.nhs-surgery-opening-status--under-search {
    margin-top: 6px;
    text-align: right;
}

.nhs-surgery-opening-status--under-logo {
    margin-top: 4px;
    text-align: left;
}

.nhs-surgery-opening-status__dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: 1px;
    background: #d8dde0;
}

.nhs-surgery-opening-status.is-open .nhs-surgery-opening-status__dot {
    background: #4ade80;
}

.nhs-surgery-opening-status.is-closed .nhs-surgery-opening-status__dot {
    background: #ff6b6b;
}

@media (max-width: 768px) {
    .nhs-surgery-opening-status--under-search,
    .nhs-surgery-opening-status--under-logo {
        text-align: left;
        margin-top: 8px;
    }
}

.nhs-surgery-opening-status__main {
    white-space: nowrap;
}

.nhs-surgery-opening-status__hours {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    opacity: 0.95;
}


.nhs-surgery-opening-status__reason {
    margin-top: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    opacity: 0.95;
}
