/* ============================================================
   INTEGRATION TEMPLATE STYLES
   ============================================================
   Inherits the base partner styles, then adds any integration-specific 
   overrides (e.g. for software platforms vs human brokers).
   ============================================================ */
@import url("partner.css");

/* Custom overrides for the Integration layout can go here */
.partner-badge-avatar {
  font-size: 0.9rem; /* Slightly smaller text for things like "PR" instead of single initial */
}

.landing-headline {
  font-size: 2.4rem; /* slightly smaller to fit "deal check" */
}

@media (min-width: 768px) {
  .landing-headline {
    font-size: 2.8rem;
  }
}

/* Ensure the white text and elements in the PropertyReply logo are visible on the white background by giving it a dark container */
.transition-partner-logo {
  background-color: var(--partner-accent);
  padding: 10px 16px;
  border-radius: 10px;
  filter: none;
}

