﻿.table-responsive {
  max-height: 500px;
  overflow-y: auto;
}

.card-hover,
.hover-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.hover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.hover-card .stretched-link::after {
  transition: opacity 0.2s;
}

.hover-card:hover .bg-opacity-10 {
  opacity: 0.9;
}

.btn-soft-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #b02a37;
}

.btn-soft-danger:hover,
.btn-soft-danger:focus {
  background-color: #f1b0b7;
  border-color: #ea9aa3;
  color: #8c1c28;
}

.calc-actions {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.calc-actions .btn {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

footer a {
  text-decoration: none;
  transition: opacity 0.2s;
}

footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.btn:focus,
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.actions-col {
  width: 96px;
}

.discount-guide-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.discount-example-img {
  max-width: 500px;
}

.discount-example-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
