.block-promocodes-list{position:relative;z-index:1}.block-promocodes-list__title{margin-bottom:24px}.block-promocodes-list__grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:768px){.block-promocodes-list__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width:1024px){.block-promocodes-list__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.block-promocodes-list .broker-promocode{width:100%;background-color:#fff0;padding:0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center}.block-promocodes-list .broker-promocode:hover{transform:none;box-shadow:none}.block-promocodes-list .broker-promocode__input-group{background-color:#fff0;border:2px dashed #D9D9D9;border-radius:12px;height:54px;padding:0 16px 0 20px;transition:all 0.3s ease;cursor:pointer}.block-promocodes-list .broker-promocode__input-group:hover,.block-promocodes-list .broker-promocode__input-group:focus-within{border-color:var(--primary);background-color:rgb(147 69 216 / .03)}.block-promocodes-list .broker-promocode__input{font-size:18px;font-weight:600;color:var(--text);letter-spacing:.5px}.block-promocodes-list .broker-promocode__copy-btn{width:32px;height:32px;border-radius:8px;background-color:#fff0;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center}.block-promocodes-list .broker-promocode__copy-btn:hover{background-color:rgb(147 69 216 / .1);transform:scale(1.1)}.block-promocodes-list .broker-promocode__copy-btn svg{width:20px;height:20px;fill:var(--primary)}.block-promocodes-list .broker-promocode__copy-btn:active{transform:scale(.95)}@media (max-width:768px){.block-promocodes-list__title{margin-bottom:16px;font-size:24px}.block-promocodes-list__grid{gap:12px}.block-promocodes-list .broker-promocode__input-group{height:44px;padding:0 12px 0 14px;border-radius:10px;border-width:1.5px}.block-promocodes-list .broker-promocode__input{font-size:14px}.block-promocodes-list .broker-promocode__copy-btn{width:28px;height:28px}.block-promocodes-list .broker-promocode__copy-btn svg{width:18px;height:18px}}