.lgh-float-promo {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 2099;
    width: 285px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.lgh-float-promo__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    color: #999;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.lgh-float-promo__close:hover {
    color: #333;
}

.lgh-float-promo__body {
    display: block;
    padding: 20px 36px 16px 16px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.lgh-float-promo__body:hover {
    background: #fafafa;
}

.lgh-float-promo__title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.3;
}

.lgh-float-promo__text {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.lgh-float-promo__action {
    display: block;
    padding: 12px 16px;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.lgh-float-promo__action:hover {
    background: #f5f5f5;
    color: #147ac9;
}

@media (max-width: 480px) {
    .lgh-float-promo {
        bottom: 16px;
        left: 16px;
        right: auto;
        width: auto;
        max-width: none;
    }
}
