/**
 * TARG Dashboard — branding and icons.
 */

/* ==========================================================
   LOGO
========================================================== */

.tds-app-logo {
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
min-width: 0;
}

.tds-dashboard-logo {
display: inline-flex;
align-items: center;
justify-content: flex-start;
max-width: 100%;
text-decoration: none;
}

.tds-dashboard-logo img {
display: block;
width: auto;
max-width: 178px;
height: auto;
max-height: 54px;
object-fit: contain;
object-position: left center;
}

/*
 * Usunięcie ewentualnych tekstowych elementów
 * pozostawionych przez starszą wersję logo dashboardu.
 */

.tds-app-logo > span,
.tds-app-logo .site-title,
.tds-app-logo .site-description,
.tds-app-logo .dashboard-logo-text {
display: none !important;
}

/* ==========================================================
   IKONY PARAMETRÓW
========================================================== */

#dashboard-properties .tds-meta-item {
display: inline-flex;
align-items: center;
gap: 7px;
color: #4d504b;
}

#dashboard-properties .tds-meta-icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 18px;
width: 18px;
height: 18px;
color: #6d706a;
}

#dashboard-properties .tds-meta-icon svg {
display: block;
width: 18px;
height: 18px;
overflow: visible;
stroke: currentColor;
stroke-width: 1.65;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
}

/*
 * Wyłączamy filtry przeznaczone wcześniej
 * dla ikon obrazkowych RealHomes.
 */

#dashboard-properties
.tds-property-result-card
.tds-meta-icon svg {
opacity: 1 !important;
filter: none !important;
}

#dashboard-properties
.tds-property-result-card
.tds-property-card-meta > li {
min-height: 36px;
padding: 7px 11px;
background: #f8f7f3;
border: 1px solid #ebe8e1;
border-radius: 8px;
}

#dashboard-properties
.tds-property-result-card
.tds-property-card-meta > li:hover {
background: #f5f1e9;
border-color: #e1d6c6;
}

#dashboard-properties
.tds-property-result-card
.tds-property-card-meta > li:hover
.tds-meta-icon {
color: var(--targ-gold, #9a6f42);
}

#dashboard-properties
.tds-property-result-card
.tds-meta-item
.figure {
color: var(--targ-graphite, #262824);
font-size: 12px;
font-weight: 700;
line-height: 1;
}

#dashboard-properties
.tds-property-result-card
.tds-meta-item
.property-meta-postfix {
margin-left: -3px;
color: #777a75;
font-size: 10px;
line-height: 1;
}

/* ==========================================================
   RESPONSYWNOŚĆ LOGO
========================================================== */

@media (max-width: 900px) {
.tds-dashboard-logo img {
max-width: 150px;
max-height: 46px;
}
}

@media (max-width: 620px) {
.tds-dashboard-logo img {
max-width: 128px;
max-height: 40px;
}
}
