/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wkad-detail{
    padding : 15px;
}
.wkadv-title{
    font-size : 20px;
    line-height : 27px;
    font-weight : 600;
    color : #FFFFFF;
}
.wkadv-description {
    font-size : 16px;
    line-height : 22px;
    color : #FFFFFF;
}
.wkadv-description img {
    max-width: 100%;
    height: auto;
}
.wkadv-btn-div {
    display : flex;
    justify-content: flex-end;
    align-items: center;
}
.wkadv-donate-btn {
    font-size : 14px;
    line-height : 19px;
    font-weight : 600;
    background-color : transparent;
    border : 1px solid #FFFFFF;
    color : #FFFFFF;
}

@media(max-width : 768px) {
    #donation-info {
        margin : 15px 0px;
    }
    #wkadv-btn-div {
        justify-content : flex-start;
    }
}
@media(min-width : 768px) {
    .row-eq-height {
        display : flex;
      }
}
.wkadv-btn-div2 {
    margin-top : 12px;
}
#wkadv-btn-side-div {
    margin : 15px 0px;
}
#wkadv-donate-btn-side {
    white-space: normal;
}
