.albert-lawyers-wrap{display:grid;grid-template-columns:250px 1fr;gap:28px;max-width:1120px;margin:25px auto;font-family:Inter,Roboto,Arial,sans-serif;color:#14213d}.albert-filter{background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:18px;height:max-content;box-shadow:0 1px 2px rgba(17,24,39,.04)}.albert-filter h3{font-size:15px;margin:0 0 18px}.albert-filter label{display:block;font-size:12px;font-weight:700;color:#68758a;margin:12px 0 6px}.albert-filter input[type=text],.albert-filter select{width:100%;box-sizing:border-box;height:38px;border:1px solid #dbe2eb;border-radius:8px;background:#f8fafc;padding:0 11px;color:#14213d}.albert-filter .check{display:flex;align-items:center;gap:7px;color:#334155;font-weight:500}.albert-filter button{width:100%;height:42px;border:0;border-radius:8px;background:#163462;color:#fff;font-weight:800;margin-top:12px;cursor:pointer}.albert-list h1{font-size:24px;margin:4px 0 18px}.albert-list h1 span{color:#64748b;font-weight:600}.albert-card{display:grid;grid-template-columns:92px 1fr;background:#fff;border:1px solid #e4eaf2;border-radius:13px;margin-bottom:16px;box-shadow:0 1px 3px rgba(15,23,42,.04);overflow:visible}.albert-card-photo{padding:18px 0 0 18px}.albert-card-photo img{width:72px;height:72px;border-radius:10px;object-fit:cover;background:#f1f5f9;border:1px solid #e2e8f0}.albert-card-body{padding:18px 18px 0}.albert-card-top{display:flex;justify-content:space-between;gap:15px}.albert-role{font-size:12px;color:#64748b;margin-bottom:2px}.albert-name{display:inline-block;font-size:17px;font-weight:900;color:#0f172a;text-decoration:none;margin-bottom:6px}.albert-meta{font-size:12px;color:#667085}.albert-rating{min-width:42px;height:42px;border-radius:9px;background:#18a058;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.albert-badges,.albert-formats{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.albert-badges span,.albert-formats span{font-size:12px;background:#eef2f7;color:#475569;border-radius:7px;padding:6px 9px}.albert-info{font-size:13px;line-height:1.55;color:#475569;margin:14px 0}.albert-price{font-size:13px;color:#475569;margin-bottom:8px}.albert-actions{display:flex;gap:10px;align-items:center;border-top:1px solid #edf1f5;margin:14px -18px 0;padding:12px 18px}.albert-phone{background:#163462;color:#fff!important;border-radius:8px;text-decoration:none;font-weight:800;padding:9px 14px;font-size:13px}.albert-more{background:#f8fafc;color:#1e293b;border:1px solid #dbe2eb;border-radius:8px;text-decoration:none;font-weight:800;padding:8px 13px;font-size:13px}.albert-empty{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:25px}.albert-pagi{text-align:center;margin:22px 0}.albert-pagi a,.albert-pagi span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;margin:3px;border-radius:8px;border:1px solid #dbe2eb;text-decoration:none;color:#17345f;background:#fff}.albert-pagi span{background:#17345f;color:#fff}.albert-footer-note{max-width:1120px;margin:10px auto 40px;color:#94a3b8;font-size:12px}@media(max-width:760px){.albert-lawyers-wrap{display:block;margin:12px}.albert-filter{margin-bottom:16px}.albert-card{grid-template-columns:70px 1fr}.albert-card-photo{padding:14px 0 0 14px}.albert-card-photo img{width:56px;height:56px}.albert-card-top{align-items:flex-start}.albert-rating{min-width:36px;height:36px}.albert-actions{flex-wrap:wrap}.albert-list h1{font-size:20px}}
.albert-user-online{margin-top:6px;font-size:13px;color:#6b7280;display:flex;align-items:center;gap:6px}.albert-online-dot{width:8px;height:8px;border-radius:50%;background:#9ca3af;display:inline-block}.albert-online-dot.is-online{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12)}

.albert-breadcrumbs{max-width:1180px;margin:0 auto 18px auto;padding:12px 16px;background:#fff;border:1px solid #edf0f5;border-radius:14px;color:#6b7280;font-size:14px;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.albert-breadcrumbs a{color:#2283dc;text-decoration:none;font-weight:600}
.albert-breadcrumbs span{margin-left:8px}
.albert-breadcrumbs span:last-child{color:#111827;font-weight:600}
@media(max-width:768px){.albert-breadcrumbs{margin:0 10px 14px 10px;border-radius:12px}}

.albert-rating-pro {
    position: relative;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #64748b;
    border: 2px solid #64748b;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    outline: none;
    z-index: 20;
}

.albert-rating-pro:hover,
.albert-rating-pro:focus {
    z-index: 999999;
}

.albert-rating-pro.albert-rating-excellent {
    background: #16a34a;
    border-color: #16a34a;
}

.albert-rating-pro.albert-rating-good {
    background: #22c55e;
    border-color: #22c55e;
}

.albert-rating-pro.albert-rating-middle {
    background: #f59e0b;
    border-color: #f59e0b;
}

.albert-rating-pro.albert-rating-low {
    background: #f97316;
    border-color: #f97316;
}

.albert-rating-pro.albert-rating-bad {
    background: #ef4444;
    border-color: #ef4444;
}

.albert-rating-pro-value {
    position: relative;
    z-index: 2;
    line-height: 1;
    letter-spacing: -.02em;
}

.albert-rating-popover {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: 340px;
    max-width: calc(100vw - 32px);
    background: #ffffff;
    color: #334155;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 22px 70px rgba(15, 23, 42, .22), 0 0 0 1px rgba(15, 23, 42, .03);
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(.98);
    transform-origin: top right;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
    text-align: left;
    font-weight: 400;
    z-index: 999999;
    pointer-events: none;
}

.albert-rating-pro:hover .albert-rating-popover,
.albert-rating-pro:focus .albert-rating-popover,
.albert-rating-pro:focus-within .albert-rating-popover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.albert-rating-popover:before {
    content: "";
    position: absolute;
    right: 16px;
    top: -7px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-left: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    transform: rotate(45deg);
    z-index: 1;
}

.albert-rating-title {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f7;
}

.albert-rating-line {
    position: relative;
    z-index: 2;
    margin: 12px 0;
}

.albert-rating-line-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 6px;
}

.albert-rating-line-head span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.albert-rating-line-head b {
    color: #0f172a;
    font-weight: 900;
}

.albert-rating-bar {
    height: 8px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.albert-rating-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
}

.albert-rating-bar .green {
    background: linear-gradient(90deg, #16a34a, #22c55e);
}

.albert-rating-bar .blue {
    background: linear-gradient(90deg, #1d4ed8, #38bdf8);
}

.albert-rating-bar .orange {
    background: linear-gradient(90deg, #f97316, #facc15);
}

.albert-rating-split {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eef2f7;
    font-size: 12px;
    color: #64748b;
}

.albert-rating-split + .albert-rating-split {
    margin-top: 6px;
    padding-top: 0;
    border-top: 0;
}

.albert-rating-split b {
    color: #0f172a;
    font-weight: 900;
}

.albert-rating-subtitle {
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: 900;
    color: #0f172a;
    margin-top: 16px;
}

.albert-rating-popover p {
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 1.55;
    color: #64748b;
    margin: 5px 0 0;
}

@media(max-width:768px) {
    .albert-rating-pro {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 12px;
    }

    .albert-rating-popover {
        right: -10px;
        width: 290px;
        padding: 16px;
    }

    .albert-rating-popover:before {
        right: 22px;
    }
}

