body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}

.bg-teal {
  background-color: #00796b !important;
}

.shortcut-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-decoration: none;
  color: #00796b;
  transition: all 0.3s ease;
  height: 140px;
  justify-content: center;
}

.shortcut-card:hover {
  background: #e0f2f1;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.shortcut-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.shortcut-card span {
  font-size: 14px;
  font-weight: 500;
}

.add-card {
  background-color: #fafafa;
  border: 2px dashed #00796b;
  justify-content: center;
}

.add-card:hover {
  background-color: #e0f7fa;
}

.plus-icon {
  font-size: 28px;
  color: #00796b;
  margin-bottom: 8px;
}

body {
  background-color: #f8f9fa;
}

.card-title {
  font-size: 1rem;
  margin-bottom: 1rem;
}
