.dis-directory,
.dis-profile,
.dis-comparator {
    margin: 24px 0;
    font-family: inherit;
}
.dis-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
    align-items: end;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 22px;
}
.dis-filters label span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}
.dis-filters input[type="text"],
.dis-filters select {
    width: 100%;
    min-height: 38px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 8px 10px;
}
.dis-filter-check {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
}
.dis-filters button,
.dis-reset,
.dis-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #0f172a;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
.dis-reset {
    background: #fff;
    color: #0f172a;
}
.dis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}
.dis-card-item,
.dis-profile {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}
.dis-card-body { padding: 18px; }
.dis-card-media {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
}
.dis-card-logo {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}
.dis-card-item h3,
.dis-profile h1,
.dis-profile h2 {
    margin-top: 0;
}
.dis-location,
.dis-updated {
    color: #64748b;
    font-weight: 600;
}
.dis-services { font-size: 14px; }
.dis-rating { font-weight: 800; }
.dis-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.dis-badge {
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    background: #e2e8f0;
}
.dis-featured { background: #fef3c7; }
.dis-verified { background: #dcfce7; }
.dis-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.dis-btn-secondary { background: #fff; color: #0f172a; }
.dis-btn-primary { background: #1d4ed8; border-color: #1d4ed8; }
.dis-btn-whatsapp { background: #15803d; border-color: #15803d; }
.dis-profile { padding: 22px; }
.dis-profile-header {
    display: grid;
    grid-template-columns: minmax(120px, 220px) 1fr;
    gap: 22px;
    align-items: start;
    margin-bottom: 24px;
}
.dis-profile-media {
    border-radius: 16px;
    background: #f8fafc;
    padding: 16px;
    text-align: center;
}
.dis-profile-logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.dis-summary-table,
.dis-comparator table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 24px;
}
.dis-summary-table th,
.dis-summary-table td,
.dis-comparator th,
.dis-comparator td {
    border: 1px solid #e5e7eb;
    padding: 10px;
    vertical-align: top;
}
.dis-summary-table th,
.dis-comparator th {
    background: #f8fafc;
    text-align: left;
}
.dis-two-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.dis-editorial-note,
.dis-empty {
    padding: 14px 16px;
    border-radius: 14px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    font-weight: 600;
}
.dis-external-links { padding-left: 20px; }
.dis-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}
.dis-pagination a {
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    text-decoration: none;
}
.dis-pagination .is-current {
    background: #0f172a;
    color: #fff;
}
@media (max-width: 720px) {
    .dis-profile-header { grid-template-columns: 1fr; }
    .dis-comparator { overflow-x: auto; }
    .dis-comparator table { min-width: 760px; }
}
