/* Global site styles */

body {
  background: #f8f9fa;
}

#excuse-output {
  font-size: 1.5rem;
  min-height: 120px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.category-card {
  min-height: 100px;
}

.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1055;
}

@media (max-width: 576px) {
  #excuse-output {
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 10px;
  }
  .btn-copy {
    width: 100%;
    margin-top: 10px;
  }
  .card-category {
    margin-bottom: 15px;
  }
  .list-group-item {
    font-size: 1rem;
  }
}

