.learndash-wrapper .ld-expand-button {
    font-weight: normal;
    background: none!important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down {
    color: var(--bb-alternate-text-color);
    padding-top: 1px;
    background: none!important;
}



.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a {
    border-radius: var(--bb-button-radius);
	display:none!important;
}

.lms-header-instructor .bb-about-instructor .bb-about-instructor-date {
    color: var(--bb-alternate-text-color);
    margin-left: 0;
	display: none;}

/* Zmiana domyślnego koloru przycisku w blokach WordPress na #9EBC98 */
.wp-block-button .wp-block-button__link {
  background-color: #9EBC98 !important;
  border-color: #9EBC98 !important;
}
/* 1. Wymuszenie zawijania tekstu w opisie produktu */
.woocommerce-Tabs-panel--description {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

/* 2. Responsywność kontenera na urządzeniach mobilnych */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel--description {
        max-width: 100% !important;
        overflow-x: hidden !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        padding: 0 15px !important; /* Dodanie wewnętrznego marginesu */
        box-sizing: border-box !important; /* Zapewnienie poprawnego układu */
    }
}

/* 3. Ograniczenie szerokości emoji */
.woocommerce-Tabs-panel--description img, 
.woocommerce-Tabs-panel--description span.emoji {
    max-width: 1em !important; /* Zmniejszenie szerokości emoji */
    height: auto !important;
    display: inline-block !important;
}

/* 4. Wyłączenie przewijania poziomego */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
    }
    .woocommerce-Tabs-panel--description {
        overflow-x: hidden !important;
    }
}




