.box2 {
    height: 86px;
    cursor: pointer;
    border-radius: 4px;
    padding: 0px 30px 0px 30px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
    margin: 20px 0 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box2:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.xe-comment-entry img {
    float: left;
    display: block;
    margin-right: 10px;
}
.xe-comment {
    transform: translateY(-50%);
    position: absolute;
    margin-left: 50px;
    top: 50%;
}
.xe-comment p {
    margin-bottom: 0px;
    margin-right: 15px;
}
.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.overflowClip_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.submit-tag{
    margin-top: 50px;

}

.img-circle {
    padding: 7px 0;
}

.sidebar-menu .main-menu > li.featured-nav-item > a {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(231, 47, 33, 0.13));
    border-left: 3px solid #ff4838;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sidebar-menu .main-menu > li.featured-nav-item > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4b3c;
    box-shadow: 0 0 0 5px rgba(255, 75, 60, 0.14);
    transform: translateY(-50%);
}

.sidebar-menu .main-menu > li.featured-nav-item > a:after {
    content: "TOP";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffb4a9;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.featured-tools-panel {
    position: relative;
    overflow: hidden;
    margin: 2px 0 30px;
    padding: 20px 22px 24px 26px;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 75, 60, 0.08), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    border: 1px solid #e6edf5;
    border-left: 5px solid #ef3d2f;
    box-shadow: 0 22px 54px -42px rgba(31, 38, 48, 0.92);
}

.featured-tools-panel:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 22px;
    width: 148px;
    height: 1px;
    background: linear-gradient(90deg, rgba(239, 61, 47, 0), rgba(239, 61, 47, 0.45));
}

.featured-tools-panel:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 100%;
    background: repeating-linear-gradient(
        -35deg,
        rgba(239, 61, 47, 0.035) 0,
        rgba(239, 61, 47, 0.035) 1px,
        transparent 1px,
        transparent 12px
    );
    pointer-events: none;
}

.featured-section-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 6px;
}

.featured-title {
    margin: 0;
    color: #23272f;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}

.featured-title i {
    color: #ef3d2f;
}

.featured-badge {
    flex: 0 0 auto;
    padding: 5px 10px;
    border-radius: 999px;
    color: #c92f23;
    background: #fff4f1;
    border: 1px solid #ffd5cc;
    font-size: 12px;
    line-height: 1.4;
}

.featured-subtitle {
    position: relative;
    z-index: 1;
    margin: 0 0 6px;
    color: #76808d;
    font-size: 13px;
}

.featured-tools-grid {
    position: relative;
    z-index: 1;
}

.featured-tools-panel .box2 {
    position: relative;
    height: 90px;
    background: #ffffff;
    border: 1px solid #dfe8f1;
    box-shadow: 0 16px 38px -34px rgba(22, 31, 44, 0.85);
}

.featured-tools-panel .box2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: #ef3d2f;
    opacity: 0.78;
}

.featured-tools-panel .box2:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    border-color: #ff9a8e;
    box-shadow: 0 24px 42px -32px rgba(239, 61, 47, 0.74);
}

.featured-tools-panel .xe-comment-entry img {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 22px -18px rgba(31, 38, 48, 0.85);
}

.featured-tools-panel .xe-comment a strong {
    color: #2f3440;
}

@media (max-width: 767px) {
    .featured-tools-panel {
        padding: 18px 14px 20px;
    }

    .featured-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .sidebar-menu .main-menu > li.featured-nav-item > a:after {
        display: none;
    }
}
