.paw-sps-panel {
    display: none;
    position: fixed;
    z-index: 2147483000;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dfe1e5;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 8px 24px rgba(60,64,67,.18);
    overflow: hidden;
    color: #202124;
}

.paw-sps-panel.is-open {
    display: block;
}

.paw-sps-item {
    display: flex !important;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    min-height: 56px;
    padding: 7px 12px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #f1f3f4;
    border-radius: 0;
    background: #fff;
    color: #202124 !important;
    text-decoration: none !important;
    text-align: left;
}

.paw-sps-item:last-child {
    border-bottom: 0;
}

.paw-sps-item:hover,
.paw-sps-item.is-active {
    background: #f1f3f4;
}

.paw-sps-thumb {
    display: block;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    max-width: 42px;
    object-fit: contain;
    border-radius: 6px;
    background: #f8f9fa;
}

.paw-sps-title {
    display: block;
    flex: 1;
    min-width: 0;
    color: #202124;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: normal;
}

.paw-sps-message {
    padding: 16px 14px;
    background: #fff;
    color: #5f6368;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

@media (max-width: 767px) {
    .paw-sps-item {
        min-height: 52px;
        padding: 6px 10px;
    }

    .paw-sps-thumb {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px;
        max-width: 38px;
    }

    .paw-sps-title {
        font-size: 13px;
    }
}
