
.bc-company-page{direction:rtl;text-align:right;max-width:1120px;margin:0 auto;padding:52px 16px 48px}
.bc-company-page *{box-sizing:border-box}
.bc-company-card{background:#fff;border:1px solid #ececec;border-radius:18px;overflow:hidden;box-shadow:0 5px 24px rgba(0,0,0,.04)}
.bc-company-hero{display:flex;align-items:center;gap:22px;padding:30px;border-bottom:1px solid #eee;background:#fff}
.bc-company-logo{width:112px;height:112px;flex:0 0 112px;object-fit:cover;border-radius:16px;border:1px solid #e8e8e8;background:#fff;padding:5px}
.bc-company-heading{min-width:0}
.bc-company-heading h1{font-size:29px;line-height:1.6;margin:3px 0 8px;color:#202020}
.bc-company-verified{display:inline-block;font-size:12px;font-weight:700;padding:5px 10px;border-radius:20px;background:#f2f7f3;color:#346c42}
.bc-company-meta{display:flex;flex-wrap:wrap;gap:7px 16px;color:#696969;font-size:13px}
.bc-company-meta span:not(:last-child):after{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:#bbb;margin-right:16px;vertical-align:middle}
.bc-company-section{padding:26px 30px;border-bottom:1px solid #eee}
.bc-company-section:last-child{border-bottom:0}
.bc-company-section h2{font-size:19px;line-height:1.7;margin:0 0 15px;color:#242424}
.bc-company-description{color:#555;line-height:2.05}
.bc-company-description p{margin:0}
.bc-company-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 25px;color:#555;line-height:1.9}
.bc-company-info b{color:#292929}
.bc-company-info a{color:inherit;text-decoration:none}
.bc-company-benefits{display:flex;flex-wrap:wrap;gap:8px}
.bc-company-benefits span{padding:7px 12px;border-radius:22px;background:#f5f5f5;color:#515151;font-size:13px}
.bc-company-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.bc-company-links a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 14px;border:1px solid #ddd;border-radius:9px;text-decoration:none;color:#333;font-size:13px}
.bc-company-section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px}
.bc-company-section-title h2{margin:0}
.bc-company-section-title span{font-size:12px;color:#777}
.bc-company-jobs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.bc-company-job{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e7e7e7;border-radius:12px;padding:15px;text-decoration:none!important;color:#222!important;transition:.15s ease}
.bc-company-job:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.04)}
.bc-company-job strong{font-size:14px;line-height:1.7}
.bc-company-job span{font-size:11px;color:#777;white-space:nowrap}
.bc-company-empty{padding:20px;border:1px dashed #ddd;border-radius:12px;text-align:center;color:#777}
@media(max-width:760px){
 .bc-company-page{padding:88px 9px 28px}
 .bc-company-card{border-radius:13px}
 .bc-company-hero{flex-direction:column;text-align:center;padding:20px 14px;gap:12px}
 .bc-company-logo{width:92px;height:92px;flex-basis:92px}
 .bc-company-heading h1{font-size:22px;margin-top:5px}
 .bc-company-meta{justify-content:center;gap:5px 10px}
 .bc-company-meta span:not(:last-child):after{display:none}
 .bc-company-section{padding:20px 14px}
 .bc-company-info{grid-template-columns:1fr;gap:8px}
 .bc-company-jobs-grid{grid-template-columns:1fr}
 .bc-company-job{align-items:flex-start;flex-direction:column;gap:4px}
 .bc-company-section-title{align-items:flex-start;flex-direction:column;gap:2px}
}
