.instagram-media,
.wp-block-embed__wrapper iframe {
    max-width: 400px !important;
    margin: 0 auto !important;
    transform: scale(0.85);
    transform-origin: top center;
}

/* Sakrij "Dodaj u korpu" na shop/kategorijama */
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_simple,
.woocommerce ul.products li.product .button.product_type_variable {
    display: none !important;
}

/* Ulepšaj Viber/WhatsApp na listingu (kategorijama) */
.praskozorje-chat-buttons.loop a{
    display: inline-block;
    padding: 9px 12px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-right: 8px;
    font-size: 14px;
}

/* Boje */
.praskozorje-chat-buttons.loop .praskozorje-viber-button{
    background:#7360f2;
}
.praskozorje-chat-buttons.loop .praskozorje-whatsapp-button{
    background:#25d366;
}

/* ORIGINAL ikonice (iz Media Library) */
.praskozorje-chat-buttons a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.praskozorje-chat-buttons a::before{
  content:"";
  width:22px;
  height:22px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  display:inline-block;
}

.praskozorje-viber-button::before{
  background-image:url("https://rasadnikpraskozorje.com/wp-content/uploads/2025/12/rakuten-viber-logo-png_seeklogo-510399.png");
}

.praskozorje-whatsapp-button::before{
  background-image:url("https://rasadnikpraskozorje.com/wp-content/uploads/2025/12/2044px-whatsapp.svg_.png");
}
.praskozorje-delivery-note{
    margin-bottom:15px;
    padding:10px 14px;
    background:#f5f7f5;
    border-left:4px solid #2f6b3f;
    font-size:14px;
}
.wp-block-table thead tr {
    background-color: #e0e0e0;
}

.wp-block-table tbody tr:nth-child(1) td:first-child,
.wp-block-table tbody tr:nth-child(7) td:first-child,
.wp-block-table tbody tr:nth-child(16) td:first-child,
.wp-block-table tbody tr:nth-child(20) td:first-child,
.wp-block-table tbody tr:nth-child(22) td:first-child,
.wp-block-table tbody tr:nth-child(32) td:first-child,
.wp-block-table tbody tr:nth-child(36) td:first-child,
.wp-block-table tbody tr:nth-child(38) td:first-child {
    border-right: none;
}

.wp-block-table tbody tr:nth-child(1) td:last-child,
.wp-block-table tbody tr:nth-child(7) td:last-child,
.wp-block-table tbody tr:nth-child(16) td:last-child,
.wp-block-table tbody tr:nth-child(20) td:last-child,
.wp-block-table tbody tr:nth-child(22) td:last-child,
.wp-block-table tbody tr:nth-child(32) td:last-child,
.wp-block-table tbody tr:nth-child(36) td:last-child,
.wp-block-table tbody tr:nth-child(38) td:last-child {
    border-left: none;
}

.wp-block-table thead tr {
    background-color: #e0e0e0;
}

.wp-block-table tbody tr:nth-child(1),
.wp-block-table tbody tr:nth-child(7),
.wp-block-table tbody tr:nth-child(16),
.wp-block-table tbody tr:nth-child(20),
.wp-block-table tbody tr:nth-child(22),
.wp-block-table tbody tr:nth-child(32),
.wp-block-table tbody tr:nth-child(36),
.wp-block-table tbody tr:nth-child(38) {
    background-color: #e0e0e0;
}