/**
 * Become Agent Page - Auto-loaded CSS
 */

.become-agent-area {
  background: #f8f9fa;
}

.become-agent-info {
  padding-right: 30px;
}

.benefit-item {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.benefit-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.benefit-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(241, 134, 0, 0.1);
  border-radius: 10px;
}

.agent-requirements ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #e9ecef;
}

.agent-requirements ul li:last-child {
  border-bottom: none;
}

.become-agent-form-wrapper .user-profile-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.become-agent-form-wrapper .user-profile-card-title {
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--theme-color);
}

@media (max-width: 991px) {
  .become-agent-info {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
