/*
Theme Name: Wtyczkomat Child
Theme URI: https://wtyczkomat.pl/
Description: Motyw potomny sklepu Wtyczkomat.
Author: Wtyczkomat
Author URI: https://wtyczkomat.pl/
Template: wtyczkomat
Version: 1.0.0
Text Domain: wtyczkomat-child
*/

/* Wersja językowa dla AI Photo Badge Pro */
.product-description--ai-photo-badge-pro .ai-language-info {
    margin: 26px 0 32px;
    padding: 20px 24px;
    background: #f3f8f3;
    border: 1px solid #d8e6da;
    border-left: 4px solid #217346;
    border-radius: 14px;
    color: #24382c;
}

.product-description--ai-photo-badge-pro .ai-language-info > strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.product-description--ai-photo-badge-pro .ai-language-info p {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .product-description--ai-photo-badge-pro .ai-language-info {
        padding: 17px 18px;
        border-radius: 11px;
    }
}



/* Hero – zabezpieczenie tekstu przed wejściem pod grafikę */
.brand-hero-copy {
    min-width: 0;
}

.brand-hero h1 {
    max-width: 100%;
}

.brand-hero h1 em {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(58px, 5vw, 86px);
    line-height: 0.95;
}



/* ==================================================
   PRZYCISK „PRZEJDŹ DO PŁATNOŚCI”
   ================================================== */

.wc-block-cart__submit-container .wc-block-cart__submit-button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 56px;
	padding: 0 24px;
	background: #1e6a45;
	color: #ffffff !important;
	border: 0;
	border-radius: 12px;
	box-shadow: 0 14px 26px rgba(30, 106, 69, 0.19);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition:
		background-color 160ms ease,
		transform 160ms ease,
		box-shadow 160ms ease;
}

.wc-block-cart__submit-container
.wc-block-cart__submit-button
.wc-block-components-button__text {
	display: block;
	margin: 0;
	padding: 0;
	color: inherit;
	line-height: inherit;
	text-align: center;
	text-decoration: none !important;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
.wc-block-cart__submit-container .wc-block-cart__submit-button:focus {
	background: #124c31;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: 0 17px 30px rgba(18, 76, 49, 0.24);
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:focus-visible {
	outline: 3px solid #b8e18f;
	outline-offset: 3px;
}


/* ==================================================
   FORMULARZ PRODUKTU
   ================================================== */

.woocommerce.single-product div.product form.cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.woocommerce.single-product div.product form.cart::before,
.woocommerce.single-product div.product form.cart::after {
	display: none;
}

.woocommerce.single-product div.product form.cart .quantity,
.woocommerce.single-product div.product form.cart .single_add_to_cart_button {
	float: none;
	margin: 0;
}

.woocommerce.single-product
div.product
form.cart
.single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 52px;
	padding: 0 23px;
	background: #1e6a45 !important;
	color: #ffffff !important;
	border: 1px solid #1e6a45 !important;
	border-radius: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		transform 160ms ease;
}

.woocommerce.single-product
div.product
form.cart
.single_add_to_cart_button:hover,
.woocommerce.single-product
div.product
form.cart
.single_add_to_cart_button:focus,
.woocommerce.single-product
div.product
form.cart
.single_add_to_cart_button:active {
	background: #124c31 !important;
	color: #ffffff !important;
	border-color: #124c31 !important;
	transform: translateY(-2px);
}

.woocommerce.single-product
div.product
form.cart
.single_add_to_cart_button:focus-visible {
	outline: 3px solid #b8e18f;
	outline-offset: 3px;
}


/* ==================================================
   PRZYCISKI W TREŚCI ZWYKŁYCH STRON
   ================================================== */

.entry-content .page-cta {
	margin-top: 1.25em;
}

.entry-content .page-cta > a.button.button-primary,
.entry-content .page-cta > a.button.button-primary:link,
.entry-content .page-cta > a.button.button-primary:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 54px;
	padding: 14px 24px 16px;
	background: #1e6a45;
	color: #ffffff !important;
	border: 0;
	border-radius: 12px;
	box-shadow: 0 14px 26px rgba(30, 106, 69, 0.19);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	transition:
		background-color 160ms ease,
		transform 160ms ease,
		box-shadow 160ms ease;
}

