.fusion-page-title-bar {
    display: none;
}

.coho-directory-areas-index {
    text-align: center;
}

.coho-directory-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: -60px;
}

.coho-directory__section {
    position: relative;
    margin: 0 auto;
    padding: 48px 5vw 120px 5vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--awb-custom_color_1) 45%)
}

.coho-directory-areas-index__title {
    margin-bottom: 24px;
}

.coho-directory-area__header {
    margin-bottom: 48px;
    text-align: center;
}

.coho-directory-area__title {
    margin: 0 0 80px;
}

.coho-directory-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    margin: 0 0 32px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(43, 43, 43, 0.2);
    color: #2b2b2b;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.coho-directory-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.coho-directory-breadcrumb__separator {
    color: rgba(43, 43, 43, 0.5);
}

.coho-directory-breadcrumb__current {
    color: #5f5f5f;
}

.coho-directory__zero-state {
    text-align: center;
}

.coho-directory__zero-state > p {
    text-align: center;
}

.coho-directory__zero-state-action {
    margin: 24px 0 32px;
}

.coho-directory-suggestion-section {
    margin-top: 120px;
    text-align: center;
}

.coho-directory-suggestion-section h2 {
    margin-bottom: 20px;
}

.coho-directory-button {
    display: inline-block;
    padding: 12px 28px;
    background: #cb0a73;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
}

.coho-directory-button:hover,
.coho-directory-button:focus {
    background: #ae0862;
    color: #fff;
    text-decoration: none;
}

.coho-directory-card-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.coho-directory-card {
    border: none;
    border-radius: 10px;
    margin-bottom: 14px;
    background: #ffffff;
    box-shadow: 0 14px 34px -30px rgba(43, 43, 43, 0.35);
    overflow: hidden;
}

.coho-directory-card-link {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: start;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    color: #2d2d2d;
    text-decoration: none;
}

.coho-directory-card-link:hover,
.coho-directory-card-link:focus {
    color: #2d2d2d;
    text-decoration: none;
    background: #f5f9fc;
    box-shadow: 0 10px 24px -18px rgba(43, 43, 43, 0.45);
}

.coho-directory-card-title {
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25;
}

.coho-directory-card--verified {
    background: #f2fbff;
    box-shadow: 0 14px 34px -30px rgba(29, 155, 216, 0.35);
}

.coho-directory-card--verified .coho-directory-card-link:hover,
.coho-directory-card--verified .coho-directory-card-link:focus {
    background: #e6f5fd;
    box-shadow: 0 10px 24px -18px rgba(29, 155, 216, 0.45);
}

.coho-directory-card-logo {
    margin: 0;
    flex: 0 0 104px;
}

.coho-directory-card-logo img {
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    background: #fff;
}

.coho-directory-card-content {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 6px;
    padding-right: 170px;
}

.coho-directory-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.coho-directory-card-header .coho-directory-badge {
    flex: 0 0 auto;
}

.coho-directory-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0;
}

.coho-directory-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(29, 155, 216, 0.08);
    color: #226d92;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.coho-directory-card-tag::before {
    content: "";
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M5.5 21a6.5 6.5 0 0 1 13 0'/%3E%3C/svg%3E");
}

.coho-directory-card-tag--student::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 8 10-5 10 5-10 5-10-5Z'/%3E%3Cpath d='M6 10.5v4.5c0 1.5 2.7 3 6 3s6-1.5 6-3v-4.5'/%3E%3C/svg%3E");
}

.coho-directory-card-tag--professional::before,
.coho-directory-card-tag--professionals::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a4 4 0 0 1 8 0v2'/%3E%3C/svg%3E");
}

.coho-directory-card-tag--mixed::before,
.coho-directory-card-tag--student-professional::before,
.coho-directory-card-tag--professional-student::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='16' cy='8' r='3'/%3E%3Cpath d='M3 20a5 5 0 0 1 10 0'/%3E%3Cpath d='M11 20a5 5 0 0 1 10 0'/%3E%3C/svg%3E");
}

