.list-item .logo img, .logo-detail img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.list-item .logo {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img[onerror] {
    background: #f0f3f8;
}
.logo, .logo-detail {
    min-width: 50px;
    min-height: 50px;
}

.filter-card {
    background: #fff;
    padding: 1.75rem 0;
    position: relative;
    z-index: 5;
}
.filter-card form{
    display: flex;
}

.form-label {
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 4px;
}

.form-control-custom {
    border-radius: 1rem;
    padding: .85rem 1rem;
    border: 1px solid #ccc;
    height: 52px;
    font-size: .95rem;
    background: #F6F6F6;
}

.apply-btn,.btn-apply{
    background-color:  var( --e-global-color-f9a338b ) !important;
    border-color:  var( --e-global-color-f9a338b ) !important;
    color: #ffffff !important;
    border: none;
    padding: 10px 16px !important;
    font-size: 16px;
    font-style: unset;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    align-self: start;
    text-transform: capitalize;
}
.apply-btn:hover,.btn-apply:hover{
	 background-color:var( --e-global-color-adada2d ) !important;
    border-color:var( --e-global-color-adada2d ) !important;
}

.pill-select {
    display: inline-flex;
    align-items: center;
    background: #F6F6F6;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding:0;
    min-width: 260px;
    position: relative;
    font-size: .95rem;
}
#clear-learn-filter {
    background: none;
    border: none;
    color: #EC6F27;
    font-size: 16px;
    font-style: unset;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
}
#clear-learn-filter::before{
    content: '✖';
    font-size: 13px;
    padding-right: 5px;
}
.pill-select select {
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    font-size: .95rem;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
}

.pill-select::after {
    content: "▾";
    position: absolute;
    right: 12px;
    pointer-events: none;
    font-size: 0.7rem;
    color: #555;
}

.master-detail {
    display: flex;
    gap: 1.5rem;
    padding: 0;
}

.list-column, .detail-column {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.list-column {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
}

.detail-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.list-wrapper {
    overflow-y: auto;
    padding: 1rem 0 0;
    max-height: 750px;
}

.list-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid #d6dce9;
    margin-bottom: 1rem;
    cursor: pointer;
    background: #fff;
    transition: all .15s ease;
}

.list-item.active {
    border: 1px solid #26322A;
    background: #f7fff7;
}
.list-item:hover{
    border: 1px solid #26322A;
    background: #f7fff7;
}

.list-item .logo {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-item .content {
    flex: 1;
    min-width: 0;
}

.list-item h5 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.1;
}

.meta {
    display: flex;
    gap: 10px;
    font-size: .85rem;
    margin-top: 4px;
    color: #555;
}

.lang {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 8px;
    display: inline-block;
}

.detail-wrapper {
    overflow-y: auto;
    padding: 2rem;
    flex: 1;
    position: relative;
    max-height: 750px;
    border: 1px solid #d6dce9;
    border-radius: 14px;
    background: #f7f7f7;
}

.detail-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.detail-wrapper .section{
    padding: 1rem 0px;
}

.detail-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.05;
}

.detail-subinfo {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 4px;
    font-size: .9rem;
    color: #222;
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8fcf7f;
    display: inline-block;
    margin-top: 4px;
}


.apply-area {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
    border-top: 1px solid #e8eaf1;
    padding-top: 1.5rem;
}
.apply-area a{
  color: #26322A !important;
}
.apply-area a:hover{
    color: #8FAC3C  !important;
}

.contact-text {
    font-size: .9rem;
    margin-top: 6px;
}

.socials {
    display: flex;
    gap: 8px;
}

.socials .circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:#8FAC3C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.list-wrapper::-webkit-scrollbar,
.detail-wrapper::-webkit-scrollbar {
    width: 12px;
}

.list-wrapper::-webkit-scrollbar-track,
.detail-wrapper::-webkit-scrollbar-track {
    background: #f0f3f8;
    border-radius: 6px;
}

.list-wrapper::-webkit-scrollbar-thumb,
.detail-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}



.filter-card .job-filter-form>div {
    margin-right: 8px;
}
.filter-card input[type=text]{
    width: 485px;
    height: 46px;
}

@media (max-width: 768px) {
    .filter-card .job-filter-form {
        gap: 12px;
    }

    .filter-card .pill-select,
    .filter-card .form-control-custom {
        width: 100%;
    }

    .apply-btn {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .master-detail {
        flex-direction: column;
    }

    .list-column,
    .detail-column {
        width: 100%;
    }

    .detail-wrapper {
        max-height: none;
    }
}

@media (max-width: 991px) {
    .hero-img {
        display: none;
    }

    .filter-card {
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 767px) {
	.filter-card form{
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width:1199px) {
	
	.detail-wrapper{
		    padding: 1rem;
	}
	.detail-column .section ul{
		padding-left:5px; 
	}
	.t-slider {
		display:inline-block !important;
		    padding-right:0 !important;
	}
	.filter-card input[type=text]{
		    width: auto;
	}
	.filter-card{
		    padding: 20px 0px 20px 0;
		margin-top:0px !important;
	}
}

.d-none {
    display: none !important;
}


