﻿.lynk-coupon {
    border-radius: 12px;
    display: inline-block;
    box-shadow: 5px 8px 10px #d6d5d533;
    background-color: lightgray;
    width: 500px;
    margin: 1px;
    padding: 5px;
    white-space: normal;
}

.lynk-scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scroll-behavior: smooth;
}


.lynk-scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.lynScroll {
    position: relative;
}

    .lynScroll .lynkScrollButtonPrev {
        position: absolute;
        top: 40%;
        left: 1%;
        z-index: 10;
    }

    .lynScroll .lynkScrollButtonNext {
        position: absolute;
        top: 40%;
        right: 1%;
        z-index: 10;
    }

.lynk-dot {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    padding-left: 7px;
    line-height: 0;
}
