.aal_general_settings { margin: 25px 0; }
form span.aal_label { width: 100px; display: block; float: left; }
input.aal_big_input { width: 80%; }
.aal_general_settings form span.aal_label { width: 200px; display: block; float: left; height: 20px; }
.aal_general_settings input[text], .aal_general_settings select, .aal_general_settings input[file] { width: 200px; }
.aal_general_settings .aal_right_options { float: left; width: -moz-calc(100% - 200px); width: -webkit-calc(100% - 200px); width: -o-calc(100% - 200px); width: calc(100% - 200px); } 
.aal_clear { clear: both; }
#aal_extended { display: none; }
.aal_sugbox { width: 210px; float: left; }
ul.aal_admin_list { list-style-type: disc; margin-left: 30px; }
.aal_link_item { clear: both;  }
.aal_post_link { width: 300px; float: left; border-bottom: 1px solid #000000; border-left: 1px solid #000000; height: 40px; padding: 3px;  }
.aal_key_link { width: 400px; float: left; border: 1px solid #000000; border-top: none;  height: 40px; padding: 3px; }
.aal_exclude_link { width: 300px; float: left; border-bottom: 1px solid #000000; border-right: 1px solid #000000; height: 40px; padding: 3px;  }
.aal_excludedcol { float: left; width: 100px; border: 1px solid #cccccc; background-color: #fff; padding: 15px; height: 15px; }
.aal_excludedtitle { width: 60%; }
.aal_excludedidcol { width: 45px; }
.aal_excludeditem, .aal_excludeditemheader { width: 100%; }
.aal_biginput { width: 80%; }
.aal_biginput_title { width: 180px; }
.aalcustomlink_item { padding: 7px; border: 1px solid; }
span.aalcustomlink_url { margin-right: 20px; width: 200px; }
span.aalcustomlink_title { margin-right: 20px; width: 400px; }
span.aalcustomlink_merchant { float: right; }
.aalcustomlinkdeleteall { padding: 10px; font-size: 14px; }
.aal_leftadmin { width: 70%; font-size: 16px; }
.aal_leftadmin p { font-size: 15px;  }
.yellowhighlight { border: 2px solid #ffff00 !important; }
table.aalpromodules tr td, table.aalpromodules tr th { font-weight: bold; } 
table.aal_table tr th { font-weight: bold; }
.aal_form_advanced_options { display: none;  } .aal-amazon-widget { width: 100%; }
.aal-amazon-widget ul { list-style-type: none; }
.aal-amazon-widget li, .aal-amazon-widget ul li { float: left; width: 30%; list-style-type: none; text-align: center; margin: 0 2% 2% 0; padding: 3px;}
.aal-amazon-widget li img { margin: 0 auto; }
.aal-amazon-widget li a { font-size: 11px; }
.aal-amazon-widget li a span {  }
span.aal_apt_span { width: 300px; display: inline-block; }
span.aal_error { font-size: 15px; color: #ff0000; }
span.aal_confirmation { font-size: 15px; color: #00ffff; }
span.aal_urlvalid { color: #00FF00; font-weight: bold; }
span.aal_urlbroken { color: #FF0000; font-weight: bold; }
.aal_spinner { float: none; }
.aal_edit_advanced { float: left; }
.aal_loader_spinner {
background-image: url(//www.nurgeld.de/wp-includes/images/spinner.gif);
background-repeat: no-repeat;
background-position: center center;
height: 32px;   
width: 32px;   
margin: 20px auto; 
visibility: visible;
} #aal_panel3 .aal-sort-span {
display: inline;	
} 
#aal_panel3 .aal-sort-span::before {
top: 4px;
}
#aal_panel3 a.aal-sorted-asc .aal-sort-span { 
visibility: visible;
}
#aal_panel3 a.aal-sorted-desc .aal-sort-span { 
visibility: visible;
}
.aal-sort-desc::before {
content: "\f140";
}.ngc-wrap, .ngc-wrap * { box-sizing: border-box !important; }
.ngc-wrap { width: 100% !important; max-width: 100% !important; }
.ngc-wrap { font-family: inherit; color: inherit; line-height: 1.35; }
.ngc-card{
background:#fff;
border: 1px solid rgba(0,0,0,.10);
border-radius: 16px;
padding: 16px;
box-shadow: 0 8px 26px rgba(0,0,0,.06);
}
.ngc-card--hero{ margin: 18px 0 14px; }
.ngc-title{ margin:0 0 6px; font-size:22px; line-height:1.2; }
.ngc-subtitle{ margin:0; font-size:14px; opacity:.86; }
.ngc-grid{ display:grid; grid-template-columns:1fr; gap:14px; }
@media (min-width:900px){
.ngc-grid{ grid-template-columns:1fr 1fr; }
.ngc-card--result{ grid-column: 1 / -1; }
}
.ngc-h4{ margin:0 0 12px; font-size:16px; line-height:1.25; }
.ngc-fields{ display:grid; grid-template-columns:1fr; gap:12px; }
.ngc-fields--two{ grid-template-columns:1fr; }
@media (min-width:900px){
.ngc-fields--two{ grid-template-columns:1fr 1fr; }
.ngc-field--full{ grid-column: 1 / -1; }
}
.ngc-label{ display:block; font-weight:700; font-size:13px; margin:0 0 6px; }
.ngc-input{
width:100% !important;
padding:12px 12px !important;
border-radius:12px !important;
border:1px solid rgba(0,0,0,.18) !important;
background:#fff !important;
font: inherit !important;
font-size:14px !important;
outline:none !important;
}
.ngc-input:focus{
border-color: rgba(0,0,0,.38) !important;
box-shadow: 0 0 0 3px rgba(0,0,0,.06) !important;
}
.ngc-help{ margin:6px 0 0; font-size:12px; opacity:.75; }
.ngc-card--result{ background:#fafafa; }
.ngc-resulthead{
display:flex; align-items:center; justify-content:space-between;
gap:12px; margin-bottom:12px;
}
.ngc-btn{
border-radius:12px !important;
padding:10px 12px !important;
border:1px solid rgba(0,0,0,.18) !important;
background:#fff !important;
font: inherit !important;
font-weight:700 !important;
cursor:pointer !important;
}
.ngc-btn--ghost:hover{ border-color: rgba(0,0,0,.35) !important; }
.ngc-kpis{ display:grid; grid-template-columns:1fr; gap:10px; }
@media (min-width:900px){ .ngc-kpis{ grid-template-columns:1fr 1fr; } }
.ngc-kpi{
background:#fff;
border:1px solid rgba(0,0,0,.06);
border-radius:14px;
padding:12px;
display:flex;
justify-content:space-between;
gap:10px;
}
.ngc-kpi__label{ font-size:13px; opacity:.9; }
.ngc-kpi__value{ font-size:14px; font-weight:800; }
.ngc-kpi--strong .ngc-kpi__value{ font-size:16px; }
.ngc-ampel{
margin-top:12px;
display:flex; align-items:center; gap:10px;
padding:12px;
border-radius:14px;
background:#fff;
border:1px solid rgba(0,0,0,.06);
}
.ngc-ampel__dot{ width:12px; height:12px; border-radius:999px; background:#bbb; }
.ngc-ampel[data-state="good"] .ngc-ampel__dot{ background:#2ecc71; }
.ngc-ampel[data-state="warn"] .ngc-ampel__dot{ background:#f1c40f; }
.ngc-ampel[data-state="bad"]  .ngc-ampel__dot{ background:#e74c3c; }
.ngc-ampel__text{ font-size:13px; font-weight:800; }
.ngc-box{
margin-top:12px;
background:#fff;
border:1px solid rgba(0,0,0,.06);
border-radius:14px;
padding:12px;
}
.ngc-box__title{ margin:0 0 10px; font-size:13px; font-weight:900; }
.ngc-note{ margin:12px 0 0; font-size:13px; opacity:.86; }
.ngc-disclaimer{ margin:6px 0 0; font-size:12px; opacity:.72; }
.ngc-wrap, .ngc-wrap * { pointer-events: auto !important; } .ngt-steps{ display:flex; flex-direction:column; gap:10px; }
.ngt-steps__empty{ margin:0; font-size:13px; opacity:.8; }
.ngt-step{
border-top: 1px solid rgba(0,0,0,.06);
padding-top: 10px;
}
.ngt-step:first-child{ border-top:none; padding-top:0; }
.ngt-step__title{ margin:0 0 4px; font-size:13px; font-weight:900; }
.ngt-step__text{ margin:0; font-size:13px; opacity:.9; }