/* Give plugin styles
----------------------------------------------------------------- */


/* grid */
.give-wrap .give-card,
.give-wrap .give-card:active,
.give-wrap .give-card:focus,
.give-wrap .give-card:hover,
.give-wrap .give-card:visited {
    box-shadow: none;
}
.give-form-grid-content,
.give-form-grid-progress {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.give-form-grid-progress,
.form-grid-raised {
    background: none;
}
.give-form-grid-progress-bar .give-progress-bar {
    height: 5px;
    border-radius: 0;
}

.give-form-grid-content>button {
    font-size:0.7142em!important;
    padding: 0.8em 2em 0.75em 2em!important;
}

.give-form-grid-content> .give-form-grid-content__title + button {
    margin-top: 1em;
}

.give-form-grid-content>button > span {
    transition: .3s all;
}

.form-grid-raised__details>span:first-child {
    font-size: 14px;
}

.give-form-grid-content>h3 {
    font-weight: 600!important;
}