﻿/* SellerInfo: component-owned presentation. The host provides fonts and direction.
   This CSS-compatible SCSS is the single source for CSS and minified CSS. */
.sellerinfo {
    --sellerinfo-accent: #289eff;
    --sellerinfo-ink: #111;
    --sellerinfo-muted: #60656b;
    font-family: inherit;
    font-size: 14px;
    direction: inherit;
    text-align: start;
    min-width: 0;
}
.sellerinfo, .sellerinfo * { box-sizing: border-box; }
.sellerinfo > ul.row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}
.sellerinfo > ul.row::before, .sellerinfo > ul.row::after { display: none; }
.sellerinfo > ul.row > li {
    display: flex;
    float: none;
    min-width: 0;
    padding: 0 10px;
    margin: 0 0 20px;
    list-style: none;
}
.sellerinfo > ul.row > li > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 260px;
    height: auto;
    margin: 0;
    padding: 0 12px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    background: #fff;
    transition: box-shadow .2s ease;
}
.sellerinfo > ul.row > li > div:hover { box-shadow: 0 0 20px rgba(0, 0, 0, .1); }
.sellerinfo .agent__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px 10px;
    min-width: 0;
    min-height: var(--sellerinfo-header-height, 48px);
    padding-bottom: 12px;
}
.sellerinfo .agent__code {
    margin: 0;
    max-width: 100%;
    font: inherit;
}
.sellerinfo .agent__code > span {
    display: inline-block;
    max-width: 100%;
    padding: 5px 20px;
    border-radius: 0 0 10px 10px;
    background: var(--sellerinfo-accent);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}
.sellerinfo .agent__score {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 4px;
    max-width: 100%;
    margin: 7px 0 0;
    padding: 3px 8px;
    border-radius: 7px;
    background: #f3f3f3;
    color: var(--sellerinfo-muted);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.6;
    direction: inherit;
}
.sellerinfo .agent__score-label, .sellerinfo .agent__score-max {
    color: var(--sellerinfo-muted);
    font: inherit;
    margin: 0;
}
.sellerinfo .agent__score-value {
    color: var(--sellerinfo-accent);
    font-family: inherit;
    font-weight: 700;
    line-height: inherit;
}
.sellerinfo .agent__score-value, .sellerinfo .agent__score-max { unicode-bidi: isolate; }
.sellerinfo > ul.row > li > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 0;
}
.sellerinfo > ul.row > li > div > ul > li {
    display: grid;
    grid-template-columns: 20px minmax(0, 100px) minmax(0, 1fr);
    align-items: start;
    column-gap: 5px;
    min-width: 0;
    min-height: var(--sellerinfo-field-height, 32px);
    height: auto;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.8;
}
.sellerinfo .info__label, .sellerinfo .info__entry {
    display: block;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    text-align: start;
    white-space: normal;
    overflow-wrap: anywhere;
}
.sellerinfo .info__label { color: var(--sellerinfo-muted); }
.sellerinfo .info__entry { color: var(--sellerinfo-ink); }
.sellerinfo .info__entry--phone { direction: ltr; unicode-bidi: isolate; text-align: match-parent; }
.sellerinfo i.fa, .sellerinfo i.fa::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sellerinfo > ul.row > li > div > ul > li > i.fa {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    margin: 5px 0 0;
    color: var(--sellerinfo-muted);
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.sellerinfo .agent__location, .sellerinfo .agent__video {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}
.sellerinfo .agent__description { min-height: var(--sellerinfo-description-height, 0px); }
.sellerinfo .agent__location { text-align: end; }
.sellerinfo .agent__location p { font-family: inherit; font-size: inherit; line-height: inherit; }
.sellerinfo .agent__location a[href]:not([href=""]) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
    min-height: 38px;
    margin-top: 12px;
    padding: 7px 14px;
    border: 1px solid #d7dce1;
    border-radius: 5px;
    background: #f1f3f5;
    color: #333;
    font: inherit;
    white-space: normal;
    text-decoration: none;
}
.sellerinfo .agent__location a[href]:not([href=""]):hover,
.sellerinfo .agent__location a[href]:not([href=""]):focus {
    border-color: var(--sellerinfo-accent);
    background: var(--sellerinfo-accent);
    color: #fff;
    text-decoration: none;
}
.sellerinfo .agent__location a:focus-visible { outline: 2px solid #151963; outline-offset: 3px; }
.sellerinfo .agent__video { margin-top: 12px; }
.sellerinfo .agent__video-title { color: var(--sellerinfo-muted); margin-bottom: 6px; font: inherit; }
.sellerinfo img, .sellerinfo video { max-width: 100%; height: auto; }
.sellerinfo .agent__video video {
    display: block;
    width: 100%;
    min-height: 120px;
    max-height: 260px;
    background: #000;
    border-radius: 10px;
    object-fit: contain;
}
@media (max-width: 767px) {
    .sellerinfo > ul.row { margin: 0; }
    .sellerinfo > ul.row > li { width: 100%; padding: 0; }
}
