/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

a {text-decoration: none !important;}
.wp-block-gallery.columns-6.is-layout-flex {justify-content: flex-start !important;}
.wp-block-gallery.columns-6.is-layout-flex > .wp-block-image {flex-grow: 0 !important;}
.wp-block-gallery.columns-8.is-layout-flex {justify-content: flex-start !important;}
.wp-block-gallery.columns-8.is-layout-flex > .wp-block-image {flex-grow: 0 !important;}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {border-radius: 20px !important;}
.stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button {border-radius: 10px !important;}

.tablepress>:where(thead,tfoot)>tr>* {background-color: #de0000 !important; color: #fff !important;}

/* Wygląd przycisku w menu */
.przycisk a {
    background-color: rgba(250,165,25,1) !important; /* Kolor tła */
    border-radius: 6px !important;        /* Zaokrąglenie (zmień na 50px dla pigułki) */
	max-height: 50px !important;
}

/* Efekt po najechaniu myszką */
.przycisk a:hover {
    background-color: rgba(250,165,25,1) !important; /* Ciemniejszy odcień */
}

@media screen and (max-width: 768px) {
.tablepress {font-size: 11px !important}
}

[data-cards=boxed] .entry-card, [data-cards=cover] .entry-card {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 20px !important;
}

.entry-card .ct-media-container {border-radius: 20px !important;}

#cmplz-manage-consent .cmplz-manage-consent {margin-right: 25px !important;}
#cmplz-manage-consent .cmplz-manage-consent {min-width: auto !important; padding: 10px !important; height: 40px !important; font-size: 12px !important;}

@media screen and (max-width: 768px) {
	#cmplz-manage-consent .cmplz-manage-consent {right: 0px !important;}
}

.slb_data_title, .slb_group_status {display: none !important;}