#handl-utm-menu .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 20%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-top: 1em;
}

#handl-utm-menu .active, .accordion:hover {
  background-color: #ccc;
}

#handl-utm-menu .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#handl-utm-menu .active:after {
  content: "\2212";
}

#handl-utm-menu .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

body.admin-color-fresh #adminmenu #toplevel_page_handl-utm-grabber #handl-premium-link,
body.admin-color-fresh #adminmenu #toplevel_page_handl-utm-grabber a[href="admin.php?page=handl_go_premium"]
{
  color: #eeff00;
  font-weight: 500;
}

/* UTM Fields Panel Styling - Modal Style */
#handl-utm-fields-panel {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  margin: auto auto;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#handl-utm-fields-panel .description-box {
  background: #2271b1;
  color: white;
  padding: 20px;
  margin: 0;
  position: relative;
}

#handl-utm-fields-panel .description-box h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

#handl-utm-fields-panel .description-box p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.4;
}

#handl-utm-fields-panel .control-box {
  padding: 24px 24px 30px 24px;
}

/* Info and Tip Sections */
.handl-utm-reminder,
.handl-zapier-reminder {
  background: #f8f9fa;
  border-left: 4px solid #2271b1;
  padding: 16px;
  margin: 0 0 20px 0;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  line-height: 1.5;
}

.handl-zapier-reminder {
  border-left-color: #00a32a;
  background: #f6fff8;
}

.reminder-icon,
.zapier-icon {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: top;
  display: inline-block;
}

.handl-utm-reminder strong,
.handl-zapier-reminder strong {
  color: #1d2327;
  font-weight: 600;
}

.handl-utm-reminder code {
  background: #e1e1e1;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'Courier New', monospace;
}

.handl-zapier-reminder ul {
  margin: 12px 0 8px 0;
  padding-left: 20px;
}

.handl-zapier-reminder li {
  margin: 4px 0;
}

.handl-zapier-reminder a {
  color: #2271b1;
  text-decoration: none;
}

.handl-zapier-reminder a:hover {
  text-decoration: underline;
}

/* Button Styling */
#handl-utm-fields-panel fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#handl-utm-fields-panel legend {
  display: none;
}

.handl-utm-fields-btn {
  background: #00a32a !important;
  color: white !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  justify-content: center !important;
  box-shadow: 0 2px 4px rgba(0, 163, 42, 0.2) !important;
  transition: all 0.2s ease !important;
}

.handl-utm-fields-btn:hover {
  background: #008a2e !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(0, 163, 42, 0.3) !important;
}

.handl-utm-fields-btn:active {
  transform: translateY(0) !important;
}

.handl-utm-fields-btn .utm-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  border: 2px solid white;
  border-radius: 50%;
  vertical-align: middle;
}

.handl-utm-fields-btn .utm-icon::before,
.handl-utm-fields-btn .utm-icon::after {
  content: '';
  position: absolute;
  background: white;
  border-radius: 1px;
}

.handl-utm-fields-btn .utm-icon::before {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.handl-utm-fields-btn .utm-icon::after {
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.handl-upsell{
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.3);
  border: 1px solid #dcdcdc;
  padding: 16px;
  background-color: #fff;
  max-width: 960px;
  overflow: hidden;
  margin-top: 2em;
}

.handl-upsell h2{
  font-size: 2em;
  color: #0084ff;
}

.handl-upsell ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.handl-btn{
  background: #e49039;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 30px;
  display: inline-block;
  border: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
}

.handl-btn:hover{
  background: #ef9a00;
  border-color: #ef9a00;
  color: #fff;
}

.handl-upsell ul li{
  line-height: 1.1;
  font-size: 18px;
  padding-right: 10px;
}

.handl-upsell ul li:before{
  font-size: 1.8em;
  font-family: dashicons;
  content: "\f147";
  vertical-align: middle;
  color: #0084ff;
}

.handl-upsell ul li.mute{
  opacity: 0.7;
}

.handl-upsell ul li code{
  font-size: 60%;
}

#handl-dashboard-overview{
  font-size: 2em;
}

#handl-dashboard-overview .inside{
  margin: 0px;
  padding: 0px;
}

#handl-dashboard-overview .handl-dash-widget{
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
}

#handl-dashboard-overview .handl-dash-footer{
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  color: #ddd;
}

#handl-dashboard-overview .handl-dash-footer a{
  text-decoration: none;
}

#wpadminbar #wp-admin-bar-handl-utm-grabber{

}

#wpadminbar .handl-svg.svg {
  float: left;
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 20px;
}

#wpadminbar .handl-issue-counter {
  display: inline;
  padding: 1px 7px 1px 6px!important;
  border-radius: 50%;
  color: #fff;
}

.utm-notifications{
  position: relative;
  max-width: 1280px;
  margin: 20px 0 1px;
  padding: 20px 20px 0;
  border: 1px solid #e5e5e5;
  background-color: #fdfdfd;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.utm-notifications h3{
  margin: -20px -20px 0;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  background-color: #fdfdfd;
  font-size: 1.4em;
}

.handl-notification-holder{
  display: flex;
  position: relative;
  padding: 10px 0;
}

.handl-notification{
  padding-right: 52px;
  flex: 1;
}

.handl-button{
  margin: auto;
}

.handl-button a {
  text-decoration: none;
}

#handl-utm-apps p{
  font-size: 1.1em;
}

#handl-utm-apps .card{
  max-width: 300px;
  min-width: 300px;
}

#handl-utm-apps .card h4{
  font-size: 1.3em;
}

#handl-utm-apps .card a{
  text-decoration: none;
}

[data-type="handlpremium"] {
  opacity: 0.6;
}


#handl-utm-kb p,
#handl-utm-kb li{
  font-size: 14px;
}

#handl-utm-kb ul li {
  position: relative;
  padding: 0 0 2px 16px;
}

#handl-utm-kb ul li:before{
  content: '✔';
  position: absolute;
  top: -1px;
  left: 0;
}

.handl-follow-us{
  margin-top:2em;
}

.handl-follow-us svg {
  width: 50px;
  height: 50px;
}