/****** Misc ******/
.star {color: red;}
.bg-tag {background-color: #f4a32c !important;}
.btn-primary {background-color: #f4a32c !important; border-color: #f4a32c !important;}
.btn-primary:hover {background-color: #fff !important; color: #f4a32c !important;}
.breadcrumb a {color: #515151;}

/******** Menu ********/
.fl-header.fl-header-single.fl-header-type1 .fl-mega-menu.nav-menu {
    width: 60%;
    text-align: center;
}

.icon-user:before {
    font-size: 30px;
}


.form-remark {
    /*margin-top: 10px;
    margin-bottom: 26px;
     */
    color:#888;
    font-size: 15px;
    padding-left: 5px;
}

/* .form-error{color:#d93025;font-size:.9rem;margin:.25rem 0 0;} */
.form-error{color:#d93025;font-size:.9rem;margin:0 0;}
.input-invalid{border-color:#d93025;outline:none;box-shadow:0 0 0 .2rem rgba(217,48,37,.1);}
.alert-error{background:#fdecea;color:#8b2121;border:1px solid #f5c2c7;padding:.75rem 1rem;border-radius:.5rem;margin:0 0 1rem;}

/********* Bizfinder vector **********/
.first__screen-content .icon-vector {
    fill: #f4a32c;
    /*stroke: #ffc248;
    stroke-miterlimit: 10;
    stroke-width: 6px;

     */
}

.svg45 {
    width: 65px;
    height: 40px;
    /*
    width: 65px;
    height: 13px;

     */
}

/********** List Image **********/
.listing__products .listing-card__media .listing-card__image {
    border-bottom: 1px solid #eeeeee;
}

/* logo mode */
.listing-card__media.is-logo .listing-card__image {
    object-fit: contain;
    background: #fff;        /* optional: consistent backdrop for transparent PNGs */
    /*padding: 22px;*/           /* optional: breathing room around logos 12px */
}

.info-wrapper p {
    font-size: 11pt;
}

/******** Header CTA Button ********/
.link-reg .submit__listing {
    width: 170px;
    padding-left:25px;
}

.link-reg .submit__listing span {
    width: 45px;
}

/********** Listing **********/
.owner-avatar{
    width:64px !important;
    height:64px !important;
    object-fit:cover;border-radius:50%;
    border:3px solid #fff; box-shadow:0 6px 18px rgba(0,0,0,.18);
}
.company-logo-chip{
    width:24px;height:24px;object-fit:contain;background:#fff;
    border-radius:.35rem;border:1px solid rgba(0,0,0,.08);
}

/* Clamp only the intro text (not the whole container), so buttons remain visible */
.intro-preview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; /* adjust lines if needed */
}

/* Tighten for small screens */
@media (max-width: 575.98px){
    .owner-avatar{ width:52px;height:52px; border-width:2px; }
}

/********* Listing (in mobile) ********/
/* Mobile enhancement: keep owner avatar from blocking the logo */
@media (max-width: 575.98px) {
    .owner-chip {
        /* Move chip into the bottom-left corner without the translate overlap */
        transform: none !important;
        bottom: 10px !important;
        left: 10px !important;
        margin-left: 0 !important;
        z-index: 4;
    }
    .owner-avatar {
        width: 40px !important;
        height: 40px !important;
    }
}
