.narrow {
    .draw {
        fill: #fff;
        cursor: pointer;
    }
    
    .date {
        fill: $pr-color-light-grey;
        font-size: $pr-size-small * 2; // compensate for 0.5 scaling
        font-weight: $pr-weight-medium;
    }

    .text {
        @include pr-label;
        fill: $pr-color-white;
        font-size: $pr-size-medium * 2; // compensate for 0.5 scaling
        font-weight: $pr-weight-light;
    }
}
