
.name-with-badge {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* Banner */
.custom-author-deatils-header {
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
}

/* Floating card */
.company-modern-card {
    position: relative;
    margin-top: -70px;
    background: #fff;
    border-radius: 18px;
    padding: 25px 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
aside .author-img{
    height: 50px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);

}
/* Logo */
.main.author-img img {
    width: 120px;
    height: 120px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Name */
.name-with-badge {
        font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.verified-badge {
    width: 20px;
    height: 20px;
}

/* Username */
.author-info p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 6px;
}

/* Rating inline */
.ratings {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Buttons */
.btn-groups {
    margin-top: 12px;
}

.btn-groups .btn-primary {
    background: #f97316;
    border: none;
    border-radius: 8px;
    padding: 6px 14px;
}

.btn-groups .btn-primary:hover {
    background: #ea580c;
}

.btn-outline {
    border-radius: 8px;
}

/* Info cards */
.company-info-box-new {
    padding: 0;
}

/* Info cards – Match Image 2 */
.info-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;              /* smaller padding */
    background: #f4f6f9;             /* softer grey */
    border: 1px solid #e6ebf1;       /* lighter border */
    border-radius: 14px;
    transition: all 0.2s ease;
}

.info-card:hover {
    background: #ffffff;
    border-color: #dde3ea;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* Icon softer */
.info-icon {
    font-size: 17px;
    color: #f97316;
    background: rgba(249, 115, 22, 0.08); /* subtle icon bg */
    padding: 8px;
    border-radius: 10px;
}

/* Label */
.info-card small {
    font-size: 12px;
    color: #8a94a6;
    margin-bottom: 2px;
}

/* Value */
.info-value {
    font-weight: 600;
    font-size: 16px;
    color: #1f2937;
}
.user-info {
    z-index: 5;
    background-color: #FFF;
}
.last-portion{
	border-top-right-radius: 37px;
}
@media (min-width: 992px) {
    .custom-author.company-modern-card .row .col-lg-2 {
        flex: 0 0 auto;
        width: 15%;
    }
      .custom-author.company-modern-card .row  .col-lg-5.custom-author-info.user-info {
        flex: 0 0 auto;
        width: 40%;
    }
       .custom-author.company-modern-card .row  .col-lg-5.user-info.last-portion {
        flex: 0 0 auto;
        width: 45%;
    }
}
.user-name-tag{
	font-size: 18px;
	padding-top: 12px;
}
.row.g-3{
	padding-top: 28px;
}
.sidebar-widget-area{
	background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
    .sidebar-widget-area {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 30px;
    }

    .col-lg-3.p-0 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 1199px) {
    .container-fluid {
        margin-top: 80px !important;
    }
}
.seller-area{
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}