/* KhanhNQ Auto Backlink – frontend (vertical list) */
.khnqbl-list {
    font-family: inherit;
}
.khnqbl-list-title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: #2b2024;
}
.khnqbl-item {
    margin-bottom: 10px;
}
.khnqbl-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #f0e2e7;
    border-radius: 12px;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(153, 2, 43, .05);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.khnqbl-link:hover {
    border-color: #99022b;
    box-shadow: 0 6px 16px rgba(153, 2, 43, .12);
    transform: translateY(-1px);
}
.khnqbl-logo {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    position: relative;
    display: grid;
    place-items: center;
    background: #f8e7ec;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f0e2e7;
}
.khnqbl-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    inset: 0;
    background: #fff;
}
.khnqbl-logo-letter {
    font-size: 16px;
    font-weight: 800;
    color: #99022b;
    line-height: 1;
}
.khnqbl-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.khnqbl-title {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #2b2024;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.khnqbl-desc {
    font-size: 12.5px;
    line-height: 1.45;
    color: #77686f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 2px;
}
.khnqbl-domain {
    font-size: 11.5px;
    font-weight: 600;
    color: #99022b;
    margin-top: 3px;
    text-transform: lowercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.khnqbl-arrow {
    flex: 0 0 auto;
    color: #d9a13b;
    display: grid;
    place-items: center;
}
.khnqbl-arrow svg {
    display: block;
}