/* Pet Paradise - Brand Color Overrides */
:root {
  --theme-color: #F2A65A;
  --theme-color2: #0F3D5E;
  --title-color: #0F3D5E;
  --body-color: #4F6677;
  --smoke-color2: #F4EFE6;
}

/* Hover state for buttons */
.th-btn:hover,
.th-btn:focus {
  background-color: #D8873A;
  border-color: #D8873A;
}

/* Secondary elements */
.sub-title {
  color: #6C8496;
}

/* Equal height service cards */
.feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature-card .top-wrap {
  flex: 1;
}

.feature-card .bottom-text {
  margin-top: auto;
}

/* Checklist links inherit text color */
.checklist a {
  color: inherit;
  text-decoration: none;
}

.checklist a:hover {
  color: var(--theme-color);
}
