@use "../../../../styles/int.scss";

.nowLine{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 int.$spacing-2 int.$spacing-2;
    color: int.$red-60; 
    text-transform: uppercase;
    @include int.is-desktop {
        padding: 0 int.$spacing-5 0;
    }
}

.nowText{
    @include int.overline();
}

.timeStamp{
    @include int.overline(){
        font-weight: normal;
    }
}

.line{
    flex-grow: 1;
    border-bottom: 1px solid int.$red-60;
    margin: int.$spacing-2;
    @include int.is-desktop {
        margin: int.$spacing-4;
    }
}