.growfund-pro-badge {
  background: conic-gradient(
    from 28.54deg at 57.25% 59.25%,
    #ffb413 0deg,
    #fff9bf 360deg,
    #ffb413 360deg
  );
  border: 1px solid hsla(44, 100%, 51%, 1);
  display: inline;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.43;
  color: hsl(0 0% 20%);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 9999px;
}

.growfund-coming-soon {
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-flex;
  padding: 2px 4px;
  color: #b8b8b8;
  border: 1px solid #8c8c8c;
  border-radius: 9999px;
}

.growfund-admin-migration-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 7rem;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #fff;
  height: 112px;
  padding: 0 !important;
  border: none !important;
}

.growfund-admin-migration-banner__image {
  width: 100%;
  height: 112px;
  object-fit: cover;
}

.growfund-admin-migration-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
}

.growfund-admin-migration-banner__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 380px;
}

.growfund-admin-migration-banner__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.growfund-admin-migration-banner__subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

/* Actions container */
.growfund-admin-migration-banner__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 190px;
}

.growfund-admin-migration-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: #338c58;
  color: #fff;
  padding: 0.5rem 1rem;
  transition: background 0.2s ease-in-out;
  min-width: 114px;
}

.growfund-admin-migration-banner__button:hover {
  background-color: #2a7449;
  color: #fff;
}

.growfund-admin-migration-banner__button--close {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e5e7eb;
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: background 0.2s ease-in-out;
}
.growfund-admin-migration-banner__button--close:hover {
  background-color: #f3f4f6;
}
