.pjscc-banner {
    position: fixed;
    width: 350px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 99999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pjscc-bottom-right {
    right: 20px;
    bottom: 20px;
}

.pjscc-bottom-left {
    left: 20px;
    bottom: 20px;
}

.pjscc-header {
    height: 4px;
    border-radius: 8px 8px 0 0;
}

.pjscc-body {
    padding: 20px;
}

.pjscc-text {
    margin-bottom: 15px;
    line-height: 1.5;
}

.pjscc-buttons {
    display: flex;
    gap: 10px;
}

.pjscc-buttons button {
    flex: 1;
    border: none;
    padding: 8px 12px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: opacity 0.2s;
}

.pjscc-buttons button:hover {
    opacity: 0.9;
}