/* SK – Wróć do lekcji (Tutor LMS) */

/* Przycisk "Wróć do lekcji" */
.sk-btl-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    margin-top: 6px;
    background-color: #ffffff;
    color: #333333 !important;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    line-height: 1.4;
    box-sizing: border-box;
}

.sk-btl-btn:hover,
.sk-btl-btn:focus {
    border-color: #a0aab4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
    color: #111111 !important;
    text-decoration: none !important;
    outline: none;
}

.sk-btl-btn .sk-btl-icon {
    font-size: 17px;
    line-height: 1;
    flex-shrink: 0;
}
