/* Premium Corporate Theme Settings Custom Variable Layout Framework */
.mbdp-directory-wrapper, .mbdp-profile-card {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
    margin: 20px 0;
}

/* Advertising Banner Layout Core Parameters Settings styles */
.mbdp-ad-banner {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.mbdp-responsive-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Filters Navigation Frame Structure style elements matrix rules */
.mbdp-filter-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    background: #f8fafc;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin-bottom: 20px;
}
.mbdp-input-field {
    flex: 1;
    min-width: 200px;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
}
.mbdp-button-cta {
    background: var(--mbdp-primary);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.mbdp-button-cta:hover {
    filter: brightness(1.15);
}

/* Responsive Business Table Listing views modules standard rules execution setup mapping code block */
.mbdp-table-container {
    width: 100%;
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}
.mbdp-directory-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    text-align: left;
    font-size: 15px;
}
.mbdp-directory-table th {
    background: var(--mbdp-primary);
    color: #ffffff;
    padding: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.mbdp-directory-table td {
    padding: 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}
.mbdp-directory-table tbody tr {
    transition: background 0.15s ease;
}
.mbdp-directory-table tbody tr:hover {
    background: #f8fafc;
}
.mbdp-featured-row {
    background: #fffdf5;
    border-left: 4px solid var(--mbdp-accent);
}

/* Individual Cell Components inside tabular interface profiles elements grid views specs */
.mbdp-table-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: block;
}
.mbdp-logo-placeholder {
    width: 60px;
    height: 60px;
    background: #e2e8f0;
    color: #64748b;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.mbdp-table-biz-title {
    font-weight: 700;
    color: #0f172a;
    display: block;
}
.mbdp-badge-premium {
    background: var(--mbdp-accent);
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 4px;
}
.mbdp-table-discount {
    font-weight: bold;
    color: var(--mbdp-primary);
    font-size: 16px;
}
.mbdp-badge-cat {
    background: #e0f2fe;
    color: #0369a1;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 9999px;
    display: inline-block;
}
.mbdp-button-view {
    background: #ffffff;
    color: var(--mbdp-primary);
    border: 2px solid var(--mbdp-primary);
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    transition: all 0.2s ease;
}
.mbdp-button-view:hover {
    background: var(--mbdp-primary);
    color: #ffffff;
}

/* Pagination items selectors block code layout styles context standard specs logic */
.mbdp-pagination-container {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 25px;
}
.mbdp-page-num {
    padding: 8px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}
.mbdp-page-num:hover, .mbdp-page-active {
    background: var(--mbdp-primary);
    color: #ffffff;
    border-color: var(--mbdp-primary);
}

/* Single Company Showcase Deep Card View Layout Specifications blocks */
.mbdp-profile-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.mbdp-profile-hero-banner {
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.mbdp-default-hero {
    background: linear-gradient(135deg, var(--mbdp-primary) 0%, #1e293b 100%);
}
.mbdp-profile-body-content {
    padding: 30px;
}
.mbdp-profile-header-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.mbdp-profile-avatar-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.mbdp-profile-title-block {
    flex: 1;
    min-width: 250px;
}
.mbdp-profile-h1 {
    font-size: 28px;
    margin: 0 0 8px 0;
    color: #0f172a;
    font-weight: 800;
}
.mbdp-profile-discount-callout {
    background: #fef3c7;
    border: 2px dashed var(--mbdp-accent);
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
}
.mbdp-profile-discount-callout small {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #b45309;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.mbdp-profile-discount-callout strong {
    font-size: 24px;
    color: #0f172a;
    font-weight: 800;
}
.mbdp-hr-divider {
    border: 0;
    height: 1px;
    background: #e2e8f0;
    margin: 30px 0;
}
.mbdp-profile-grid-details {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.mbdp-profile-main-bio {
    flex: 2;
    min-width: 300px;
}
.mbdp-profile-sidebar-meta {
    flex: 1;
    min-width: 280px;
    background: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.mbdp-section-subheading {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #1e293b;
    font-weight: 700;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 8px;
}
.mbdp-contact-list-group {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.mbdp-contact-list-group li {
    margin-bottom: 12px;
    font-size: 14px;
}
.mbdp-action-anchor-link {
    color: var(--mbdp-primary);
    text-decoration: none;
    font-weight: 600;
}
.mbdp-profile-button-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.mbdp-btn-action {
    display: block;
    text-align: center;
    padding: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
    transition: filter 0.2s ease;
}
.mbdp-btn-action:hover {
    filter: brightness(0.9);
}
.mbdp-btn-phone { background: #10b981; }
.mbdp-btn-web { background: var(--mbdp-primary); }
.mbdp-btn-map { background: #64748b; }

.mbdp-utility-toolbox {
    border-top: 1px solid #e2e8f0;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mbdp-toolbox-btn {
    background: none;
    border: 1px dashed #cbd5e1;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    color: #475569;
    font-weight: 500;
}
.mbdp-toolbox-btn:hover {
    background: #edf2f7;
    color: #000;
}
.mbdp-profile-footer-navigation {
    background: #f1f5f9;
    padding: 15px 30px;
    border-top: 1px solid #e2e8f0;
}
.mbdp-back-button {
    color: #475569;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

/* Comprehensive Screen Query Media Adaptation adjustments rules block mapping elements (Responsive) */
@media screen and (max-width: 768px) {
    .mbdp-directory-table thead {
        display: none;
    }
    .mbdp-directory-table, .mbdp-directory-table tbody, .mbdp-directory-table tr, .mbdp-directory-table td {
        display: block;
        width: 100%;
    }
    .mbdp-directory-table tr {
        margin-bottom: 15px;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    }
    .mbdp-directory-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border-bottom: 1px dashed #f1f5f9;
    }
    .mbdp-directory-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        width: 45%;
        text-align: left;
        font-weight: 600;
        color: #64748b;
        font-size: 13px;
    }
    .mbdp-directory-table td:last-child {
        border-bottom: none;
        text-align: center;
        padding-left: 16px;
        background: #f8fafc;
    }
    .mbdp-table-thumbnail, .mbdp-logo-placeholder {
        margin-left: auto;
    }
}

/* Print Specific Rules Media Override Elements */
@media print {
    body * { visibility: hidden; }
    .mbdp-profile-card, .mbdp-profile-card * { visibility: visible; }
    .mbdp-profile-card { position: absolute; left: 0; top: 0; width: 100%; border: none; box-shadow: none; }
    .mbdp-utility-toolbox, .mbdp-profile-footer-navigation, .mbdp-profile-hero-banner { display: none !important; }
}