/* aws.css - AWS specific styles (inherits from vendors.css) */

/* Exam logo styling */
.vendor-card .exam-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

/* Adjust card height to accommodate logo */
.vendor-card {
  height: 220px;
}

/* Ensure proper spacing */
.vendor-card h2 {
  margin-top: 5px;
}
