
ul{display:flex;flex-direction:column;background:var(--background-default)}@media(min-width:768px){ul{background:0 0}}.company-card{display:flex;padding-block:1rem;flex-direction:column;align-items:flex-start;gap:.65rem;align-self:stretch;position:relative;isolation:isolate}@media(min-width:768px){.company-card{-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem;background:var(--background-default)}.company-card:not(:first-child){margin-top:1rem}}.company-card:first-child:after{content:"";position:absolute;top:0;left:calc(var(--container-vertical-padding) * -1);width:100vw;height:1px;background:var(--border-color-default)}@media(min-width:768px){.company-card:first-child:after{display:none}}.company-card:before{content:"";position:absolute;bottom:-1px;left:calc(var(--container-vertical-padding) * -1);width:100vw;height:1px;background:var(--border-color-default)}@media(min-width:768px){.company-card:before{display:none}}@media(min-width:768px){.company-card{padding:1.5rem}}.company-card__status{display:flex;gap:.5rem;flex-direction:row}.company-card__status li{border-radius:96px;background-color:#fadbe1;height:20px;overflow:hidden;padding:5px 8px 4px;box-sizing:border-box;text-transform:uppercase;position:relative;font-weight:600;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;text-align:left;font-size:.75rem;color:#710e21}.company-card__name{display:flex;color:var(--primary-color);font-family:Rethink Sans;font-size:1.25rem;font-style:normal;font-weight:700;line-height:130%;align-items:center;gap:.5rem}.company-card__name .chevron{opacity:0;translate:-50% 0;transition:all .15s var(--transition-expo-out)}.company-card__name:hover .chevron{opacity:1;translate:0 0}.company-card__tags{display:flex;width:min(51rem,100%);align-items:flex-start;align-content:flex-start;gap:.5rem;flex-wrap:wrap}.company-card__tags .icon{height:inherit;display:none}@media(min-width:768px){.company-card__tags .icon{display:flex}}.company-card__tag{display:flex;flex-wrap:wrap;column-gap:.4rem;row-gap:.1rem;align-items:center;border-radius:.25rem;transition:background .1s ease-out}.company-card__tag__header{display:flex;flex-shrink:0}@media(min-width:768px){.company-card__tag__header{gap:.5rem}}.company-card__tag__title{color:var(--text-muted);font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.00875rem}.company-card__tag__value{color:var(--text-loud);font-size:.875rem;font-style:normal;font-weight:450;line-height:normal;letter-spacing:-.00875rem}.company-card__type{display:flex;align-items:center;gap:.4rem;color:#7b8393;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:-.00875rem}.company-card__type span{height:1.25rem}.company-card__description{color:var(--text-muted,var(--text-normal));leading-trim:both;text-edge:cap;font-size:.875rem;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.00875rem}.search-results__heading{margin-block:1.2rem;color:var(--text-loud);font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.0225rem}.search-results__heading span{opacity:.9;color:var(--text-normal);font-size:1rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.02rem}@media(min-width:768px){.search-results__heading{margin-block:3rem}}
.gray-border {
    border: 1px solid gray;
    padding: 2px;
}

.dark-gray-button {
    background-color: #7b8393;
    color: white;
    padding: 5px;
}