.platform-v2-mobile-dropdown-toggle {
  border: 1px solid #cde7d6;
  background: #f4fbf7;
  color: #0f5132;
  border-radius: 0.5rem;
  padding: 0.55rem 0.75rem;
  min-height: 44px;
  font-weight: 600;
  font-size: 0.95rem;
}

.platform-v2-mobile-dropdown-toggle:hover,
.platform-v2-mobile-dropdown-toggle:focus,
.platform-v2-mobile-dropdown-toggle:active {
  border-color: #038443;
  color: #038443;
  background: #f4fbf7;
}

.platform-v2-mobile-dropdown-menu {
  border: 1px solid #d8e6de;
  border-radius: 0.5rem;
  padding: 0.4rem;
}

.platform-v2-subsection-item {
  border-radius: 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f5132;
}

.platform-v2-subsection-item.active,
.platform-v2-subsection-item:active {
    background-color: #f7941d !important;
    color: white !important;
}

.platform-v2-content {
  width: 100%;
}
