:root {
    --nb-location-work-time-2-color: var(--nb-text-color-primary);
    --nb-location-work-time-2-font-size: var(--nb-font-size-14);
    --nb-location-work-time-2-font-weight: var(--nb-font-weight-400);

    --nb-location-work-time-2-icon-color: var(--nb-spec-color);
}

.nb-location-work-time-2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nb-location-work-time-2 .nb-wrapper {
    display: flex;
    align-items: center;
    color: var(--nb-location-work-time-2-color);
    font-size: var(--nb-location-work-time-2-font-size);
    font-weight: var(--nb-location-work-time-2-font-weight);
}

.nb-location-work-time-2 .nb-wrapper .nb-work-time-icon {
    margin-right: 10px;
    color: var(--nb-location-work-time-2-icon-color);
}

.nb-location-work-time-2 .nb-wrapper .nb-toggle-icon {
    margin-left: auto;
}

.nb-location-work-time-2 .nb-work-time-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}