/* Landlord Layout Styles */

/* Primary button style for landlord interface */
.btn-sr-primary {
  @apply bg-sr-teal text-white px-6 py-3 rounded-full font-semibold transition-all duration-300 ease-in-out hover:bg-sr-teal/90 hover:-translate-y-0.5 hover:shadow-lg;
}

/* Additional landlord-specific styles using Tailwind classes */
.landlord-bg-sr-teal {
  @apply bg-sr-teal;
}

.landlord-bg-sr-orange {
  @apply bg-sr-orange;
}

.landlord-text-sr-teal {
  @apply text-sr-teal;
}

.landlord-text-sr-navy {
  @apply text-sr-navy;
}
