.ars-persona-card {
  background: #FFFFFF;
  border-top: 3px solid #BE1E2D;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}

.ars-card-icon {
  color: #BE1E2D;
  margin-bottom: 16px;
}

.ars-card-icon svg {
  width: 32px;
  height: 32px;
}

.ars-card-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 6px 0;
}

.ars-card-subtitle {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #BE1E2D;
  margin: 0 0 16px 0;
}

.ars-card-body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 1.6;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

.ars-card-btn {
  display: inline-block;
  background: #BE1E2D;
  color: #FFFFFF;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 24px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.ars-card-btn:hover {
  background: #8A1520;
  color: #FFFFFF;
}