
:root {
    --givr-font-main: 'Roboto';
    --givr-grid-columns: 2;
    --givr-grid-gap: 60px;
}

.givr-block-cards-grid {
    display: grid;
    grid-gap: var(--givr-grid-gap, 30px);
    grid-template-columns: repeat(var(--givr-grid-columns, 1), minmax(0, 1fr));
}

.givr-plugin-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.givr-plugin-table th, .givr-plugin-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.givr-plugin-table th {
    background-color: #f2f2f2;
}

.notice_custom {
    border-left: 4px solid;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.notice-error {
    border-color: #dc3232;
    background-color: #f8d7da;
    color: #721c24;
}

.notice-info {
    border-color: #0073aa;
    background-color: #d1ecf1;
    color: #0c5460;
}

.shortcode.campaign-card .campaign-thumb:after {
    content: '';
    display: block;
    padding-top: 60%;
    height: 255px;
}

.shortcode.campaign-card .campaign-thumb {
    display: block;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.shortcode.campaign-card .bottom-line .card-button-wrapper {
    align-self: center;
    padding: 16px 32px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.shortcode.campaign-card .bottom-line .bottom-line-item {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.shortcode.campaign-card .bottom-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -24px;
}

.shortcode.campaign-card .sub-block:last-child {
    margin-bottom: 0;
}


.givr-container {
    display: flex;
    justify-content: center;
    align-content: center;
}

.givr-container .center-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.givr-container .main, .header {
    margin-top: 40px;
}

.givr-container .header h1 {
    text-align: center;
}

.campaign-card.givr-block-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}


@media (max-width: 767px) {
    .givr-grid-columns-2, .givr-grid-columns-3, .givr-grid-columns-4 {
        --givr-grid-columns: 1 !important;
    }
}

.shortcode.campaign-card.givr-block-card > h3, .shortcode.campaign-card.givr-block-card > p, .shortcode.campaign-card.givr-block-card > div {
    padding: 0px 16px 0px 16px;
}

.shortcode.campaign-card.givr-block-card > p {
    line-height: 1.4;
}

.campaign-title.sub-block {
    min-height: 66px;
    padding: 0px 16px 0px 16px;
}



.givr-components-base-control__label {
    display: block;
    margin-bottom: 8px;
}

.givr-components-base-control .components-font-size-picker__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.givr-components-base-control .components-font-size-picker__controls .components-color-palette__clear {
    margin-top: 0;
    margin-left: 10px;
}


.campaign-title.sub-block a {
    text-decoration: none;
}

.shortcode.campaign-card .campaign-excerpt.sub-block{
    line-height: 1.4;
    padding: 0px 16px 0px 16px;
}

.shortcode.campaign-card .donation-thermometer-container{
    padding: 0px 16px 0px 16px;
}

.givr-grid-item .shortcode.campaign-card .donation-thermometer-container{
    margin-top: auto;
}

.givr-message-wrapper{
    padding: 12px;
    border: 1px solid green;
}
