/* OP Intel v0.25.8 — Growth contact-permission controls */
.growth-consent-section{border-bottom:1px solid #f0ebe6;background:#fcfbf9;padding:12px}
.growth-consent-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:9px}
.growth-consent-head>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.growth-consent-head strong{font-size:8px;color:#2f2b28}
.growth-consent-head small{font-size:6.2px;line-height:1.4;color:#817a74}
.growth-consent-grid{display:grid;grid-template-columns:1fr;gap:8px}
.growth-consent-card{border:1px solid #e8e1db;border-radius:8px;background:#fff;padding:9px;display:grid;gap:8px}
.growth-consent-card.opted_in{border-left:3px solid #267a52}
.growth-consent-card.opted_out{border-left:3px solid #d71920}
.growth-consent-card.unknown{border-left:3px solid #9a9a9a}
.growth-consent-title{display:flex;align-items:center;gap:7px;min-width:0}
.growth-consent-icon{width:25px;height:25px;border-radius:7px;background:#f6f2ee;display:grid;place-items:center;color:#615b55;flex:0 0 auto}
.growth-consent-title>div{display:flex;flex-direction:column;gap:2px;min-width:0}
.growth-consent-title strong{font-size:7.3px}
.growth-consent-title small{font-size:6px;color:#817a74;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.growth-consent-card>label{display:flex;flex-direction:column;gap:4px}
.growth-consent-card>label>span{font-size:5.9px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;color:#716a64}
.growth-consent-card .dispatch-input{min-height:31px;font-size:7px;padding:6px 8px}
.growth-consent-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;border-top:1px solid #f1ece7;padding-top:7px}
.growth-consent-foot>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.growth-consent-foot small{font-size:5.8px;color:#817a74;line-height:1.35}
.growth-consent-status{display:inline-flex;width:max-content;border-radius:999px;padding:3px 6px;font-size:5.7px;text-transform:uppercase;letter-spacing:.035em;background:#f2efec;color:#625b55}
.growth-consent-status.opted_in{background:#edf7f1;color:#256746}
.growth-consent-status.opted_out{background:#fff0f0;color:#a53530}
.growth-consent-foot .secondary-button{width:auto;min-height:30px;padding:0 9px;font-size:6.5px}
.growth-consent-note{margin:9px 0 0;font-size:5.9px;line-height:1.45;color:#817a74}
@media(min-width:1180px){.growth-consent-grid{grid-template-columns:1fr}}
@media(max-width:650px){.growth-consent-foot{align-items:stretch;flex-direction:column}.growth-consent-foot .secondary-button{width:100%}}
