.tpai-review-request {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99999;
    max-width: 230px;
    padding: 14px 15px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.96);
    color: #ffffff;
    box-shadow: 0 14px 35px rgba(0,0,0,0.22);
    font-family: inherit;
}

.tpai-review-request strong {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.tpai-review-request p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.8;
}

.tpai-review-btn {
    display: inline-block;
    padding: 7px 11px;
    border-radius: 999px;
    background: #10b981;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.tpai-review-close {
    position: absolute;
    top: 6px;
    right: 8px;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}

@media (max-width: 600px) {
    .tpai-review-request {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
    }
}