.elementor-6349 .elementor-element.elementor-element-148b3ef{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== SK WEB GLOBAL - MODERN COUNTRY COLUMN LOOK ===== */

/* COUNTRY HEADER */
.skcrm-table thead th:first-child{
background:linear-gradient(135deg,#0f172a 0%, #1e3a8a 100%) !important;
color:#ffffff !important;
font-weight:800;
letter-spacing:.6px;
text-transform:uppercase;
border-right:1px solid rgba(255,255,255,.10);
box-shadow:inset 0 -1px 0 rgba(255,255,255,.08);
}

/* COUNTRY COLUMN */
.skcrm-table tbody td:first-child{
background:linear-gradient(180deg,#163b8f 0%, #1e3a8a 100%) !important;
color:#ffffff !important;
font-weight:700;
text-align:left !important;
padding:16px 18px 16px 22px !important;
font-size:14px;
letter-spacing:.2px;
position:relative;
border-bottom:1px solid rgba(255,255,255,.06);
border-right:1px solid rgba(255,255,255,.05);
transition:all .28s ease;
cursor:pointer;
z-index:2;
}

/* ORANGE BRAND STRIP */
.skcrm-table tbody td:first-child::before{
content:"";
position:absolute;
left:0;
top:0;
width:5px;
height:100%;
background:linear-gradient(180deg,#ff8a00 0%, #ff6b00 100%);
}

/* LIGHT TOP LINE */
.skcrm-table tbody td:first-child::after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:1px;
background:rgba(255,255,255,.18);
}

/* FULL ROW HOVER */
.skcrm-table tbody tr:hover td:first-child{
background:linear-gradient(180deg,#1d4ed8 0%, #1e40af 100%) !important;
padding-left:26px !important;
box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}

/* COUNTRY NAME DIRECT HOVER */
.skcrm-table tbody td:first-child:hover{
font-weight:900 !important;
letter-spacing:.4px;
transform:translateX(4px);
text-shadow:0 2px 6px rgba(0,0,0,.22);
background:linear-gradient(180deg,#2563eb 0%, #1d4ed8 100%) !important;
}

/* MOBILE */
@media(max-width:767px){
.skcrm-table tbody td:first-child{
padding:13px 14px 13px 18px !important;
font-size:13px;
}
}/* End custom CSS */