select{font:inherit;width:100%;border:1px solid #d9dbd2;background:#fafbf7;border-radius:9px;padding:11px 12px;outline:none;color:#161812}
select:focus{border-color:#7b8f5b;box-shadow:0 0 0 3px #d9ff6633}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-note{margin:0;color:#72766a;font-size:11px;line-height:1.5}
@media(max-width:560px){.form-grid{grid-template-columns:1fr}}

.offer-preview{overflow-wrap:anywhere;font-size:12px}

.column-picker{margin-bottom:18px;border:1px solid #d9dbd2;border-radius:12px;padding:16px;background:#fafbf7}
.column-picker summary{cursor:pointer;font-weight:600}
.column-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:20px 0}
.column-options label{display:flex;align-items:center;gap:9px;font-size:14px;cursor:pointer}
.column-options input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#526c26}
.click-value{max-width:360px;min-width:110px;overflow-wrap:anywhere;white-space:normal}
[data-edit-only][hidden]{display:none}

.device-options{border:1px solid #d9dbd2;border-radius:9px;padding:12px;margin:0;min-width:0}
.device-options legend{font-weight:600;font-size:14px;padding:0 4px}
.device-options label{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px}
.device-options input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#526c26}

.country-label{font-weight:600;margin:0 0 8px;font-size:14px}
.country-picker{position:relative;min-width:0}
.country-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}
.country-tag{display:inline-flex;align-items:center;gap:6px;background:#eaf0d9;border-radius:6px;padding:4px 8px;font-size:13px}
.country-tag button,.country-toggle{border:0;background:transparent;cursor:pointer;color:inherit;font-size:20px;padding:0 3px}
.country-search{display:flex;border:1px solid #d9dbd2;border-radius:9px;background:#fafbf7}
.country-search input{min-width:0;border:0;background:transparent;width:100%;padding:10px}
.country-search:focus-within{outline:2px solid #8ca65d}
.country-options{position:absolute;z-index:5;left:0;right:0;background:white;border:1px solid #d9dbd2;border-radius:8px;box-shadow:0 8px 22px #0002;max-height:210px;overflow-y:auto}
.country-options button{display:block;width:100%;text-align:left;border:0;background:white;padding:10px 12px;font:inherit;font-size:14px;cursor:pointer}
.country-options button:hover,.country-options button[aria-selected=true]{background:#eaf0d9}
.country-picker>.form-note{margin-top:8px}

.modal-head .icon-button{flex:0 0 32px;width:32px;height:32px;align-self:flex-start;display:grid;place-items:center;padding:0;border-radius:8px;line-height:1}
.modal-head .icon-button:hover{background:#eceee6}
.modal-head .icon-button:focus-visible{outline:2px solid #7b8f5b;outline-offset:2px}
.modal-head .icon-button:focus:not(:focus-visible){outline:none}
