/* Hide duplicate H1 on home */
#post-101 > header > h1 {
    display: none;
}

/* Edit button styling */
.wp-block-button {
    font-size: 14px;
    font-weight: 500;
    min-height: 34px;
    line-height: 34px;
    padding: 0px 15px 0px 0px;
    border-radius: 5;
}

.wp-block-button__link {
    color: #fff;
    background-color: #d18c09;
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none;
    padding: 0px 20px;
    font-size: 1.14ox;
}

.wp-block-button__link:hover {
    background-color: #8e5e05;
    transition: 0.3s;
}

a:hover {
    color: #D3B750;
    outline: 0;
    text-decoration: underline;
}

/* Edit p styling */
.wp-block-columns p {
    padding-left: 0px;
    padding-right: 10px;
}

.wp-block-columns {
    margin-left: 0px;
    margin-right: 0px;
}

header.entry-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.category-icon {
    height: auto;
    width: 40px;
}

.bb-standard .entry-title {
    font-size: 1.35rem;
}