/* Public styles for Freight Right Payments */
body .frp-container{max-width:900px;margin:24px auto;background:#fff;padding:20px;border:1px solid #eee;border-radius:8px;box-shadow:0 12px 30px rgba(0,0,0,0.05)}
.frp-header{display:flex;align-items:center;gap:16px}
.frp-logo{width:120px}
.frp-amount{font-size:28px;color:#008080;font-weight:700;margin-top:6px}
.frp-methods{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.frp-method{border:1px solid #eee;padding:16px;border-radius:12px;width:220px;background:#f9f9f9;box-shadow:0 2px 12px rgba(0,0,0,0.04)}
.frp-method strong{display:block;margin-bottom:8px;color:#333}
.frp-method-value{font-size:14px;color:#333;word-break:break-word}
.frp-method-missing{font-size:14px;color:#777;word-break:break-word;margin-top:8px}
.frp-method-extra{font-size:13px;color:#555;margin-top:10px}
.frp-copy{display:inline-block;margin-top:12px;background:#008080;color:#fff;padding:8px 12px;border-radius:999px;cursor:pointer;border:none}
.frp-copied{display:inline-block;margin-left:8px;color:#008080}
.frp-instructions{margin-top:20px}
.frp-instructions h3{margin-bottom:8px}
.frp-form{margin-top:30px}
.frp-form label{display:block;font-weight:600;margin:12px 0 6px}
.frp-form input,.frp-form textarea,.frp-form select{width:100%;padding:10px;margin-bottom:12px;border:1px solid #ddd;border-radius:8px;box-sizing:border-box}
.frp-form select{background:#fff}
.frp-btn{background:#008080;color:#fff;padding:12px 18px;border-radius:999px;border:none;cursor:pointer;transition:background .2s ease}
.frp-btn:hover{background:#006d6d}
.frp-status-message{border:1px solid #008080; background:#e6fffc;color:#004d4d;padding:14px 18px;border-radius:10px;margin-bottom:20px}
.frp-error{border-color:#ff7a00;background:#fff1e8;color:#8a4b00}
@media(max-width:600px){.frp-method{width:100%}.frp-header{flex-direction:column;align-items:flex-start}}