.entry-content .page-cta > a.button.button-primary > span {
	display: block;
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-align: center;
	text-decoration: none;
}

.entry-content .page-cta > a.button.button-primary:hover,
.entry-content .page-cta > a.button.button-primary:focus {
	background: #124c31;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: 0 17px 30px rgba(18, 76, 49, 0.24);
}

.entry-content .page-cta > a.button.button-primary:focus-visible {
	outline: 3px solid #b8e18f;
	outline-offset: 3px;
}


/* ==================================================
   SIATKA PRODUKTÓW – STRONA SKLEPU I KATEGORIE
   ================================================== */

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	margin: 36px 0 0 !important;
	padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product {
	display: flex;
	flex-direction: column;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 22px !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	display: block;
	width: 100% !important;
	height: auto;
	margin: 0 0 22px !important;
	border-radius: 13px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.25rem;
	line-height: 1.2;
}

.woocommerce ul.products li.product .price {
	display: block;
	margin: 10px 0 18px;
}

.woocommerce ul.products li.product .button {
	align-self: flex-start;
	margin-top: auto;
}


/* ==================================================
   RESPONSYWNOŚĆ
   ================================================== */

@media (max-width: 900px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 22px !important;
	}
}

@media (max-width: 600px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 18px !important;
	}

	.entry-content .page-cta > a.button.button-primary {
		width: 100%;
		white-space: normal;
	}
}


/* ==================================================
   PRODUKTY POLECANE W PUSTYM KOSZYKU
   ================================================== */

/* Trzy równe kolumny wykorzystujące całą szerokość */
body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Równe karty produktów */
body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product {
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

/* Link obejmujący zdjęcie i nazwę produktu */
body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product-link {
	display: flex !important;
	flex-direction: column !important;
	width: 100%;
	color: #1e6a45;
	text-decoration: none;
}

/* Zdjęcia produktów */
body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product-image {
	width: 100%;
	margin: 0 0 20px !important;
}

body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	border-radius: 14px;
}

/* Nazwy – taka sama przestrzeń w każdej karcie */
body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product-title {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 3.2em;
	margin: 0 !important;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

/* Cena – stała przestrzeń niezależnie od promocji */
body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product-price {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 3em;
	margin: 8px 0 14px !important;
	line-height: 1.3;
	text-align: center;
}

/* Kontener przycisku przyklejony do dołu */
body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product-add-to-cart {
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	margin: auto 0 0 !important;
	padding-top: 4px;
}

/* Właściwy przycisk WooCommerce */
body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product-add-to-cart
.wp-block-button__link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 220px;
	min-height: 52px;
	margin: 0 auto !important;
	padding: 12px 22px !important;
	background: #1e6a45 !important;
	color: #ffffff !important;
	border: 1px solid #1e6a45 !important;
	border-radius: 12px !important;
	box-shadow: 0 12px 24px rgba(30, 106, 69, 0.16);
	font-weight: 800 !important;
	line-height: 1.2 !important;
	white-space: normal !important;
	text-align: center !important;
	text-decoration: none !important;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		transform 160ms ease,
		box-shadow 160ms ease;
}

body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product-add-to-cart
.wp-block-button__link:hover,
body.woocommerce-cart
.wp-block-woocommerce-empty-cart-block
.wc-block-grid__product-add-to-cart
.wp-block-button__link:focus {
	background: #124c31 !important;
	color: #ffffff !important;
	border-color: #124c31 !important;
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: 0 15px 27px rgba(18, 76, 49, 0.22);
}

/* Tablet */
@media (max-width: 900px) {
	body.woocommerce-cart
	.wp-block-woocommerce-empty-cart-block
	.wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 22px !important;
	}
}

