.elementor-13930 .elementor-element.elementor-element-6ebeb95{--spacer-size:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13930 .elementor-element.elementor-element-14f7350{--display:flex;}.elementor-13930 .elementor-element.elementor-element-cd27eb8{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-609692f */#wpbdp-categories {
    display: none;
}

.wpbdp-viewer {
    max-width: 1100px;
    margin: 0 auto;
    font-family: inherit;
}

.wpbdp-search-form {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
}

.wpbdp-search-form input[type="text"],
.wpbdp-search-form input[type="search"] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.wpbdp-search-form input[type="submit"],
.wpbdp-search-form button {
    background: #2c5530;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.wpbdp-main-links {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.wpbdp-main-links a,
.wpbdp-main-links .wpbdp-button {
    text-decoration: none;
    font-weight: 600;
}

#wpbdp-listings-list.wpbdp-listings-list.wpbdp-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 20px !important;
}

.wpbdp-listing,
.wpbdp-listing.excerpt {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    backdrop-filter: blur(2px);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.wpbdp-listing:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.7);
}

.wpbdp-listing-title,
.wpbdp-listing .wpbdp-field-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.wpbdp-listing-title a {
    color: #2c5530;
    text-decoration: none;
}

.wpbdp-listing .wpbdp-field-display {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
    line-height: 1.4;
}

.wpbdp-listing .wpbdp-field-display strong,
.wpbdp-listing .wpbdp-field-label {
    color: #2c5530;
    font-weight: 600;
}

.wpbdp-listing .wpbdp-button,
.wpbdp-listing .button.edit-listing,
.wpbdp-listing .button.delete-listing {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 12px;
    margin-right: 8px;
    border: none;
    cursor: pointer;
}

.wpbdp-listing .button.edit-listing,
.wpbdp-listing .wpbdp-button.edit {
    background: #2c5530;
    color: #fff;
}

.wpbdp-listing .button.delete-listing,
.wpbdp-listing .wpbdp-button.delete {
    background: #fff;
    color: #b3261e;
    border: 1px solid #b3261e;
}/* End custom CSS */