.withdraw-rules { padding: 16px; }
.withdraw-rules-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid #e8ebe7; }
.withdraw-rules-head span { font-size: 9px; color: #956526; background: #fff2dd; border-radius: 14px; padding: 5px 8px; }
.withdraw-rule { display: grid; grid-template-columns: 72px 1fr; gap: 8px; padding: 10px 0; border-bottom: 1px solid #e8ebe7; }
.withdraw-rule small { font-size: 10px; color: #75857f; }
.withdraw-rule b { font-size: 10px; line-height: 1.55; }
.withdraw-rules p { font-size: 9px; color: #71817c; line-height: 1.65; background: #f4f7f4; border-radius: 9px; padding: 10px; margin: 11px 0 0; }