/* Telefon */
@media (max-width: 600px) {
	body.woocommerce-cart
	.wp-block-woocommerce-empty-cart-block
	.wc-block-grid__products {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	body.woocommerce-cart
	.wp-block-woocommerce-empty-cart-block
	.wc-block-grid__product-title {
		min-height: 0;
	}

	body.woocommerce-cart
	.wp-block-woocommerce-empty-cart-block
	.wc-block-grid__product-price {
		min-height: 0;
	}
}




/* ==================================================
   KOSZYK I ZAMÓWIENIE – SZEROKOŚĆ UKŁADU
   ================================================== */

body.woocommerce-cart .site-shell.content-shell,
body.woocommerce-checkout .site-shell.content-shell {
	width: calc(100% - 40px);
	max-width: 1180px;
}

/* Więcej miejsca dla podsumowania zamówienia */
body.woocommerce-checkout .wc-block-checkout__main {
	min-width: 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
	min-width: 360px;
}

/* Prawidłowy podział nazwy produktu i ceny */
body.woocommerce-checkout
.wc-block-components-order-summary-item__description {
	flex: 1 1 0 !important;
	width: auto !important;
	min-width: 0 !important;
	padding: 0 14px !important;
}

body.woocommerce-checkout
.wc-block-components-order-summary-item__description
.wc-block-components-product-name {
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	hyphens: auto;
	line-height: 1.35;
}

/* Usuwa długi opis produktu z małego podsumowania */
body.woocommerce-checkout
.wc-block-components-order-summary-item__description
.wc-block-components-product-metadata {
	display: none !important;
}

/* Cena jest już widoczna z prawej, więc nie musi być powtarzana pod nazwą */
body.woocommerce-checkout
.wc-block-components-order-summary-item__description
.wc-block-cart-item__prices {
	display: none !important;
}

body.woocommerce-checkout
.wc-block-components-order-summary-item__total-price {
	flex: 0 0 auto !important;
	min-width: 76px;
	white-space: nowrap;
	text-align: right;
}

/* Etykieta oszczędności zajmowała bardzo dużo miejsca */
body.woocommerce-checkout
.wc-block-components-order-summary-item__total-price
.wc-block-components-sale-badge {
	display: none !important;
}

/* Poprawka sekcji hero na telefonach */
@media (max-width: 760px) {

    .brand-hero {
        width: 100%;
        max-width: 100%;
        padding: 66px 16px 82px !important;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    /* Główny kontener znajdujący się wewnątrz hero */
    .brand-hero > div {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
    }

    /* Kolumny i elementy wewnętrzne */
    .brand-hero > div > div {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    /* Grafiki i makiety nie mogą wychodzić poza ekran */
    .brand-hero img,
    .brand-hero svg {
        display: block;
        width: auto;
        max-width: 100% !important;
        height: auto;
    }
}


/* Poprawka drugiej części nagłówka hero na telefonie */
@media (max-width: 760px) {

    .brand-hero h1 em {
        display: block;
        width: 100%;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: normal;
        font-size: clamp(42px, 12vw, 50px) !important;
        line-height: 0.98;
    }
}

/* Poprawne miniatury produktów w Chrome i Safari */
.catalog-image {
    position: relative;
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.catalog-image > a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.catalog-image img,
.catalog-image > a > img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Poradnik – lista wpisów */

.wtyczkomat-wpisy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
    margin-top: 40px;
}

.wtyczkomat-wpis-karta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7ece8;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(22, 44, 35, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wtyczkomat-wpis-karta:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(22, 44, 35, 0.12);
}

/* Obraz bez przycinania */
.wtyczkomat-wpis-obraz {
	display: block;
	overflow: hidden;
	border-radius: 18px;
}

.wtyczkomat-wpis-obraz img {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	margin: 0 !important;
	border-radius: inherit !important;
}

/* Treść karty */
.wtyczkomat-wpis-tresc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    flex-grow: 1;
    min-height: 0 !important;
    padding: 20px 24px 24px;
}

.wtyczkomat-wpis-tytul {
    margin: 0 0 14px !important;
    font-size: clamp(20px, 1.5vw, 24px);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.wtyczkomat-wpis-tytul {
    margin: 0 0 14px;
    font-size: clamp(20px, 1.5vw, 24px);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.wtyczkomat-wpis-tytul a {
    color: #24352d;
    text-decoration: none;
}

.wtyczkomat-wpis-tytul a:hover {
    color: #168a52;
}

.wtyczkomat-wpis-fragment {
    margin: 0 0 22px;
    color: #59645f;
    font-size: 16px;
    line-height: 1.65;
}

/* Przycisk zawsze przy dolnej krawędzi karty */
.wtyczkomat-wpis-przycisk {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: auto;
    padding: 11px 18px;
    background: #168a52;
    color: #fff !important;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.wtyczkomat-wpis-przycisk:hover {
    background: #106c40;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Tablet */
@media (max-width: 1000px) {
    .wtyczkomat-wpisy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

/* Telefon */
@media (max-width: 650px) {
    .wtyczkomat-wpisy-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 30px;
    }

    .wtyczkomat-wpis-tresc {
        padding: 20px;
    }

    .wtyczkomat-wpis-tytul {
        font-size: 21px;
    }

    .wtyczkomat-wpis-fragment {
        font-size: 15px;
    }
}



/* Mniejsza, subtelniejsza etykieta „Cena premierowa”
   tylko dla produktu ID 200 */
.woocommerce ul.products li.product.post-200 .onsale,
body.single-product.postid-200 .onsale {
	top: -6px;
	right: -6px;
	left: auto;
	margin: 0;

	min-width: 0;
	min-height: 0;
	width: auto;
	height: auto;

	padding: 7px 13px;
	background: #E7D7A5;
    color: #493B14;
    border: 1px solid #D4C185;

	border: 0;
	border-radius: 11px;

	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	white-space: nowrap;

	box-shadow: 0 5px 12px rgba(31, 111, 71, 0.14);
}

/* Delikatnie mniejsza etykieta na telefonie */
@media (max-width: 767px) {
	.woocommerce ul.products li.product.post-200 .onsale,
	body.single-product.postid-200 .onsale {
		top: -4px;
		right: -4px;
		padding: 6px 10px;
		font-size: 12px;
		border-radius: 9px;
	}
}


/* =========================================================
   WTYCZKOMAT – AI ACT: STAN PRAWNY I HISTORIA AKTUALIZACJI
   ========================================================= */

.wkm-ai-current-status {
    margin: 0 0 18px;
    padding: 20px 24px;
    background: #f3f8f3;
    border: 1px solid #dbe9dd;
    border-left: 4px solid #217346;
    border-radius: 12px;
}

.wkm-ai-current-status > strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.35;
}

.wkm-ai-current-status p {
    margin: 0 0 8px;
}

.wkm-ai-current-status p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   Historia aktualizacji – natywny akordeon
   ========================================================= */

.wkm-ai-updates {
    margin: 0 0 32px;
    border: 1px solid #e2e5e3;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.wkm-ai-updates summary {
    position: relative;
    padding: 15px 48px 15px 20px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
}

.wkm-ai-updates summary::-webkit-details-marker {
    display: none;
}

.wkm-ai-updates summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.wkm-ai-updates[open] summary::after {
    content: "−";
}

.wkm-ai-updates[open] summary {
    border-bottom: 1px solid #e8eae9;
}

.wkm-ai-updates__content {
    padding: 5px 20px 18px;
}

.wkm-ai-update {
    padding: 14px 0;
    border-bottom: 1px solid #eceeed;
}

.wkm-ai-update:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.wkm-ai-update > strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
}

.wkm-ai-update p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
}


/* =========================================================
   Tabela praktycznych przykładów
   ========================================================= */

.wkm-table-wrap {
    width: 100%;
    margin: 22px 0 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.wkm-ai-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.wkm-ai-table th,
.wkm-ai-table td {
    padding: 14px 16px;
    border: 1px solid #e4e7e5;
    text-align: left;
    vertical-align: top;
    line-height: 1.55;
}

.wkm-ai-table th {
    font-weight: 700;
    background: #f6f8f7;
}

.wkm-ai-table td:first-child {
    width: 35%;
    font-weight: 600;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .wkm-ai-current-status {
        padding: 17px 18px;
        border-radius: 10px;
    }

    .wkm-ai-current-status > strong {
        font-size: 17px;
    }

    .wkm-ai-updates {
        border-radius: 10px;
    }

    .wkm-ai-updates summary {
        padding: 14px 44px 14px 17px;
    }

    .wkm-ai-updates summary::after {
        right: 17px;
    }

    .wkm-ai-updates__content {
        padding: 4px 17px 16px;
    }

    .wkm-ai-table {
        min-width: 650px;
    }

    .wkm-ai-table th,
    .wkm-ai-table td {
        padding: 12px 13px;
        font-size: 14px;
    }
}