.custom-icon-below {
  text-align: center;
  margin-top: 6px;
  color: #0074d9;
  font-size: 18px;
}

#edit-civicrm-1-activity-1-cg11-custom-64 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
#edit-civicrm-1-activity-1-cg11-custom-64 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.5rem;
}

#edit-civicrm-1-activity-1-cg11-custom-64 .form-item {
  margin: 0;
}

#edit-civicrm-1-activity-1-cg11-custom-64 label.form-item__label.option {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border: 2px solid #ccc;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  white-space: normal;
}
#edit-civicrm-1-activity-1-cg11-custom-64 input[type="radio"].form-radio {
  display: none;
}

#edit-civicrm-1-activity-1-cg11-custom-64 label.form-item__label.option {
  display: inline-block;
  padding: 1rem;
  margin: 0.5rem;
  border: 2px solid #ccc;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  position: relative;
  max-width: 400px;
  text-align: left;
  font-family: sans-serif;
  font-size: 1rem;
  color: #333;
}

#edit-civicrm-1-activity-1-cg11-custom-64 label.form-item__label.option:hover {
  border-color: rgb(195, 44, 45);
  background-color: rgba(195, 44, 45, 0.05); 
}

#edit-civicrm-1-activity-1-cg11-custom-64 input[type="radio"].form-radio:checked + div.custom-icon-below::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  background-color: rgba(195, 44, 45, 0.1);
  pointer-events: none;
}

#edit-civicrm-1-activity-1-cg11-custom-64 input[type="radio"].form-radio:checked ~ .custom-icon-below {
  color: rgb(195, 44, 45);
}

#edit-civicrm-1-activity-1-cg11-custom-64 .custom-icon-below {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  color: #aaa;
  transition: color 0.3s ease;
}

#edit-civicrm-1-activity-1-fieldset-fieldset
  > legend
  > .fieldset__label {
  display: none !important;
}