.skl-body a {text-decoration:none;}
.skl-body, .skl-body * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

/* OPTIONS FORM ON PUBLISH-EDIT PAGE */
#skl-post {width:100%;position:relative;display:inline-block;padding:20px 20px 8px 20px;margin:20px 0 30px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
#skl-post .skl-header {display:inline-block;width:100%;font-size:16px;margin:0 0 3px 0;}
#skl-post .skl-subline {display:inline-block;width:100%;font-size:14px;line-height:18px;color:#333;margin:0 0 10px 0;}
#skl-post .skl-enable-row {display:inline-block;width:100%;font-size:14px;line-height:18px;color:#333;margin:0 0 15px 0;}
#skl-post .skl-langs, #skl-post .skl-skills {display:inline-block;width:100%;margin-bottom: 15px;}
#skl-post .skl-lang, #skl-post .skl-skill {display: inline-block;width: 100%;margin: 0 0 12px 0;position: relative;}
#skl-post .skl-lang .skl-data {display:none;float:left;width:100%;padding:15px 15px;border-radius:0 0 4px 4px;background:#fff;position:relative;}
#skl-post .skl-row {display: flex;justify-content: space-between;}
#skl-post .skl-row .simple-select {width: 45%;}
#skl-post a.skl-post-edit-remove {position: relative;width: 32px;height: 39px;text-align: center;border-radius: 6px;background: #dedede;padding: 11px 0;color: #666;transition:0.15s;}
#skl-post a.skl-post-edit-remove svg {display:inline-block;width: 18px;height: 18px;}
#skl-post a.skl-post-edit-remove:hover {color:#222;}
#skl-post a.skl-add-lang, #skl-post a.skl-add-skill {font-weight:bold;font-size:15px;margin:5px 0 15px 0;display:block;clear:both;}
#skl-post .skl-lang-placeholder, #skl-post .skl-skill-placeholder {display:none;}
#skl-post .skl-langs-empty, #skl-post .skl-skills-empty {display:none;width:100%;padding:20px 15px;border-radius:4px;font-weight:bold;background:#ecf1f9;color:rgba(0,0,0,0.4);font-size:14px;box-shadow:0 1px 4px rgb(0 0 0 / 20%);margin:-5px 0 20px 0;text-align:center;}
#skl-post.skl-is-admin {padding-left:0;padding-right:0;}

#skl-item {display:inline-block;width:100%;margin:20px 0;}

/* THEME ADJUSTMENTS */
.skl-theme-gamma .skl-tabs .skl-filters {background:#e4e4e4;}


@media screen and (max-width: 767px) {  
  #skl-post {padding:20px 0;}
}

@media screen and (max-width: 490px) {
  #skl-form .skl-box {width:100%;padding-left:0;padding-right:0;}
}