*{box-sizing:border-box}body{margin:0;background:#111318;color:#f5f5f5;font-family:Arial,Helvetica,sans-serif;line-height:1.55}.wrap{max-width:1180px;margin:auto;padding:0 18px}.top{position:sticky;top:0;z-index:10;background:rgba(17,19,24,.9);backdrop-filter:blur(10px);border-bottom:1px solid #272b35}.top .wrap{display:flex;align-items:center;justify-content:space-between;height:68px}.brand{font-weight:900;color:#fff;text-decoration:none;font-size:22px}.nav a{color:#ddd;text-decoration:none;margin-left:18px}.hero{padding:80px 0 50px;background:radial-gradient(circle at 25% 10%,#a3352233,transparent 35%),linear-gradient(135deg,#171a22,#0c0d11)}.hero h1{font-size:clamp(34px,6vw,68px);line-height:1;margin:0 0 16px}.hero p{max-width:780px;color:#cfd3dc;font-size:20px}.badge{display:inline-block;background:#ff6a0033;border:1px solid #ff6a00;color:#ffb383;padding:7px 12px;border-radius:999px;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;margin:32px 0}.card{background:#1a1e27;border:1px solid #2b303d;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #0006}.card img{width:100%;height:230px;object-fit:cover;display:block}.card .in{padding:18px}.card h2{font-size:22px;margin:0 0 8px}.card a{color:#fff;text-decoration:none}.btn{display:inline-block;background:#ff6a00;color:#111;text-decoration:none;font-weight:800;padding:10px 15px;border-radius:12px;border:0;cursor:pointer}.muted{color:#aeb5c2}.section{padding:42px 0}.post{max-width:900px}.post img.cover{width:100%;max-height:520px;object-fit:cover;border-radius:20px}.content a{color:#ff9a4a}.content img{max-width:100%;border-radius:14px}.video{position:relative;padding-bottom:56.25%;height:0;margin:20px 0}.video iframe{position:absolute;width:100%;height:100%;border:0;border-radius:16px}.notice{background:#24170f;border:1px solid #654321;color:#ffd9b0;padding:15px;border-radius:14px}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.gallery img{width:100%;height:150px;object-fit:cover;border-radius:12px}.footer{border-top:1px solid #272b35;padding:30px 0;color:#98a0ad}.admin{background:#f5f6f8;color:#111}.admin a{color:#0b57d0}.admin .panel{background:#fff;border:1px solid #ddd;border-radius:14px;padding:18px;margin:18px 0}.admin input,.admin textarea,.admin select{width:100%;padding:10px;border:1px solid #bbb;border-radius:10px;margin:6px 0 14px}.admin textarea{min-height:260px}.admin table{width:100%;border-collapse:collapse}.admin td,.admin th{border-bottom:1px solid #ddd;padding:10px;text-align:left}.toolbar button{margin:3px}.media-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}.media-picker img{width:100%;height:100px;object-fit:cover;border-radius:10px;cursor:pointer}

.lang-switch{display:inline-flex;gap:6px;margin-left:18px;vertical-align:middle}
.lang-switch a{margin-left:0;padding:5px 8px;border:1px solid #3a4050;border-radius:999px;font-size:13px;font-weight:800}
.lang-switch a.active{background:#ff6a00;color:#111;border-color:#ff6a00}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:34px;align-items:center}
.hero-image-card{background:#1a1e27;border:1px solid #2b303d;border-radius:22px;padding:10px;box-shadow:0 20px 50px #0008}
.hero-image-card img{width:100%;display:block;border-radius:16px}
@media(max-width:780px){
  .top .wrap{height:auto;min-height:68px;align-items:flex-start;gap:10px;padding-top:14px;padding-bottom:14px}
  .top .wrap,.nav{display:flex;flex-wrap:wrap}
  .nav a{margin-left:12px}
  .hero-grid{grid-template-columns:1fr}
}

.debug-box{background:#111827;color:#e5e7eb;border:2px solid #374151;border-radius:14px;padding:16px;margin:18px 0;overflow:auto}
.debug-box h2{margin-top:0;color:#fff}
.debug-table{width:100%;border-collapse:collapse;font-size:13px}
.debug-table th,.debug-table td{border-bottom:1px solid #374151;padding:8px;text-align:left;vertical-align:top}
.debug-table pre{white-space:pre-wrap;margin:0;color:#d1d5db}
.debug-ok td{background:#052e16}
.debug-error td{background:#450a0a}
.debug-info td{background:#172554}

.debug-box h3{margin:18px 0 8px;color:#fff}
.admin .panel h2{margin-top:0}


/* CS2 Skins admin - public site style inheritance */
body.admin,
body.admin-site{
    margin:0;
    background:#111318;
    color:#f5f5f5;
    font-family:Arial,Helvetica,sans-serif;
    line-height:1.55;
}
.admin .panel{
    background:#1a1e27;
    border:1px solid #2b303d;
    border-radius:18px;
    padding:20px;
    margin:18px 0;
    box-shadow:0 10px 30px #0006;
    color:#f5f5f5;
}
.admin a{color:#ffb383}
.admin .top a{color:#ddd}
.admin .top .brand{color:#fff}
.admin input,
.admin textarea,
.admin select{
    width:100%;
    padding:11px 12px;
    border:1px solid #3a4050;
    border-radius:12px;
    margin:6px 0 14px;
    background:#111318;
    color:#f5f5f5;
    outline:none;
}
.admin input:focus,
.admin textarea:focus,
.admin select:focus{
    border-color:#ff6a00;
    box-shadow:0 0 0 3px #ff6a0033;
}
.admin textarea{min-height:320px;font-family:Consolas,monospace}
.admin label{font-weight:800;color:#e5e7eb}
.admin table{width:100%;border-collapse:collapse}
.admin td,.admin th{border-bottom:1px solid #2b303d;padding:12px;text-align:left}
.admin th{color:#ffb383}
.admin .toolbar{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}
.admin .toolbar button,
.admin button{
    background:#242936;
    color:#f5f5f5;
    border:1px solid #3a4050;
    border-radius:10px;
    padding:8px 11px;
    cursor:pointer;
}
.admin .toolbar button:hover,
.admin button:hover{border-color:#ff6a00}
.admin .btn{
    display:inline-block;
    background:#ff6a00;
    color:#111 !important;
    text-decoration:none;
    font-weight:900;
    padding:10px 15px;
    border-radius:12px;
    border:0;
    cursor:pointer;
}
.admin .small-btn{padding:7px 10px;font-size:13px}
.admin .muted{color:#aeb5c2}
.admin-dashboard{
    display:grid;
    grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);
    gap:18px;
    align-items:stretch;
}
.admin-hero-panel{
    background:
      radial-gradient(circle at 18% 0%,#ff6a0033,transparent 36%),
      linear-gradient(135deg,#1a1e27,#111318) !important;
}
.admin-hero-panel h1{font-size:clamp(30px,4vw,52px);line-height:1;margin:12px 0}
.inline-check{
    display:flex;
    gap:10px;
    align-items:center;
    margin:10px 0 18px;
}
.inline-check input{width:auto;margin:0}
.lang-editor-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    margin:22px 0;
}
.lang-editor-card{
    background:#151922;
    border:1px solid #2b303d;
    border-radius:18px;
    padding:18px;
}
.lang-editor-card h2{margin-top:0;color:#ffb383}
.editor-head{
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:center;
    margin-bottom:18px;
}
.editor-head h1{margin:8px 0 0;font-size:clamp(28px,4vw,44px)}
.media-picker{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(130px,1fr));
    gap:12px;
}
.media-picker img{
    width:100%;
    height:110px;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
    border:1px solid #2b303d;
}
.media-picker img:hover{border-color:#ff6a00}
.danger-panel{border-color:#b00020 !important;background:#2a1014 !important}
.debug-box{
    background:#0d111a;
    color:#e5e7eb;
    border:1px solid #374151;
    border-radius:18px;
    padding:16px;
    margin:18px 0;
    overflow:auto;
    box-shadow:0 10px 30px #0006;
}
.debug-box h2,.debug-box h3{color:#fff}
.debug-table{width:100%;border-collapse:collapse;font-size:13px}
.debug-table th,.debug-table td{border-bottom:1px solid #374151;padding:8px;text-align:left;vertical-align:top}
.debug-table pre{white-space:pre-wrap;margin:0;color:#d1d5db}
.debug-ok td{background:#052e16}
.debug-error td{background:#450a0a}
.debug-info td{background:#172554}
@media(max-width:900px){
    .admin-dashboard,
    .lang-editor-grid{grid-template-columns:1fr}
    .editor-head{align-items:flex-start;flex-direction:column}
}


/* Admin inherits CS2 Skins public style */
.admin-dark{
  background:#111318;
  color:#f5f5f5;
}
.admin-dark .admin-main{
  padding-top:34px;
}
.admin-top{
  position:sticky;
}
.admin-dark a{
  color:#ffb383;
}
.admin-dark .panel{
  background:#1a1e27;
  border:1px solid #2b303d;
  border-radius:18px;
  padding:20px;
  margin:18px 0;
  box-shadow:0 10px 30px #0006;
  color:#f5f5f5;
}
.admin-dark .panel h2,
.admin-dark .panel h3{
  color:#fff;
}
.admin-dark input,
.admin-dark textarea,
.admin-dark select{
  width:100%;
  background:#111318;
  color:#f5f5f5;
  border:1px solid #3a4050;
  border-radius:12px;
  padding:11px 12px;
  margin:6px 0 14px;
  outline:none;
}
.admin-dark input:focus,
.admin-dark textarea:focus,
.admin-dark select:focus{
  border-color:#ff6a00;
  box-shadow:0 0 0 3px #ff6a0033;
}
.admin-dark textarea{
  min-height:320px;
  font-family:Consolas,Monaco,monospace;
}
.admin-dark table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
}
.admin-dark th{
  color:#ffb383;
  background:#111318;
}
.admin-dark td,
.admin-dark th{
  border-bottom:1px solid #2b303d;
  padding:12px 10px;
  text-align:left;
}
.admin-dark tr:hover td{
  background:#202635;
}
.admin-dashboard-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.admin-form-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.publish-check{
  display:flex;
  align-items:center;
  gap:10px;
  margin:8px 0 18px;
}
.editor-tabs{
  display:flex;
  gap:10px;
  margin:24px 0 16px;
  border-bottom:1px solid #2b303d;
  padding-bottom:12px;
}
.tab-btn,
.toolbar button,
.mini-btn{
  display:inline-block;
  background:#111318;
  color:#f5f5f5;
  border:1px solid #3a4050;
  text-decoration:none;
  font-weight:800;
  padding:9px 12px;
  border-radius:12px;
  cursor:pointer;
}
.tab-btn.active,
.toolbar button:hover,
.mini-btn:hover{
  background:#ff6a00;
  color:#111;
  border-color:#ff6a00;
}
.lang-editor{
  display:none;
}
.lang-editor.active{
  display:block;
}
.admin-save-bottom{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #2b303d;
}
.admin-dark .media-picker img{
  border:1px solid #2b303d;
  background:#111318;
  transition:.15s transform,.15s border-color;
}
.admin-dark .media-picker img:hover{
  transform:translateY(-2px);
  border-color:#ff6a00;
}
.admin-login-card{
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:780px){
  .admin-dashboard-grid{
    grid-template-columns:1fr;
  }
  .admin-form-head{
    display:block;
  }
}

.admin textarea.short-textarea{min-height:110px;font-size:20px;font-weight:900;line-height:1.15}
.admin textarea.medium-textarea{min-height:150px;font-family:Arial,Helvetica,sans-serif}
.hero-preview{margin-top:12px;background:#111318;border:1px solid #2b303d;border-radius:16px;padding:10px}
.hero-preview img{width:100%;display:block;border-radius:12px}


/* One-page front page modules */
html{scroll-behavior:smooth}
.page-section{scroll-margin-top:90px}
.section-head{margin-bottom:24px}
.section-head h2{font-size:clamp(30px,4vw,48px);line-height:1;margin:12px 0}
.onepage-card{cursor:pointer;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.onepage-card:hover{transform:translateY(-4px);border-color:#ff6a00;box-shadow:0 16px 42px #0009}
.inline-viewer{
    position:relative;
    margin:36px 0 0;
    background:#1a1e27;
    border:1px solid #2b303d;
    border-radius:22px;
    padding:26px;
    box-shadow:0 20px 60px #0008;
    animation:viewerIn .35s ease both;
}
@keyframes viewerIn{
    from{opacity:0;transform:translateY(22px)}
    to{opacity:1;transform:translateY(0)}
}
.viewer-close{
    position:absolute;
    top:12px;
    right:14px;
    width:38px;
    height:38px;
    border-radius:50%;
    border:1px solid #3a4050;
    background:#111318;
    color:#fff;
    font-size:24px;
    line-height:1;
    cursor:pointer;
    z-index:2;
}
.viewer-close:hover{border-color:#ff6a00;color:#ffb383}
.inline-post h1{font-size:clamp(30px,5vw,56px);line-height:1.05;margin-right:42px}
.inline-post .cover{margin:18px 0}
.loader{padding:30px;text-align:center;color:#ffb383;font-weight:800}
.image-modal{
    position:fixed;
    inset:0;
    z-index:999;
    background:rgba(0,0,0,.86);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:28px;
}
.image-modal[hidden]{display:none}
.image-modal img{
    max-width:min(1200px,96vw);
    max-height:90vh;
    border-radius:18px;
    box-shadow:0 25px 80px #000;
}
.image-close{position:fixed;top:22px;right:22px}

.permission-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:12px;
    margin:14px 0 22px;
}
.perm-card{
    display:flex;
    gap:10px;
    align-items:center;
    background:#151922;
    border:1px solid #2b303d;
    border-radius:14px;
    padding:12px;
    font-weight:700;
}
.perm-card input{width:auto;margin:0}
.secondary-btn{background:#242936!important;color:#f5f5f5!important;border:1px solid #3a4050!important}
.danger-btn{background:#b00020!important;color:#fff!important}


/* Cover-only description support */
.card img,
.onepage-card img{
    object-fit:contain;
    background:#0f1118;
    padding:8px;
}
.cover-only-card .in{
    padding-top:12px;
}
.cover-only-card img{
    height:320px;
    object-fit:contain;
    background:#0f1118;
}
.post img.cover,
.inline-post img.cover{
    width:100%;
    max-height:none;
    height:auto;
    object-fit:contain;
    background:#0f1118;
    padding:10px;
    border:1px solid #2b303d;
    border-radius:20px;
}
.content img{
    max-width:100%;
    height:auto;
    object-fit:contain;
}


/* PRO GALLERY */

.pro-gallery{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
gap:24px;
}

.gallery-item{
background:#1a1e27;
border:1px solid #2b303d;
border-radius:20px;
overflow:hidden;
padding:14px;
transition:.25s ease;
}

.gallery-item:hover{
transform:translateY(-4px);
box-shadow:0 15px 45px rgba(255,106,0,.12);
}

.gallery-item img{
width:100%;
height:240px;
object-fit:cover;
border-radius:14px;
display:block;
}

.gallery-caption{
margin-top:12px;
font-weight:bold;
}

.pro-gallery-admin{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
gap:24px;
}

.gallery-admin-card{
background:#fff;
border:1px solid #ddd;
border-radius:20px;
padding:16px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.gallery-admin-card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:14px;
margin-bottom:14px;
}

.gallery-admin-actions{
display:flex;
gap:12px;
margin-top:14px;
}

.btn.danger{
background:#b00020;
color:#fff;
}

.checkline{
display:flex;
align-items:center;
gap:10px;
font-weight:bold;
}


/* ADMIN MEDIA PREVIEW FIX */

.gallery-admin-card{
overflow:hidden!important;
}

.gallery-admin-card img{
width:100%!important;
max-width:100%!important;
height:220px!important;
object-fit:contain!important;
display:block!important;
background:#0f172a!important;
padding:10px!important;
box-sizing:border-box!important;
border-radius:14px!important;
}

.pro-gallery-admin{
align-items:start!important;
}

.gallery-admin-card input,
.gallery-admin-card select{
max-width:100%!important;
box-sizing:border-box!important;
}


/* FINAL HARD ADMIN GALLERY FIX */

.pro-gallery-admin{
display:grid!important;
grid-template-columns:repeat(auto-fill,minmax(340px,1fr))!important;
gap:24px!important;
align-items:start!important;
}

.gallery-admin-card{
width:100%!important;
max-width:100%!important;
overflow:hidden!important;
box-sizing:border-box!important;
}

.gallery-admin-card img{
display:block!important;
width:100%!important;
max-width:100%!important;
height:260px!important;
object-fit:contain!important;
object-position:center!important;
background:#0b1220!important;
padding:12px!important;
border-radius:14px!important;
box-sizing:border-box!important;
}

.gallery-admin-card input,
.gallery-admin-card select,
.gallery-admin-card textarea{
width:100%!important;
max-width:100%!important;
box-sizing:border-box!important;
}

.gallery-admin-actions{
flex-wrap:wrap!important;
}
/* DIRECT HERO FIX */

.hero-section,
.hero,
.hero-grid,
.hero-wrapper{
display:flex !important;
align-items:center !important;
min-height:720px !important;
}

.hero-left,
.hero-content{
display:flex !important;
flex-direction:column !important;
justify-content:center !important;
padding-top:80px !important;
padding-bottom:80px !important;
}

.hero-title,
.hero-content h1,
.hero-left h1{
margin-top:30px !important;
line-height:0.92 !important;
transform:translateY(35px) !important;
}

.hero-badge{
margin-bottom:40px !important;
}

@media(max-width:900px){

.hero-title,
.hero-content h1{
transform:none !important;
font-size:58px !important;
}

}


/* HERO TITLE OVERLAP FIX */
.hero-title,
.hero-content h1,
.hero-left h1,
.hero h1{
margin-top:48px !important;
line-height:1.05 !important;
}

.hero-badge,
.hero-pill,
.hero-top-badge{
margin-bottom:38px !important;
display:inline-flex !important;
align-items:center !important;
}

@media (max-width:900px){
.hero-title,
.hero-content h1,
.hero-left h1,
.hero h1{
margin-top:32px !important;
line-height:1.08 !important;
}
}


/* TOP HERO SPACING FIX */

.hero,
.hero-section,
.hero-wrapper,
.hero-grid{
padding-top:24px !important;
margin-top:0 !important;
min-height:auto !important;
}

.hero-content,
.hero-left{
padding-top:10px !important;
}

header + section,
.navbar + section,
.topbar + section{
margin-top:0 !important;
padding-top:20px !important;
}



/* MEDIA PICKER */
.media-picker-btn{
background:#ff7a00;
color:#fff;
border:none;
padding:12px 18px;
border-radius:12px;
font-weight:700;
cursor:pointer;
margin:12px 0;
}

.media-modal{
position:fixed;
inset:0;
background:rgba(0,0,0,.85);
display:none;
align-items:center;
justify-content:center;
z-index:99999;
padding:30px;
}

.media-modal.active{
display:flex;
}

.media-modal-content{
background:#111827;
border-radius:24px;
padding:24px;
width:min(1400px,95vw);
max-height:90vh;
overflow:auto;
border:1px solid #26324a;
}

.media-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
gap:20px;
}

.media-card{
background:#0b1020;
border-radius:18px;
overflow:hidden;
border:1px solid #26324a;
cursor:pointer;
transition:.2s;
}

.media-card:hover{
transform:translateY(-4px);
border-color:#ff7a00;
}

.media-card img{
width:100%;
height:180px;
object-fit:cover;
display:block;
}

.media-card span{
display:block;
padding:12px;
font-size:14px;
word-break:break-word;
}

.close-media-modal{
background:#ff3b30;
color:#fff;
border:none;
padding:10px 16px;
border-radius:10px;
font-weight:bold;
cursor:pointer;
margin-bottom:20px;
}


/* ========================================
   FRONT CARD ALIGNMENT FIX
======================================== */

.posts-grid,
.gallery-grid,
.cards-grid{
display:grid !important;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr)) !important;
gap:28px !important;
align-items:start !important;
}

.post-card,
.gallery-card,
.card{
display:flex !important;
flex-direction:column !important;
height:100% !important;
position:relative !important;
overflow:hidden !important;
}

.post-card img,
.gallery-card img,
.card img{
width:100% !important;
height:320px !important;
object-fit:cover !important;
display:block !important;
}

.post-card-content,
.gallery-card-content,
.card-content{
display:flex !important;
flex-direction:column !important;
flex:1 !important;
padding:22px !important;
}

.post-card .btn,
.gallery-card .btn,
.card .btn,
.view-btn{
margin-top:auto !important;
align-self:flex-start !important;
position:relative !important;
bottom:auto !important;
left:auto !important;
}

.post-card h2,
.gallery-card h2,
.card h2{
min-height:64px !important;
line-height:1.15 !important;
}

@media(max-width:768px){

.post-card img,
.gallery-card img,
.card img{
height:240px !important;
}

}



/* ========================================
   FULL IMAGE PREVIEW FIX
======================================== */

.post-card img,
.gallery-card img,
.card img{

width:100% !important;
height:320px !important;

object-fit:contain !important;
object-position:center center !important;

background:#0b1020 !important;

padding:10px !important;

}

@media(max-width:768px){

.post-card img,
.gallery-card img,
.card img{

height:240px !important;

}

}



/* ========================================
   HERO RELAYOUT FIX
======================================== */

.hero,
.hero-section,
.hero-grid{

display:flex !important;
flex-direction:column !important;
align-items:center !important;
justify-content:center !important;
gap:40px !important;

text-align:center !important;

padding-top:40px !important;
padding-bottom:60px !important;

}

.hero-left,
.hero-content{

order:2 !important;
max-width:1200px !important;
width:100% !important;

display:flex !important;
flex-direction:column !important;
align-items:center !important;

}

.hero-right,
.hero-image{

order:1 !important;

display:flex !important;
justify-content:center !important;
align-items:center !important;

width:100% !important;

}

.hero-right img,
.hero-image img{

width:min(1100px,92vw) !important;
height:auto !important;

border-radius:28px !important;

}

.hero-title,
.hero-content h1,
.hero-left h1{

font-size:88px !important;
line-height:1.02 !important;

max-width:1200px !important;

margin-top:10px !important;

text-align:center !important;

}

.hero-badge{

margin-bottom:28px !important;

}

@media(max-width:1200px){

.hero-title,
.hero-content h1,
.hero-left h1{

font-size:64px !important;

}

}

@media(max-width:768px){

.hero,
.hero-section,
.hero-grid{

gap:24px !important;
padding-top:20px !important;

}

.hero-right img,
.hero-image img{

width:94vw !important;

}

.hero-title,
.hero-content h1,
.hero-left h1{

font-size:56px !important;
line-height:1.04 !important;

}

}

@media(max-width:480px){

.hero-title,
.hero-content h1,
.hero-left h1{

font-size:42px !important;

}

}

