.pkm-alert-prompt {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(28px, 4vw, 52px);
    margin: 34px 0;
    border: 1px solid #e8e9df;
    border-radius: 12px;
    background: #f5f5ef;
}
.pkm-alert-icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #e5edcf;
}
.pkm-alert-prompt svg { width: 20px; height: 20px; flex: 0 0 20px; }
.pkm-alert-icon svg { width: 24px; height: 24px; }
.pkm .pkm-alert-copy h2 { font-size: clamp(30px, 3.25vw, 44px); margin: 4px 0 18px; }
.pkm .pkm-alert-copy > p { max-width: 410px; color: #565c52; font-size: 16px; }
.pkm-alert-benefits { display: grid; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.pkm-alert-benefits li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #46513a; }
.pkm-alert-form { min-width: 0; padding: 28px; border: 1px solid #e3e5da; border-radius: 10px; background: #fff; }
.pkm .pkm-alert-form label { display: flex; flex-direction: column; gap: 8px; position: relative; min-width: 0; margin: 0; font-size: 13px; font-weight: 700; }
.pkm-alert-location { display: grid; grid-template-columns: minmax(0, 1fr) 112px; gap: 14px; margin-top: 18px; }
.pkm .pkm-alert-form input:not([type=hidden]), .pkm .pkm-alert-form select {
    width: 100%; min-width: 0; min-height: 50px; padding: 12px; border: 1px solid #cdd1c5;
    border-radius: 5px; background: #fff; color: #181b19; font-size: 16px; font-weight: 500; line-height: 1.4;
}
.pkm .pkm-alert-form input::placeholder { color: #73786d; opacity: 1; }
.pkm .pkm-alert-scope { margin: 16px 0; font-size: 12px; color: #565c52; overflow-wrap: anywhere; }
.pkm-alert-form .pkm-btn { width: 100%; gap: 10px; }
.pkm .pkm-alert-note { margin: 12px 0 0; font-size: 12px; line-height: 1.5; color: #60665b; }
.pkm-alert-form .pkm-btn + .pkm-alert-note { text-align: center; }
.pkm-alert-form .pkm-suggestions { font-weight: 500; }
@media (max-width: 760px) {
    .pkm-alert-prompt { grid-template-columns: minmax(0, 1fr); gap: 26px; padding: 28px 22px; }
    .pkm-alert-form { padding: 22px; }
    .pkm .pkm-alert-copy h2 { font-size: 34px; }
}
@media (max-width: 390px) {
    .pkm-alert-prompt { padding: 24px 16px; }
    .pkm-alert-form { padding: 18px; }
}
@media (max-width: 350px) {
    .pkm-alert-location { grid-template-columns: minmax(0, 1fr); }
}
