#noda-place-order-options {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

.custom-place-order-button {
    min-width: 160px;
    flex: 1 1 calc(33.333% - 11px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #fff;
    border: 1px solid #d0d4e3;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.2s ease;
    height: 72px;
    text-align: center;
    outline-width: 1px!important;
}

.custom-place-order-button:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.custom-place-order-button:focus {
    border: 1px solid black;
    outline-width: 0 !important;
}

.custom-place-order-button .noda-bank-icon img {
    width: 24px;
    margin: 0 0 10px 0!important;
    object-fit: contain;
}

.noda-bank-name {
    font-size: 14px;
    font-weight: 700;
    color: #1D2445;
}

.noda-bank-desc {
    font-size: 12px;
    color: #1D2445;
}
