.wp-block-group {
    margin-bottom: 2rem;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.wp-block-button__link {
    background-color: #d4af37;
    color: #000;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

.wp-block-button__link:hover {
    background-color: #c19b2a;
}

.alignwide {
    max-width: 1200px;
}

.alignfull {
    max-width: 100%;
}
