/* Divi-specific refinements */
.bunkersoft-core #main-header,
.bunkersoft-core .et-l--header {
    border-bottom: 1px solid var(--bs-color-border);
}

.bunkersoft-core #main-header {
    box-shadow: none;
}

.bunkersoft-core #top-menu a {
    color: var(--bs-color-text);
    font-weight: 600;
}

.bunkersoft-core #top-menu a:hover {
    color: var(--bs-color-primary);
    opacity: 1;
}

.bunkersoft-core .et_pb_section {
    background-color: transparent;
}

.bunkersoft-core .et_pb_row {
    width: min(90%, var(--bs-content-width));
}

.bunkersoft-core .et_pb_text p:last-child {
    padding-bottom: 0;
}

.bunkersoft-core .et_pb_blurb_content {
    max-width: none;
}

.bunkersoft-core .et_pb_module.bs-card,
.bunkersoft-core .et_pb_column.bs-card {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.bunkersoft-core .et_pb_button:after,
.bunkersoft-core .et_pb_button:before {
    font-size: 1em;
}
