.hrbx-hiring-comparison{
    padding:48px 0;
    background:#f6f9ff;
    overflow:hidden;
}

.hrbx-hiring-container{
    max-width:1120px;
    margin:0 auto;
    padding:0 24px;
}


/* Header */

.hrbx-hiring-header{
    margin:0 auto 42px;
    text-align:center;
}

.hrbx-hiring-header h2{
    margin:0 0 12px;
    line-height:1.15;
    font-weight:800;
    color:#050812;
}

.hrbx-hiring-intro{
    margin:auto;
    color:#111827;
    font-size:13px;
    line-height:1.55;
}
.hrbx-hiring-bottom-content p {
	line-height: 1.2;
	font-size: 15px;
}

/* Main columns */

.hrbx-hiring-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    align-items:stretch;
}

.hrbx-hiring-column{
    width:100%;
    height:100%;
    padding:30px;
    border-radius:8px;
    display:flex;
    flex-direction:column;
}


/* Left box */

.hrbx-hiring-left{
    background:#ffffff;
    border:1px solid #e5e7eb;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}


/* Right box */

.hrbx-hiring-right{
    background:linear-gradient(
        18.39deg,
        #FFFFFF 16.68%,
        #CAE7FF 99.48%
    );
    border:1px solid #2f97ed;
    box-shadow:0 10px 25px rgba(47,151,237,.18);
}


/* Titles */

.hrbx-hiring-cd-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 24px;
	padding-left:20px ;
}

.hrbx-title-icon{
    width:40px;
    min-width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
}

.hrbx-title-icon-check{
    background:#2f97ed;
    color:#ffffff;
}


/* Items */

.hrbx-hiring-items{
    display:flex;
    flex-direction:column;
    gap:9px;
    flex:1;
}

.hrbx-hiring-card{
    display:flex;
    align-items:center;
    gap:12px;
    width:100%;
    height:42px;
    min-height:42px;
    padding:10px 12px;
    border-radius:8px;
}

.left-card{
    background:#FEFEFE !important;
    border:1px solid #eceff3;
    box-shadow:0 4px 10px rgba(0,0,0,.05);
}

.right-card{
    background:rgba(255,255,255,.45);
    border:1px solid #c8ddf4;
    box-shadow:0 4px 10px rgba(47,151,237,.08);
}


/* Icons */

.hrbx-hiring-number, .hrbx-hiring-icon {
	width: 30px;
	min-width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	overflow: hidden;
	font-size: 30px;
	font-weight: 700;
}

.hrbx-hiring-number{
    background:#dff0ff;
    color:#ef4444;
}

.hrbx-hiring-icon-left{
    background:#E1F0FC;
    color:#ef4444;
}

.hrbx-hiring-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.hrbx-hiring-icon-right {
	background: #2D94ED;
	color: #fff;
}

/* Text */

.hrbx-hiring-content{
    flex:1;
}

.hrbx-hiring-content h3{
    margin:0;
    font-size:12px;
    line-height:1.25;
    font-weight:600;
    color:#111827;
}


/* Bottom section */

.hrbx-hiring-bottom{
    margin-top:18px;
    padding:16px 18px;
    display:flex;
    align-items:center;
    gap:14px;
    border-radius:10px;
    background:#eef6ff;
    border:1px solid #d4e8ff;
}

.hrbx-hiring-bottom-icon {
	width: 75px;
	min-width: 75px;
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #2f97ed;
	color: #fff;
}

.hrbx-hiring-bottom-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
}


/* ==========================
   Responsive Tablet
========================== */

@media(max-width:1024px){

    .hrbx-hiring-wrapper{
        grid-template-columns:1fr;
        gap:16px;
    }

    .hrbx-hiring-column{
        padding:18px;
    }

}


/* ==========================
   Responsive Mobile
========================== */

@media(max-width:767px){

    .hrbx-hiring-comparison{
        padding:32px 0;
    }


    .hrbx-hiring-container{
        padding:0 16px;
    }


    /* Header */

    .hrbx-hiring-header{
        margin-bottom:28px;
    }


    .hrbx-hiring-header h2{
        font-size:24px;
        line-height:1.25;
        margin-bottom:10px;
    }


    .hrbx-hiring-intro{
        font-size:13px;
        line-height:1.5;
    }



    /* Wrapper */

    .hrbx-hiring-wrapper{
        grid-template-columns:1fr;
        gap:14px;
    }



    /* Column */

    .hrbx-hiring-column{
        padding:14px;
        border-radius:10px;
    }



    /* Title */

    body .hrbx-hiring-cd-title{
        height:auto;
        margin-bottom:20px;
        font-size:16px;
        gap:8px;
    }


    .hrbx-title-icon{
        width:28px;
        min-width:28px;
        height:28px;
    }



    /* Items */

    .hrbx-hiring-items{
        gap:8px;
    }


    .hrbx-hiring-card{
        height:auto;
        min-height:40px;
        padding:9px 10px;
        gap:10px;
    }

    /* Icons */

    .hrbx-hiring-number,
    .hrbx-hiring-icon{

        width:20px;
        min-width:20px;
        height:20px;
        font-size:20px;

    }



    /* Text */

    .hrbx-hiring-content h3{
        font-size:12px;
        line-height:1.35;
    }



    /* Bottom Box */

    .hrbx-hiring-bottom{
        margin-top:14px;
        padding:14px;
        gap:10px;
        align-items:flex-start;
    }


    .hrbx-hiring-bottom-icon{
        width:38px;
        min-width:38px;
        height:38px;
    }

}



/* ==========================
   Small Mobile
========================== */

@media(max-width:420px){


    .hrbx-hiring-container{
        padding:0 12px;
    }


    .hrbx-hiring-column{
        padding:12px;
    }


    .hrbx-hiring-card{
        padding:8px;
    }


}