/*
 * Theme Name: Cow or king Café Theme
 * Description: Theme to use with Cow or king Café
 * Author: Twe!
*/

/*  */

.comment-form label {
    border: black 1px solid !important;
    margin-bottom: 10px;
    border-radius: 25px;
    padding: 15px;
    width: 100%;
}

.comment-form form .flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.comment-form form .flex:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.article-body ol li,
.article-body ul li {
    list-style: unset;
    color: black;
}

.wp-block-list {
    margin-top: -20px;
}

p,
figure {
    margin-bottom: 25px;
}

.wrapper-blog {
    max-width: 1024px;
}

.wrapper-blog h1 {
    font-size: 40px;
}
.wrapper-blog h2 {
    font-size: 26px;
}
.wrapper-blog h3 {
    font-size: 26px;
}
.wrapper-blog h4 {
    font-size: 20px;
}
.wrapper-blog h5 {
    font-size: 20px;
}
