.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";
}
#aal-add-link-toast {
position: fixed;
bottom: 30px;
right: 30px;
background: #23282d; color: #fff;
padding: 12px 20px;
border-radius: 4px;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
z-index: 9999;
display: flex;
align-items: center;
transition: opacity 0.5s ease;
}
.aal-add-link-toast-hidden { opacity: 0; pointer-events: none; }
#aal-add-link-toast .dashicons { color: #46b450; margin-right: 8px; }
.aal-add-link-notice-hidden {
display: none;
border-left: 4px solid #46b450;
background: #fff;
padding: 10px;
margin-bottom: 15px;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.aal-notice-icon {
color: #46b450;
vertical-align: middle;
}
.aal-notice-text {
vertical-align: middle;
font-weight: 500;
}.ng-ur-wrap{
width:100%;
max-width:100%;
margin:0;
padding:0;
box-sizing:border-box;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: var(--ng-ur-text);
}
.ng-ur-card{
width:100%;
background: var(--ng-ur-bg);
border:1px solid var(--ng-ur-border);
border-radius: var(--ng-ur-radius);
box-shadow: var(--ng-ur-shadow);
padding: 22px 22px 18px;
box-sizing:border-box;
}
.ng-ur-topcta{
display:flex;
justify-content:flex-end;
margin-bottom: 10px;
}
.ng-ur-head{ margin-bottom:16px; }
.ng-ur-title{
font-size: 22px;
font-weight: 800;
letter-spacing: -0.2px;
line-height: 1.2;
margin:0 0 6px 0;
}
.ng-ur-sub{
font-size: 14px;
color: var(--ng-ur-muted);
line-height: 1.35;
}
.ng-ur-grid{
display:grid;
grid-template-columns: 1.15fr 1.0fr 1.0fr;
gap: 14px;
}
.ng-ur-field,
.ng-ur-stat{
border:1px solid var(--ng-ur-border);
border-radius: calc(var(--ng-ur-radius) - 6px);
background:#fff;
padding:14px 14px 12px;
box-sizing:border-box;
}
.ng-ur-labelrow{
display:flex;
justify-content:space-between;
align-items:flex-end;
gap:10px;
margin-bottom:10px;
}
.ng-ur-label{
font-size: 13px;
font-weight: 700;
color:#1f2937;
}
.ng-ur-value{
font-size: 13px;
font-weight: 800;
color:#111827;
white-space:nowrap;
}
.ng-ur-range{
width:100%;
appearance:none;
height: 6px;
border-radius: 999px;
background: #e9edf7;
outline:none;
}
.ng-ur-range::-webkit-slider-thumb{
appearance:none;
width:18px;
height:18px;
border-radius:999px;
background: var(--ng-ur-primary-1);
border: 3px solid #fff;
box-shadow: 0 6px 16px rgba(31, 68, 255, 0.25);
cursor:pointer;
}
.ng-ur-range::-moz-range-thumb{
width:18px;height:18px;border-radius:999px;
background: var(--ng-ur-primary-1);
border: 3px solid #fff;
box-shadow: 0 6px 16px rgba(31, 68, 255, 0.25);
cursor:pointer;
}
.ng-ur-minmax{
display:flex;
justify-content:space-between;
margin-top:10px;
font-size:12px;
color: var(--ng-ur-muted);
}
.ng-ur-aprbox{ margin-top: 2px; }
.ng-ur-input{
width:100%;
border:1px solid var(--ng-ur-border);
border-radius: 12px;
padding: 10px 12px;
font-size: 15px;
outline:none;
}
.ng-ur-input:focus{
border-color: rgba(31, 68, 255, 0.55);
box-shadow: 0 0 0 3px rgba(31, 68, 255, 0.12);
}
.ng-ur-hint{
margin-top:8px;
font-size:12px;
color: var(--ng-ur-muted);
line-height:1.35;
}
.ng-ur-stat{
display:flex;
flex-direction:column;
justify-content:center;
min-height:78px;
}
.ng-ur-stat--strong{
border-color: rgba(31, 68, 255, 0.25);
box-shadow: 0 6px 18px rgba(31, 68, 255, 0.06);
}
.ng-ur-stat-label{
font-size: 12px;
color: var(--ng-ur-muted);
font-weight: 700;
margin-bottom:6px;
}
.ng-ur-stat-val{
font-size: 20px;
font-weight: 900;
letter-spacing: -0.2px;
}
.ng-ur-stat-sub{
margin-top: 4px;
font-size: 12px;
color: var(--ng-ur-muted);
font-weight: 700;
}
.ng-ur-cta{
margin-top: 16px;
display:flex;
align-items:center;
gap: 14px;
}
.ng-ur-btn{
display:inline-flex;
flex-direction:column;
justify-content:center;
align-items:flex-start;
gap: 2px;
padding: 12px 16px;
border-radius: 14px;
text-decoration:none;
color: #fff;
background: linear-gradient(135deg, var(--ng-ur-primary-1), var(--ng-ur-primary-2));
box-shadow: 0 10px 22px rgba(31, 68, 255, 0.25);
min-width: 280px;
}
.ng-ur-btn--compact{
min-width: 220px;
padding: 10px 14px;
border-radius: 12px;
}
.ng-ur-btn:hover{ filter: brightness(1.03); }
.ng-ur-btn-main{
font-size: 15px;
font-weight: 900;
line-height: 1.1;
}
.ng-ur-btn-sub{
font-size: 12px;
opacity: 0.92;
font-weight: 800;
}
.ng-ur-note{
font-size: 12.5px;
color: var(--ng-ur-muted);
line-height:1.35;
}
.ng-ur-trust{
text-align:center;
font-size: 12.5px;
color: var(--ng-ur-muted);
margin-top: 10px;
}
@media (max-width: 980px){
.ng-ur-grid{ grid-template-columns: 1fr; }
.ng-ur-topcta{ justify-content:stretch; }
.ng-ur-cta{ flex-direction:column; align-items:stretch; }
.ng-ur-btn{ width:100%; min-width:0; align-items:center; text-align:center; }
}