/* PF portal action prompts: stream button + one-time popup */

.pf-action-prompt-btn-wrap {
    margin-top: 8px;
}

.pf-action-prompt-popup {
    position: fixed;
    inset: 0;
    z-index: 1060;
    background: rgba(20, 30, 40, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.pf-action-prompt-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    max-width: 440px;
    width: 100%;
    padding: 20px 22px;
    border-top: 5px solid #e69138;
}

.pf-action-prompt-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pf-action-prompt-text {
    font-size: 14px;
    color: #4a5560;
    margin-bottom: 16px;
    line-height: 1.45;
}

.pf-action-prompt-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.pf-action-prompt-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.pf-action-prompt-card .pf-action-prompt-buttons {
    margin: 4px 0 10px;
}

.pf-action-prompt-suggested {
    box-shadow: 0 0 0 2px rgba(230, 145, 56, 0.35);
}

.pf-action-prompt-later {
    padding-left: 0;
    color: #6f7d8a;
}
