/**
 * Pro Recruiter Button Widget Styles
 * Styles for Elementor Pro Recruiter Button Widget
 * 
 * @package Superio Child
 */

/* Elementor widget container adjustments */
.elementor-widget-wrap > .elementor-widget-apus_element_get_premium_btn {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 0 !important;
  margin-block-end: 0 !important;
}

.elementor-widget-apus_element_get_premium_btn {
  display: inline-block !important;
  width: auto !important;
}

.elementor-widget-apus_element_get_premium_btn .elementor-widget-container {
  display: inline-block !important;
  width: auto !important;
}

/* Widget container */
.widget-get-premium-btn {
  display: inline-block;
  width: auto;
}

/* Button styling with default colors */
.widget-get-premium-btn .get-premium-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 60px;
  transition: all 0.3s ease;
  border: none;
  font-weight: 500;
  background-color: #ff7300;
  color: #ffffff;
  padding: 10px 20px;
}

/* SVG icon */
.widget-get-premium-btn .get-premium-btn svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  fill: currentColor;
}

/* Hover effects */
.widget-get-premium-btn .get-premium-btn:hover {
  text-decoration: none;

  background-color: #e66400;
}
