.oracleCostAlertTool{margin:24px 4vw 0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;border-color:#665234;border-left:3px solid #c59142;background:linear-gradient(120deg,#1b160d,#0d110e)}
.oracleCostAlertTool h2{margin:5px 0 8px;font:600 28px 'Cormorant Garamond',serif}
.oracleCostAlertTool p:not(.eyebrow):not(.toolStatus){max-width:760px;margin:0;color:#9ea49b;line-height:1.6}
.oracleCostAlertTool .toolStatus{grid-column:1/-1}
.oracleCostAlertButton{max-width:360px;padding:14px 18px;border:1px solid #8d6b34;background:#30220d;color:#f1d99d;font-weight:700;cursor:pointer}
.oracleCostAlertButton:hover{background:#463115;border-color:#c59142}
.oracleCostAlertButton:disabled{cursor:wait;opacity:.65}
@media(max-width:760px){.oracleCostAlertTool{grid-template-columns:1fr;margin:20px 10px 0}.oracleCostAlertButton{width:100%;max-width:none}}
