.checkout-index-index #discount-form-gift div.actions-toolbar {
    display : block!important;
    width : 100%;
} 
.checkout-index-index #discount-form-gift div.primary {
    float : right;
}
.checkout-index-index #discount-form-gift .payment-option-inner div.control {
    margin: 5px 0;
}
#wk-giftcard-top-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wk-giftcard-total-amount-container{
    display: flex;
    align-items: start;
}
#wk-giftcard-redeem-input{
    width: 70%;
    margin-right: 5px;
    float: left;
}
#redeem-container{
    height: 112px;
    width: 35%;
}
#wk-giftcard-total-amount{
    margin-left: 2rem;
}
#wk-giftcard-total-amount > h3{
    margin-top: 0;
    font-weight: 500;
}
.wk-giftcard-label{
    font-weight: 900;
    display: inline-block;
    margin-bottom: 10px;
}
.wk-giftcard-redeem-success, .wk-giftcard-status-success{
    margin-top: 1rem;
    position: relative;
    display: none;
    padding: 0.6rem;
    background: #e5efe5;
    color: #006400;
}
.wk-giftcard-redeem-error, .wk-giftcard-status-error{
    margin-top: 1rem;
    display: none;
    padding: 0.8rem;
    background: #fae5e5;
    color: #e02b27;
}
.wk-giftcard-redeem-error::before, .wk-giftcard-status-error::before {
    font-size: 20px;
    line-height: 24px;
    color: #b30000;
    content: '\e61f';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    margin-right: 0.8rem;
}
.wk-giftcard-redeem-success::before, .wk-giftcard-status-success::before {
  font-size: 20px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-right: 0.8rem;
}
#wk-giftcard-sharelink-inp{
    float: left;
    margin-right: 5px;
    width: 75%;
}
.wk-giftcard-sharelink-modal > .modal-inner-wrap{
    width: 35%;
}
.wk-giftcard-sharelink-modal > .modal-inner-wrap > .modal-content{
    margin: 3rem 0;
}
#wk-giftcard-status-btn{
    margin-top: 1rem;
}
.wk-giftcard-share-icon{
    height: 50px!important;
    width: 50px!important;
}

@media screen and (max-width: 800px) {
    .wk-giftcard-sharelink-modal > .modal-inner-wrap{
        width: 75%;
    }
    #redeem-container{
        width: unset;
    }
}

@media screen and (max-width: 500px) {
    #redeem-container{
        margin-top: 2rem;
    }
}