@import url("cena-strechy-v2.css");

body.rv-kitchen-page .product-card i {
  clip-path: polygon(10% 18%, 90% 18%, 90% 40%, 78% 40%, 78% 86%, 22% 86%, 22% 40%, 10% 40%);
}

body.rv-kitchen-page .rv-reno-next-actions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #d0dbea;
  border-radius: 20px;
  background: #fff;
}

body.rv-kitchen-page .rv-reno-next-actions strong {
  color: #071832;
  font-size: .95rem;
}

body.rv-kitchen-page .rv-reno-next-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #d0dbea;
  border-radius: 15px;
  background: #f7fbff;
  color: #071832;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

body.rv-kitchen-page .rv-reno-next-actions a::after {
  content: "→";
  color: #1dd88b;
  font-weight: 950;
}

body.rv-kitchen-page .rv-reno-next-actions a:hover {
  border-color: rgba(29, 216, 139, .42);
  background: #eefbf5;
}
