/* Kontener zamówienia */
.is-well.col-inner.entry-content {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
    padding: 1.5rem 2rem;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3e50;
    margin: 0 0 2.5rem 0;
    transition: box-shadow 0.3s ease;
}

/* Kontener hover */
.is-well.col-inner.entry-content:hover {
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.15);
}

/* Komunikat sukcesu */
p.woocommerce-notice--success {
    background-color: #e6f4d9;       
    color: #4a5a28;                 
    padding: 15px 20px;
    margin: 15px 0;
    font-weight: 500;
    border-left: 5px solid #7a9c59; 
    border-radius: 8px;
    font-size: 1.05rem;
}



/* Lista podsumowania zamówienia
.woocommerce-order-overview {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #444;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgb(0 0 0 / 0.1);
}

.woocommerce-order-overview li {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1.2rem;
  border-bottom: 1px solid #f1f1f1;
}

.woocommerce-order-overview li:last-child {
  border-bottom: none;
  font-weight: 700;
  font-size: 1.05rem;
  color: #000;
}

.woocommerce-order-overview li strong {
  font-weight: 600;
  color: #222;
}


.clear {
  clear: both;
}   */
