.qa-qlassy-daily-checkin-widget {
    padding: 10px 15px
}

.qa-qlassy-daily-checkin-title {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center
}

.qa-qlassy-daily-checkin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.qa-qlassy-daily-checkin-streak {
    font-size: 10px;
    color: rgb(0 0 0 / 61%);
    font-weight: 400;
    padding: 0 !important
}

.qa-qlassy-daily-checkin-header-button {
    background-color: #018383;
    border-color: #018383;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 12px !important;
    letter-spacing: -.2px;
    line-height: 1.25;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 100px;
    font-family: inherit;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box
}

.qa-qlassy-daily-checkin-tomorrow {
    background-color: #018383;
    border-color: #018383;
    color: #fff;
    opacity: .4;
    box-shadow: none;
    cursor: not-allowed;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 12px !important;
    letter-spacing: -.2px;
    line-height: 1.25;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 100px;
    font-family: inherit;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box
}

.qa-qlassy-daily-checkin-points {
    font-weight: 700;
    margin-right: 4px
}

.qa-qlassy-daily-checkin-icon {
    font-size: 12px;
    margin-left: 4px
}

.qa-qlassy-daily-checkin-progress {
    display: flex;
    gap: 8px
}

.qa-qlassy-daily-checkin-day {
    display: block;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 8px 0 !important;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    color: #018383;
    flex: 1
}

.qa-qlassy-daily-checkin-day.qa-qlassy-daily-checkin-completed {
    background: #d4edda;
    border-color: #c3e6cb
}

.qa-qlassy-daily-checkin-day.qa-qlassy-daily-checkin-today {
    background: #edf6f6
}

.qa-qlassy-daily-checkin-day-points {
    font-size: 12px;
    font-weight: 600;
    color: #018383;
    margin-bottom: 4px;
    padding: 0 !important
}

.qa-qlassy-daily-checkin-day-icon {
    font-size: 10px;
    color: #6c757d;
    padding: 0 !important
}

.qa-qlassy-daily-checkin-labels {
    display: flex;
    gap: 5px;
    margin-bottom: 10px
}

.qa-qlassy-daily-checkin-label {
    flex: 1;
    padding: 0 !important;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 9px;
    color: rgba(0, 0, 0, .61)
}

.qa-qlassy-daily-checkin-button-container {
    text-align: center
}

.qa-qlassy-daily-checkin-button {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, .4)
}

.qa-qlassy-daily-checkin-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, .6)
}

.qa-qlassy-daily-checkin-button:active {
    transform: translateY(0)
}

.qa-qlassy-daily-checkin-button:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none
}

.qa-qlassy-daily-checkin-checked {
    text-align: center;
    color: #27ae60;
    font-weight: 600;
    font-size: 14px;
    padding: 12px;
    background: #e8f5e8;
    border-radius: 8px
}

.qa-qlassy-daily-checkin-loading {
    opacity: .7;
    pointer-events: none
}

.qa-qlassy-daily-checkin-success {
    animation: qlassy-checkin-success .5s ease-in-out
}

@keyframes qlassy-checkin-success {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

@media (max-width:768px) {
    .qa-qlassy-daily-checkin-widget {
        padding: 0 !important
    }

    .qa-qlassy-daily-checkin-progress {
        gap: 4px;
        padding: 0 !important
    }

    .qa-qlassy-daily-checkin-labels {
        padding: 10px 0 !important
    }

    .qa-qlassy-daily-checkin-day {
        padding: 6px 2px
    }

    .qa-qlassy-daily-checkin-day-points {
        font-size: 10px
    }

    .qa-qlassy-daily-checkin-label {
        font-size: 10px
    }

    .qa-qlassy-daily-checkin-header {
        padding: 15px 0 !important
    }
}