.coho-directory-card-summary {
    margin: 8px 0 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4f4f4f;
}

.coho-directory-card-link:hover .coho-directory-card-title,
.coho-directory-card-link:focus .coho-directory-card-title {
    color: #2d2d2d;
}

.coho-directory-badge {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: #1d9bd8;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
}

.coho-directory-card-link .coho-directory-badge {
    position: absolute;
    top: 20px;
    right: 20px;
}

.coho-directory-area-group {
    margin-bottom: 22px;
    text-align: left;
    border: none;
    padding: 16px 20px;
    border-radius: 10px;
    background: rgba(38, 159, 218, 0.05);
    box-shadow: 0 14px 34px -30px rgba(38, 159, 218, 0.4);
}

.coho-directory-area-group__title {
    margin: 0 0 10px;
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 600;
}

.coho-directory-area-group__title a {
    color: inherit;
    text-decoration: none;
}

.coho-directory-area-group__children {
    margin: 0;
    color: #5f5f5f;
    font-size: 0.95rem;
    line-height: 1.55;
}

.coho-directory-area-group__children a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.coho-directory-area-group__children a.coho-directory-area-group__more {
    color: rgb(38, 159, 218);
    font-size: 0.875rem;
    white-space: nowrap;
}
.coho-directory-area-group__children a.coho-directory-area-group__more:hover {
    color: #1785ba;
}

.coho-directory-area-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0px 20px;
    padding: 0 6vw;
}

.coho-directory-area-groups--suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    grid-template-columns: none;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.coho-directory-area-groups--suggestions .coho-directory-area-group {
    margin-bottom: 0;
    flex: 0 1 420px;
    max-width: 420px;
    padding: 0;
}

.coho-directory-profile-page {
    padding-top: 36px;
}

.coho-directory-profile-header {
    margin: 0 auto 48px;
    width: min(100%, 1240px);
}

.coho-directory-profile-kicker {
    margin: 0 0 2px;
    color: #5f5f5f;
    font-size: 28px;
    font-weight: 600;
}

.coho-directory-profile-hero {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 28px 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 50px -40px rgba(43, 43, 43, 0.4);
}

.coho-directory-profile-hero--verified {
    background: rgba(255, 255, 255, 0.94);
}

.coho-directory-profile-badge {
    position: absolute;
    top: 24px;
    right: 24px;
}

.coho-directory-profile-logo {
    margin: 0;
}

.coho-directory-profile-logo img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    display: block;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
}

.coho-directory-profile-hero--verified .coho-directory-profile-logo img {
    width: 168px;
    height: 168px;
}

.coho-directory-profile-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.coho-directory-profile-areas {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 18px 0 0;
    color: #5f5f5f;
    font-size: 1rem;
    line-height: 1.6;
}

.coho-directory-profile-areas a {
    color: inherit;
    text-decoration: none;
}

.coho-directory-profile-areas__icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d9bd8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.33-6-11a6 6 0 1 1 12 0c0 5.67-6 11-6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}


.coho-directory-profile-tenant-types {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
}

.coho-directory-profile-tenant-type {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(29, 155, 216, 0.08);
    color: #226d92;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.coho-directory-profile-tenant-type::before {
    content: "";
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M5.5 21a6.5 6.5 0 0 1 13 0'/%3E%3C/svg%3E");
}

.coho-directory-profile-tenant-type--student::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 8 10-5 10 5-10 5-10-5Z'/%3E%3Cpath d='M6 10.5v4.5c0 1.5 2.7 3 6 3s6-1.5 6-3v-4.5'/%3E%3C/svg%3E");
}

.coho-directory-profile-tenant-type--professional::before,
.coho-directory-profile-tenant-type--professionals::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a4 4 0 0 1 8 0v2'/%3E%3C/svg%3E");
}

