/* BloodCommunity Gutenberg Block */

/* commen css */
html :where(.wp-block) {
    margin-bottom: 0px;
    margin-top: 0px;
}

/* add none, wide width , full width, align center in Content canvas every block development code */
.alignwide,
.alignfull {
    margin: 0px calc(49.75% - 50vw);
    max-width: 100vw;
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 920px) {
    .alignwide {
        margin: 32px -76px;
        max-width: 920px;
        width: 920px;
    }
}

/* commen css end */

.blood_list_ground_9rej {
    margin-top: 2rem;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    display: block;
}

.titleb_8rjh {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 4px;
    background-color: transparent;
    font-size: 33px;
    font-weight: 500;
    color: rgb(46, 45, 45);

}

.blood_list_continer {
    width: 70%;
    margin: auto;
    background: #f9f9f9;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 3rem;
}

.blood_card_9d {
    width: 100px;
    height: 100px;
    font-style: normal;
    text-align: center;
    font-size: 42px;
    padding-top: 20px;
    background: #fd0056;
    color: #fff;
    display: inline-block !important;
    border-radius: 10%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .blood_cat_ground_8fh {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
    }

    .card_about_9dh_ground {
        display: block !important;
    }

    .card_7ru {
        margin-bottom: 2px;
    }
}