.coho-directory-profile-tenant-type--mixed::before,
.coho-directory-profile-tenant-type--student-professional::before,
.coho-directory-profile-tenant-type--professional-student::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='16' cy='8' r='3'/%3E%3Cpath d='M3 20a5 5 0 0 1 10 0'/%3E%3Cpath d='M11 20a5 5 0 0 1 10 0'/%3E%3C/svg%3E");
}

.coho-directory-profile-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: start;
    width: min(100%, 1240px);
    margin: 0 auto;
    min-width: 0;
}


.coho-directory-profile-sidebar {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.coho-directory-profile-body {
    min-width: 0;
}

.coho-directory-profile-body > :first-child {
    margin-top: 0;
}

.coho-directory-profile-body h2 {
    margin: 36px 0 12px;
    font-size: 1.4rem;
    line-height: 1.2;
}

.coho-directory-profile-body p,
.coho-directory-profile-body li {
    color: #2d2d2d;
    line-height: 1.7;
}

.coho-directory-profile-facts {
    padding: 22px 24px;
    border: 1px solid rgba(43, 43, 43, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 40px -34px rgba(43, 43, 43, 0.35);
    min-width: 0;
}

.coho-directory-profile-facts__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.coho-directory-profile-fact + .coho-directory-profile-fact {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(43, 43, 43, 0.08);
}

.coho-directory-profile-fact {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.coho-directory-profile-fact__icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.coho-directory-profile-fact__icon--phone {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d9bd8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.82 19.82 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.82 19.82 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.91 12.91 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.91 12.91 0 0 0 2.81.7A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.coho-directory-profile-fact__icon--email {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d9bd8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.coho-directory-profile-fact__icon--website {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d9bd8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a15 15 0 0 1 0 18'/%3E%3Cpath d='M12 3a15 15 0 0 0 0 18'/%3E%3C/svg%3E");
}

.coho-directory-profile-fact__icon--calendar {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d9bd8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
}

.coho-directory-profile-fact__icon--rooms {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d9bd8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l7-4 7 4v14'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E");
}


.coho-directory-profile-fact__icon--tenant-types {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d9bd8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7 9 18l-5-5'/%3E%3C/svg%3E");
}

.coho-directory-profile-owner {
    position: relative;
    display: grid;
    min-height: 320px;
    overflow: hidden;
    border: 1px solid rgba(43, 43, 43, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 40px -34px rgba(43, 43, 43, 0.35);
}

.coho-directory-profile-owner--with-image {
    background: #dfe5eb;
}

.coho-directory-profile-owner__image {
    position: absolute;
    inset: 0;
    margin: 0;
}

.coho-directory-profile-owner__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 22, 27, 0.08) 0%, rgba(17, 22, 27, 0.68) 100%);
}

.coho-directory-profile-owner__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.coho-directory-profile-owner__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 320px;
    padding: 22px 24px;
}

.coho-directory-profile-owner__label {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.coho-directory-profile-owner__name {
    margin: 0;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.coho-directory-profile-owner:not(.coho-directory-profile-owner--with-image) {
    min-height: 0;
}

.coho-directory-profile-owner:not(.coho-directory-profile-owner--with-image) .coho-directory-profile-owner__content {
    min-height: 0;
    padding: 22px 24px;
}

.coho-directory-profile-owner:not(.coho-directory-profile-owner--with-image) .coho-directory-profile-owner__label {
    color: #5f5f5f;
}

.coho-directory-profile-owner:not(.coho-directory-profile-owner--with-image) .coho-directory-profile-owner__name {
    color: #2d2d2d;
    text-shadow: none;
}

.coho-directory-profile-fact__value,
.coho-directory-profile-fact__value a {
    color: #2d2d2d;
    text-decoration: none;
    line-height: 1.5;
    font-size: 0.95rem;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media only screen and (min-width: 1200px) {
    .coho-directory-card-list {
        width: min(66.666%, 960px);
    }
}


.coho-directory-area-group__link {
    display: block;
    padding: 16px 20px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.coho-directory-area-group__link:hover,
.coho-directory-area-group__link:focus {
    background: rgba(38, 159, 218, 0.08);
    box-shadow: 0 10px 24px -18px rgba(43, 43, 43, 0.45);
}

.coho-directory-area-groups--suggestions .coho-directory-area-group__title {
    margin: 0;
}

.coho-directory-area-search {
    position: relative;
    margin: 0 auto 10vw;
    max-width: 540px;
}

.coho-directory-area-search label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.coho-directory-area-search input {
    width: 100%;
    border: 1px solid #b8c0ca;
    border-radius: 8px;
    padding: 10px 12px;
}

.coho-directory-area-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #d9dce1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 32px -24px rgba(43, 43, 43, 0.35);
    overflow: hidden;
}

.coho-directory-area-search-results:empty {
    display: none;
}

.coho-directory-area-search-results li + li {
    border-top: 1px solid #eef1f4;
}

.coho-directory-search-results__heading {
    padding: 10px 12px 8px;
    background: #f7f9fb;
    color: #5f5f5f;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
}

.coho-directory-search-result + .coho-directory-search-result,
.coho-directory-search-results__heading + .coho-directory-search-result {
    border-top: 1px solid #eef1f4;
}

.coho-directory-search-result--area {
    background: rgba(29, 155, 216, 0.05);
}

.coho-directory-search-result--agent {
    background: rgba(43, 43, 43, 0.02);
}

.coho-directory-search-result__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    color: #2d2d2d;
    text-align: left;
    text-decoration: none;
}

.coho-directory-search-result__icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.coho-directory-search-result__icon--area {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d9bd8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.33-6-11a6 6 0 1 1 12 0c0 5.67-6 11-6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.coho-directory-search-result__icon--agent {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f5f5f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 20a7 7 0 0 1 14 0'/%3E%3C/svg%3E");
}

.coho-directory-search-result__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.coho-directory-search-result__title {
    font-weight: 600;
    line-height: 1.25;
}

.coho-directory-search-result__meta {
    margin-top: 2px;
    color: #5f5f5f;
    font-size: 0.8rem;
    line-height: 1.35;
}

.coho-directory-search-result__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.coho-directory-search-result__tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(29, 155, 216, 0.08);
    color: #226d92;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.coho-directory-search-result__tag::before {
    content: "";
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M5.5 21a6.5 6.5 0 0 1 13 0'/%3E%3C/svg%3E");
}

.coho-directory-search-result__tag--student::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 8 10-5 10 5-10 5-10-5Z'/%3E%3Cpath d='M6 10.5v4.5c0 1.5 2.7 3 6 3s6-1.5 6-3v-4.5'/%3E%3C/svg%3E");
}

.coho-directory-search-result__tag--professional::before,
.coho-directory-search-result__tag--professionals::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a4 4 0 0 1 8 0v2'/%3E%3C/svg%3E");
}

.coho-directory-search-result__tag--mixed::before,
.coho-directory-search-result__tag--student-professional::before,
.coho-directory-search-result__tag--professional-student::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226d92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='16' cy='8' r='3'/%3E%3Cpath d='M3 20a5 5 0 0 1 10 0'/%3E%3Cpath d='M11 20a5 5 0 0 1 10 0'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 767px) {
    .coho-directory-band {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .coho-directory__section {
        padding: 28px 0 72px;
    }

    .coho-directory-breadcrumb {
        gap: 3px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .coho-directory-card-list {
        width: 100%;
    }

    .coho-directory-card-link {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-areas:
            "logo header"
            "summary summary";
        column-gap: 16px;
        row-gap: 14px;
        padding: 16px 46px 16px 16px;
    }

    .coho-directory-card-logo {
        grid-area: logo;
        flex-basis: 72px;
        align-self: center;
    }

    .coho-directory-card-logo img {
        width: 72px;
        height: 72px;
    }

    .coho-directory-card-content {
        display: contents;
    }

    .coho-directory-card-header {
        grid-area: header;
        display: block;
        min-width: 0;
        padding-right: 0;
        align-self: center;
    }

    .coho-directory-card-link .coho-directory-badge,
    .coho-directory-card-header .coho-directory-badge {
        display: none;
    }

    .coho-directory-card-summary {
        grid-area: summary;
        margin-top: 0;
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .coho-directory-card-title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .coho-directory-card--verified .coho-directory-card-link::after {
        content: "COHO VERIFIED";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        background: #1d9bd8;
        color: #ffffff;
        font-size: 0.625rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
    }

    .coho-directory-area-groups {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 0;
    }

    .coho-directory-area-groups--suggestions {
        display: flex;
        width: 100%;
    }

    .coho-directory-profile-page {
        padding-top: 8px;
    }

    .coho-directory-profile-header {
        margin-bottom: 32px;
    }

    .coho-directory-profile-kicker {
        margin-bottom: 10px;
        font-size: 0.8rem;
    }

    .coho-directory-profile-hero {
        gap: 16px;
        padding: 18px;
        border-radius: 18px;
    }

    .coho-directory-profile-logo img,
    .coho-directory-profile-hero--verified .coho-directory-profile-logo img {
        width: 112px;
        height: 112px;
    }

    .coho-directory-profile-title {
        font-size: 2.25rem;
        line-height: 1.02;
    }

    .coho-directory-profile-areas {
        gap: 10px;
        margin-top: 14px;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .coho-directory-profile-tenant-types {
        gap: 8px;
        margin-top: 14px;
    }

    .coho-directory-profile-tenant-type {
        padding: 5px 10px;
        font-size: 0.76rem;
    }

    .coho-directory-profile-areas__icon {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .coho-directory-profile-badge {
        padding: 4px 9px;
        font-size: 0.8125rem;
    }

    .coho-directory-profile-shell {
        gap: 24px;
    }

    .coho-directory-profile-body h2 {
        margin: 28px 0 10px;
        font-size: 1.2rem;
    }

    .coho-directory-profile-facts {
        padding: 18px 18px 20px;
        border-radius: 16px;
    }

    .coho-directory-profile-owner,
    .coho-directory-profile-owner__content {
        border-radius: 16px;
    }
}

@media only screen and (max-width: 1100px) {
    .coho-directory-band {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        overflow: visible;
        position: relative;
        isolation: isolate;
        background: none;
    }

    .coho-directory-band::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--awb-custom_color_1) 45%);
        z-index: -1;
    }

    .coho-directory__section {
        background: none;
    }

    .coho-directory__section::before {
        display: none;
    }

    .coho-directory-profile-hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
    }

    .coho-directory-profile-logo img,
    .coho-directory-profile-hero--verified .coho-directory-profile-logo img {
        width: 132px;
        height: 132px;
    }

    .coho-directory-profile-badge {
        position: absolute;
        top: 18px;
        right: 18px;
        margin-bottom: 0;
    }

    .coho-directory-profile-shell {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        width: 100%;
    }

    .coho-directory-profile-title {
        font-size: clamp(2.5rem, 6vw, 3.25rem);
    }

    .coho-directory-profile-facts {
        padding: 20px 22px;
    }

    .coho-directory-profile-header {
        width: 100%;
    }
}

@media only screen and (min-width: 561px) and (max-width: 1100px) {
    .coho-directory__section {
        padding-left: 28px;
        padding-right: 28px;
    }

    .coho-directory-profile-header {
        margin-bottom: 40px;
    }

    .coho-directory-profile-hero {
        gap: 22px;
    }

    .coho-directory-profile-areas {
        margin-top: 16px;
        font-size: 0.95rem;
    }
}







