@font-face {
    font-family: "Segoe print";
    src: url(/assets/fonts/segoeprint.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
    background: #fdfdfd;
}
a {
    text-decoration: none;
    color: #aaa;
}
li {
    list-style: none;
}
b {
    font-weight: 600;
}
input, textarea, select, button {
    font-family: 'Roboto', sans-serif;
    color: #555;
}

.loader {
    width: 42px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#e3e3e3 90%,#0000);
    background:
        var(--_g) 0%   50%,
        var(--_g) 50%  50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #dedede;
}
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
}

.fill-current {
    fill: currentcolor;
}
.hidden {
    display: none !important;
}

.content {
    max-width: 1152px;
    width: 100%;
    margin-inline: auto;
    padding: 0 10px;
}

.logo {
    font-family: 'Segoe print';
}

.static-wrapper {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0 hsla(0,0%,57%,.08);
    background: #fff;
    padding: 14px;
    margin: 20px auto;
    max-width: 800px;
}
.static-header {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 8px 10px;
}
.static-header h1 {
    font-size: 18px;
    font-weight: 400;
}
.static-text {
    font-size: 17px;
    padding: 15px 12px 10px;
    line-height: 25px;
}
.static-text h2 {
    margin-bottom: 4px;
    font-size: 17px;
    margin-top: 15px;
}
.static-text p {
    margin-bottom: 8px;
    line-height: 25px;
}
.static-text a {
    color: #2b5ae0;
}
.static-text li {
    list-style: disc;
}
.static-text ul {
    padding-left: 20px;
}

.custom-error-svg {
    background-image: url('/assets/images/error_outline_black_24dp.svg');
    background-size: cover;
    width: 35px!important;
    height: 35px!important;
}
.custom-success-svg {
    background-image: url('/assets/images/check_circle_outline_black_24dp.svg');
    background-size: cover;
    width: 35px!important;
    height: 35px!important;
}

.errorWrapper {
    margin: 25px auto;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    text-align: center;
    max-width: 600px;
    padding: 40px;
    box-shadow: 1px 1px 2px 0 hsl(0deg 0% 57% / 8%);
    background: #ffffff;
}
.errorLimited {
    padding: 28px;
}
.errorWrapper svg {
    fill: #ddd;
    width: 70px;
    height: 70px;
}
.errorWrapper.errorLimited svg {
    width: 60px;
    height: 60px;
}
.errorWrapper h1 {
    font-size: 30px;
    font-weight: 400;
}
.errorWrapper h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 28px;
    color: #555;
}
.errorWrapper429 h2 {
    font-weight: 500;
    margin-bottom: 15px;
}
.errorWrapper-username {
    color: #2b5ae0;
    font-weight: 500;
    font-size: 18px;
}
.errorWrapper a {
    background: #555;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    padding: 8px 18px;
    display: inline-flex;
    text-decoration: none;
}
.errorButton {
    background: #2b5ae0;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 22px;
    display: inline-flex;
    text-decoration: none;
}
.errorWrapper429 a {
    font-weight: 500;
    background: none;
    text-decoration: underline;
    color: #2b5ae0;
    font-size: 18px;
}

.errorReportWrapper {
    border-top: 1px solid #f1f1f1;
    max-width: 600px;
    padding: 13px 18px 13px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 67px;
    margin: 40px -40px -40px;
    text-align: left;
}
.errorReportText {
    font-size: 17px;
    font-weight: 400;
}
.errorReportButton {
    border: 2px solid #d8ecff;
    color: #2b5ae0;
    font-weight: bold;
    padding: 6px 18px;
    border-radius: 20px;
    cursor: pointer;
}
.rating-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 17px;
}

.rating-widget .rating-value {
    font-weight: 500;
    min-width: 44px;
}
.rating-widget .rating-value.hidden {
    display: none;
}
.rating-widget .rating-value .rating-value-num {
    display: inline-block;
    min-width: 16px;
    text-align: right;
}

.rating-widget .rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    cursor: pointer;
}

.rating-widget .rating-star {
    position: relative;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}
.rating-widget .rating-star svg {
    position: absolute;
    inset: 0;
    width: 26px;
    height: 26px;
    fill: #ddd;
    pointer-events: none;
}

.rating-widget .rating-star svg:nth-child(1) { display: block; }
.rating-widget .rating-star svg:nth-child(2) { display: none; }

.rating-widget .rating-stars.rate1 .rating-star:nth-child(-n+1) svg:nth-child(1),
.rating-widget .rating-stars.rate2 .rating-star:nth-child(-n+2) svg:nth-child(1),
.rating-widget .rating-stars.rate3 .rating-star:nth-child(-n+3) svg:nth-child(1),
.rating-widget .rating-stars.rate4 .rating-star:nth-child(-n+4) svg:nth-child(1),
.rating-widget .rating-stars.rate5 .rating-star:nth-child(-n+5) svg:nth-child(1) {
    display: none;
}

.rating-widget .rating-stars.rate1 .rating-star:nth-child(-n+1) svg:nth-child(2),
.rating-widget .rating-stars.rate2 .rating-star:nth-child(-n+2) svg:nth-child(2),
.rating-widget .rating-stars.rate3 .rating-star:nth-child(-n+3) svg:nth-child(2),
.rating-widget .rating-stars.rate4 .rating-star:nth-child(-n+4) svg:nth-child(2),
.rating-widget .rating-stars.rate5 .rating-star:nth-child(-n+5) svg:nth-child(2) {
    display: block;
}

.rating-widget .rating-stars.rate1 .rating-star:nth-child(-n+1) svg,
.rate-info-bar.rate1 svg,
.pet-list-item-review-rate.rate1 svg {
    fill: #FF1514 !important;
}
.rating-widget .rating-stars.rate2 .rating-star:nth-child(-n+2) svg,
.rate-info-bar.rate2 svg,
.pet-list-item-review-rate.rate2 svg {
    fill: #FF9914 !important;
}
.rating-widget .rating-stars.rate3 .rating-star:nth-child(-n+3) svg,
.rate-info-bar.rate3 svg,
.pet-list-item-review-rate.rate3 svg {
    fill: #F3D50A !important;
}
.rating-widget .rating-stars.rate4 .rating-star:nth-child(-n+4) svg,
.rate-info-bar.rate4 svg,
.pet-list-item-review-rate.rate4 svg {
    fill: #10CF02 !important;
}
.rating-widget .rating-stars.rate5 .rating-star:nth-child(-n+5) svg,
.rate-info-bar.rate5 svg,
.pet-list-item-review-rate.rate5 svg {
    fill: #2b5ae0 !important;
}


.bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}
.drawer-wrapper {
    display: none;
    position: fixed;
    top: 0;
    background: #fff;
    right: 0;
    width: 320px;
    z-index: 999999999;
    box-shadow: 2px 2px 1px 0 rgba(0,0,0,.1);
    text-align: left;
    font-size: 15px;
    height: 100%;
    flex-direction: column;
    overflow-y: auto;
    justify-content: space-between;
    border-radius: 16px 0 0 16px;
}
.drawer-wrapper.left-drawer {
    right: unset;
    left: 0;
    border-radius: 0 16px 16px 0;
}
.drawer-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px 15px;
    align-items: center;
}
.drawer-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.drawer-login-button-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.drawer-login-button-wrapper a {
    color: #2b5ae0;
    border: 2px solid #c6d5ff;
    font-weight: 500;
    border-radius: 99px;
    padding: 4px 20px;
    font-size: 17px;
}
.pet-list-action-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #2b5ae0;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 999px;
}
.pet-list-action-button svg {
    width: 22px;
    height: 22px;
}
.drawer-title {
    color: #555;
    font-size: 17px;
    display: flex;
    align-items: center;
    position: relative;
}
.drawer-title.new-logo {
    background: #2b5ae0;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 100%;
}
.drawer-title > span:first-child {
    color: #555;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    font-family: 'Segoe print';
}
.drawer-title.new-logo > span:first-child {
    color: #fff;
    position: relative;
    top: -1px;
}
.drawer-close {
    cursor: pointer;
    display: flex;
    background: #F5F5F5;
    border-radius: 100%;
    color: #555;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
}
.drawer-close svg {
    width: 24px;
    height: 24px;
    fill: #555;
    cursor: pointer;
}
.drawer-menuListWrapper {
    position: relative;
}
.drawer-menuItem {
    margin-bottom: 0;
    color: #555;
    line-height: normal;
    padding: 18px 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #f1f1f1;
}
.drawer-menuItem > a {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #555;
}
.drawer-menuItem > a > svg {
    font-size: 20px;
    margin-right: 10px;
    fill: #ccc;
    width: 1em;
    height: 1em;
}
.drawer-menuItem:first-child > a > svg {
    fill: #ccc;
}
.drawer-menuItem.trendItem > a > svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.drawer-menuItem.articleItem > a > svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.drawer-menuItem.reviewItem > a > svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    fill: #2b5ae0;
}
.drawer-menuItem.profileItem > a > svg {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    fill: #2b5ae0;
}
.drawer-menuItem:last-child {
    border-bottom: none;
}
.drawer-menuItemReport {
    padding: 8px 15px;
}
.drawer-menuItemReport a {
    padding: 6px 10px;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fef4f3;
}
.drawer-menuItemReport a svg {
    fill: #ff5b5c;
}
.drawer-copyright {
    margin: 20px 0;
    color: #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.drawer-copyrightText {
    display: flex;
    justify-content: center;
    align-items: center;
}
.drawer-copyrightText svg {
    height: 16px;
    width: 16px;
    fill: #aaa;
}
.drawer-user-wrapper {
    display: flex;
    align-items: center;
    padding: 15px;
}
.drawer-user-avatar {
    position: relative;
    padding-right: 10px;
}
.drawer-user-avatar img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.drawer-user-username {
    font-weight: 500;
    font-size: 20px;
    color: #555;
}
.drawer-user-edit {
    display: inline-flex;
    padding: 4px 13px 3px 13px;
    background: #f1f1f1;
    border-radius: 20px;
    color: #555;
}
#drawer-bookmarks .drawer-title svg {
    display: inline-flex;
    margin-right: 2px;
    height: 24px;
    width: 24px;
    fill: #ccc;
    margin-left: 0;
}
#drawer-bookmarks .drawer-title span {
    font-size: 18px;
    font-weight: normal;
    padding: 2px 0;
}
#drawer-bookmarks > div:first-child {
    overflow: hidden;
    height: 100%;
}
#drawer-added-pets > div:first-child {
    overflow: hidden;
    height: 100%;
}
.pet-list-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #efefef;
    font-size: 17px;
}
.pet-list-tab {
    padding: 0 10px 10px;
    color: #aaa;
    cursor: pointer;
    position: relative;
}
.pet-list-tab.active {
    color: #555;
}
.pet-list-tab.active:after {
    content: '';
    background: #2b5ae0;
    width: calc(100% - 20px);
    height: 3px;
    position: absolute;
    left: 10px;
    bottom: 0;
    border-radius: 4px;
}
.pet-list-wrapper {
    height: calc(100% - 91px);
    overflow-y: auto;
}
#drawer-added-pets .pet-list-wrapper {
    height: calc(100% - 56px);
}
.pet-list-count {
    font-style: italic;
    color: #aaa;
    display: flex;
    justify-content: flex-end;
    padding: 16px;
    padding-bottom: 0;
}
.pet-list-block {
    padding: 10px;
}
.pet-list-block.empty {
    display: flex;
    justify-content: center;
    height: 100%;
}
.pet-list-empty-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
}
.pet-list-empty-icon {
    display: flex;
}
.pet-list-empty-icon svg {
    width: 70px;
    height: 70px;
    fill: #dddddd;
    margin-bottom: -10px;
}
.pet-list-empty-title {
    font-size: 17px;
    font-weight: 500;
}
.pet-list-empty-text {
    font-size: 17px;
    text-align: center;
}
.pet-list-item {
    border-bottom: 1px solid #efefef;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.pet-list-item:last-child {
    border-bottom: 0;
}
.pet-list-item-review-rate {
    position: absolute;
    right: 10px;
    top: calc(50% - 7.5px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 4px;
}
.pet-list-item-review-rate-text {
    font-size: 16px;
    font-weight: 500;
}
.pet-list-remove {
    position: absolute;
    right: 10px;
    top: calc(50% - 7.5px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pet-list-remove svg {
    fill: #ccc;
}
.pet-list-item-profile-block {
    display: flex;
    align-items: center;
    height: 62px;
}
.pet-list-item-avatar {
    display: flex;
    margin-right: 10px;
}
.pet-list-item-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #eeeeee;
}
.pet-list-item-name {
    font-size: 17px;
    font-weight: 500;
    color: #555;
}
.pet-list-delete-prompt {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
}
.pet-list-delete-prompt-buttons {
    display: flex;
    padding-top: 10px;
    justify-content: flex-end;
}
.pet-list-delete-prompt-button {
    color: #2b5ae0;
    font-weight: 500;
    padding: 4px 14px;
    cursor: pointer;
}
.pet-list-delete-prompt-button:first-child {
    background: #2b5ae0;
    color: #fff;
    margin-right: 5px;
    border-radius: 20px;
}

.notification-list-wrapper {
    height: calc(100% - 50px);
}
.notification-list-block.empty {
    display: flex;
    justify-content: center;
    height: 100%;
}
.notification-list-block {
    padding: 10px;
}
.notification-list-empty-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
}
.notification-list-empty-title {
    font-size: 17px;
    font-weight: 500;
}
.notification-list-empty-icon svg {
    width: 70px;
    height: 70px;
    fill: #dddddd;
    margin-bottom: -10px;
}
.notification-list-item {
    border-bottom: 1px solid #efefef;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.notification-list-item-text a {
    color: #2b5ae0;
    text-decoration: underline;
}
.notification-list-item-text {
    padding: 0 10px;
    font-size: 16px;
}
.notification-list-item-time {
    margin-top: 5px;
    color: #aaa;
    padding: 0 10px;
    font-style: italic;
}
.notification-icon.unseen:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #2b5ae0;
    left: -3px;
    border-radius: 100%;
    top: 5px;
}
.notification-list-remove {
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
    bottom: 0;
}
.notification-list-remove svg {
    fill: #aaa;
}

.popup-open {
    cursor: pointer;
}
.popup-wrapper {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: rgba(13, 13, 13, 0.82);
    top: 0;
    left: 0;
    display: none;
    z-index: 4000;
    align-items: center;
    justify-content: center;
}
.popup {
    z-index: 9999999999999;
    background: #fff;
    max-width: 800px;
    width: 100%;
    border-radius: 12px;
    position: relative;
}
.popup__header {
    padding: 15px 22px;
    position: relative;
    color: #555;
    font-size: 17px;
    background: #F5F5F5;
    border-radius: 12px 12px 0 0;
    min-height: 53px;
}
.add-pet-popup .popup__header {
    background: none;
}
.popup__header .popup__header-close {
    position: absolute;
    width: 30px;
    fill: #ccc;
    cursor: pointer;
    top: calc(50% - 15px);
    right: 10px;
    height: 30px;
}
.login-popup {
    max-width: 440px;
}
.add-pet-popup {
    max-width: 440px;
}
[id="add-pet-popup"] .add-pet-popup {
    max-width: 510px;
    position: relative;
    max-height: 700px;
    height: 100%;
}
[id="add-pet-popup"] .add-pet-popup .popup__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px 20px 15px 20px;
    border-radius: 0 0 5px 5px;
    box-shadow: #e7e7e7 0px -1px 4px 0px;
}
[id="add-pet-popup"] .add-pet-popup .popup__body {
    overflow-y: scroll;
    height: calc(100% - 152px);
}
[id="add-pet-popup"] .add-pet-popup .popup__body::-webkit-scrollbar {
    width: 6px !important;
}

[id="add-pet-popup"] .add-pet-popup .popup__body::-webkit-scrollbar-track {
    border-radius: 10px !important;
    background: #fff !important;
}

[id="add-pet-popup"] .add-pet-popup .popup__body::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: #e3e3e3 !important;
}

[id="add-pet-popup"] .add-pet-popup .popup__body::-webkit-scrollbar-button {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

[id="add-pet-popup"] .add-pet-popup .popup__body::-moz-scrollbar-button {
    display: none !important;
}
[id="add-pet-popup"] .add-pet-popup .popup__footer .form-action {
    margin-top: 0;
}

#login-popup .form {
    padding: 0;
}
#login-popup .popup__body{
    padding: 18px 35px 24px 35px;
}
#login-popup .popup__header {
    background: #fff;
    padding: 13px 15px 18px 20px;
}
#login-popup .popup__header .popup__header-close {
    width: 29px;
    height: 29px;
    top: calc(50% - 15px);
}
.add-pet-popup .popup__body {
    padding: 0 25px 25px;  
}
.add-pet-popup__titles {
    display: flex;
    flex-direction: column;
}
.add-pet-popup__title {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.add-pet-popup__title svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    color: #ccc;
}
.add-pet-popup__subtitle {
    font-size: 17px;
    color: #999;
}
.add-pet-popup .popup__header-close.popup-close {
    background: #F5F5F5;
    border-radius: 100%;
    fill: #555;
    width: 38px;
    height: 38px;
    padding: 7px;
    top: 10px;
}
.add-pet-form.form {
    padding: 0;
    background: transparent;
}

.add-pet-description-form.form {
    padding: 0;
    background: transparent;
}
.add-pet-form {
    display: flex;
    flex-direction: column;
}
.add-pet-form__field {
    display: flex;
    flex-direction: column;
}
.add-pet-form__field > label:not(.add-pet-upload) {
    font-weight: 600;
    font-size: 15px;
    color: #1f2937;
    margin-bottom: 0;
}
.add-pet-form__field input,
.add-pet-form__field textarea {
    margin: 0;
}
.add-pet-form__field textarea {
    min-height: 110px;
    resize: vertical;
}
.add-pet-type {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.add-pet-type__option {
    position: relative;
    cursor: pointer;
    display: block;
}
.add-pet-type__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.add-pet-type__label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    color: #4b5563;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.add-pet-type__option:hover .add-pet-type__label {
    border-color: #9ca3af;
}
.add-pet-type__option input:checked + .add-pet-type__label {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
    box-shadow: 0 0 0 1px #60a5fa inset;
}
.add-pet-form__field--location {
}
.add-pet-location__input {
    position: relative;
}
.add-pet-location__input input {
    padding-left: 46px;
}
.add-pet-location__suggest {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    padding: 6px 0;
    z-index: 20;
    max-height: 260px;
    overflow-y: auto;
}
.add-pet-location__suggest.hidden {
    display: none;
}
.add-pet-location__suggest-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border: none;
    background: transparent;
    padding: 10px 16px;
    gap: 4px;
    cursor: pointer;
    font: inherit;
    color: #1f2937;
}
.add-pet-location__suggest-item:hover,
.add-pet-location__suggest-item:focus {
    background: #f3f4f6;
}
.add-pet-location__suggest-title {
    font-size: 15px;
}
.add-pet-location__suggest-subtitle {
    font-size: 13px;
    color: #6b7280;
}
.add-pet-location__suggest-empty {
    padding: 16px;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}
.add-pet-location__suggest-empty .loader {
    margin: 0 auto;
}
.add-pet-location__input-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    fill: #555;
}
.add-pet-location__map {
    position: relative;
    border-radius: 16px;
    background: linear-gradient(135deg, #f3f4f6 25%, transparent 25%) -10px 0/20px 20px,
                linear-gradient(225deg, #f3f4f6 25%, transparent 25%) -10px 0/20px 20px,
                linear-gradient(315deg, #f3f4f6 25%, transparent 25%) 0px 0/20px 20px,
                linear-gradient(45deg, #f3f4f6 25%, #e5e7eb 25%) 0px 0/20px 20px;
    min-height: 160px;
    overflow: hidden;
}
.add-pet-location__map--ready {
    background: #f3f4f6;
    margin: 10px 0;
}
.add-pet-location__map--ready:before {
    display: none;
}
.add-pet-location__map:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
}
.add-pet-location__canvas {
    position: absolute;
    inset: 0;
}
.add-pet-location__marker {
    cursor: pointer;
}
.add-pet-location__marker[data-marker-template] {
    display: none;
}
.add-pet-location__marker svg {
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    fill: #222;
}
.add-pet-location__edit {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8;
    font-weight: 600;
    padding: 9px 16px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
    z-index: 1;
}
.add-pet-location__edit-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.add-pet-location__hint {
    margin-top: 10px;
    color: #6b7280;
    font-size: 13px;
}
.add-pet-location__coords {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #1f2937;
}
.add-pet-location__coords--empty {
    color: #9ca3af;
}
.add-pet-upload {
    margin: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #f7f7f7;
    cursor: pointer;
    border-top: 2px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
}
.add-pet-upload:hover {
    border-color: #93c5fd;
    background: #f1f6ff;
}
.add-pet-upload__icon {
    width: 32px;
    height: 32px;
    fill: #2b5ae0;
    flex-shrink: 0;
}
.add-pet-upload__text {
    display: flex;
    flex-direction: column;
}
.add-pet-upload__title {
    font-weight: 600;
    font-size: 16px;
    color: #555;
}
.add-pet-upload__hint {
    font-size: 15px;
    color: #888;
    margin-top: 2px;
    font-weight: 400;
}
.add-pet-upload__control {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.add-pet-form__action {
    margin-top: 12px;
}
.add-pet-form__action button {
    width: 100%;
    padding: 14px 20px;
    font-size: 17px;
    border-radius: 12px;
}
.popup__header_tabs {
    display: flex;
    align-items: center;
}
.popup__header_tab {
    margin-right: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px;
    position: relative;
    color: #bbb;
    font-size: 18px;
}
.popup__header_tab.active {
    color: #555;
}
.popup__header_tab.active:before {
    content: '';
    background: #2b5ae0;
    height: 3px;
    width: 25px;
    display: block;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.popup__login-notice {
    background: #fff8eb;
    text-align: center;
    padding: 13px;
    color: #555;
    font-size: 17px;
}
.info-popup {
    max-width: 440px;
}
.info-popup .popup__header {
    background: none;
}
.info-popup__titles {
    display: flex;
    flex-direction: column;
}
.info-popup__title {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.info-popup .popup__header-close {
    background: #F5F5F5;
    border-radius: 100%;
    fill: #555;
    width: 38px;
    height: 38px;
    padding: 5px;
    top: 10px;
}
.info-popup .popup__body {
    padding: 0px 26px 15px 26px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#info-pet-popup .popup__body {
    align-items: flex-start;
}
.popup-info-icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-top: 18px;
    fill: #ddd;
}
.popup-info-icon.success {
    fill: #00c853;
}
.popup-info-text-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.popup-info-text {
    text-align: center;
    font-size: 18px;
}
.popup-info-close-button {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #2b5ae0;
    color: #fff;
    padding: 9px;
    border-radius: 44px;
    margin-top: 22px;
    font-size: 17px;
    font-weight: 500;
}

#reported-popup .popup {
    max-width: 440px;
}
#pet-rate-info-popup .popup {
    max-width: 440px;
}
#pet-rate-info-popup .info-popup__body  {
    padding: 24px 75px 24px 40px;
}
.rate-info-bar {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}
.rate-info-bar:last-child {
    padding-bottom: 0;
}
.rate-info-bar-rate {
    font-weight: 600;
    display: flex;
    align-items: center;
}
.rate-info-bar-rate svg {
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.rate-info-bar-percent {
    color: #aaa;
    min-width: 40px;
}
.rate-info-bar-fill-wrapper {
    width: -webkit-fill-available;
    margin: 0 0 0 15px;
    background: #cbcbcb;
    border-radius: 20px;
    height: 11px;
    overflow: hidden;
}
.rate-info-bar-fill {
    display: flex;
    height: 100%;
    border-radius: 20px;
    background: #555555;
}
.info-popup__body {
    background: #F5F5F5;
    padding: 18px 22px 18px;
    font-size: 17px;
    border-radius: 12px 12px 0 0;
}
.info-popup-text.bold {
    font-weight: 600;
    font-size: 18px;
}
.info-popup-text {
    font-size: 18px;
    line-height: 26px;
}
.info-popup-text a {
    color: #555;
    text-decoration: underline;
}
.info-popup-label {
    background: #e2e2e2;
    padding: 2px 8px;
    border-radius: 8px;
    width: fit-content;
    margin-top: 7px;
    font-size: 16px;
    margin-right: 5px;
}
.info-popup__footer {
    display: flex;
    justify-content: flex-end;
    padding: 12px 20px;
}
.popup__footer_button {
    background: #555;
    padding: 7px 14px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.more-popup {
    max-width: 300px;
}
.more-popup-button {
    padding: 15px;
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    color: #555;
}
.more-popup-button.popup-remove-action {
    padding: 0;
}
.more-popup-button.popup-remove-action >div {
    padding: 15px;
    width: 100%;
}
.more-popup-button:last-child {
    border-bottom: none;
}
.popup-remove-action-step-2 span {
    color: #2b5ae0;
    margin: 0 7px;
    cursor: pointer;
}


.form-with-profile-pic-wrapper {
    max-width: 530px;
    margin: 20px auto;
}
.form-with-profile-pic-block {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    max-width: 210px;
    cursor: pointer;
}

.form-with-profile-pic-block img {
    height: 45px;
    width: 45px;
    margin-right: 10px;
    border-radius: 100%;
}
.form-with-profile-pic-block span {
}

.form-wrapper {
    max-width: 530px;
    margin: 30px auto;
    box-shadow: 1px 1px 2px 0 rgb(145 145 145 / 8%);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.user-edit .form-wrapper {
    margin: 20px auto;
}
.form-header-tabs {
    padding-top: 18px;
    display: flex;
    justify-content: space-around;
    border-bottom: 3px solid #f5f5f5;
    background: #fff;
    border-radius: 5px 5px 0 0 ;
}
.form-header-tab {
    list-style: none;
    display: inline-block;
    font-size: 17px;
    margin: 0 10px;
    padding: 0 10px 18px;
    position: relative;
    font-weight: 500;
    color: #555;
    cursor: pointer;
}
.form-header-tab.active {
    color: #2b5ae0;
}
.form-header-tab.active:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #2b5ae0;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.form-header {
    font-size: 17px;
    color: #555555;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.user-edit .form-header {
    font-size: 16px;
    background: #fff;
    font-weight: 500;
}
.with-expand form {
    display: none;
}
.with-expand.expanded form {
    display: block;
}
.with-expand .form-header {
    border-bottom: none;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 10px 9px 15px;
}
.with-expand.expanded .form-header {
    border-radius: 5px 5px 0 0;
}
.form-header-expand {
    display: flex;
    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    margin: 0 5px;
    border-radius: 100%;
    cursor: pointer;
    color: #555;
}
.form-header-expand svg {
    width: 20px;
    height: 20px;
}
.with-expand .form {
    border-top: 1px solid #f2f2f2;
}
.form {
    background: #fff;
    padding: 35px 40px;
    border-radius: 0 0 5px 5px;
}
.report-form-notice {
    background: #fff3ea;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
}
.add-review-no-login-popup-form .form {
    padding: 0;
}
.forgot-form .form {
    border-radius: 5px;
}
.user-edit .form {
    padding: 15px 20px 20px 20px;
}
.form label {
    font-weight: 500;
    font-size: 15px;
    display: flex;
}
.forgot-form .form label {
    font-weight: 500;
    font-size: 16px;
}
.form input, .form textarea, .form select {
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    color: #555555;
    padding: 12px 15px;
    margin: 8px 0;
    font-size: 16px;
    border-radius: 10px;
    color: #555;
}
.add-pet-popup .form input, .add-pet-popup .form textarea, .add-pet-popup .form select {
    background: #f7f7f7;
    border: none;
}
.add-pet-location__input input {
    padding-right: 40px;
}
.add-pet-form__field select[name="type"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23555'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 26px 26px;
    padding-right: 44px;
}
.add-pet-form__field select[name="type"]:invalid {
    color: #aaa;
}
.add-pet-form__field select[name="type"]:valid {
    color: #555;
}
.add-pet-form__field select[name="type"] option {
    color: #555;
}
.add-pet-form__field select[name="type"] option[value=""] {
    color: #aaa;
}
.form-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.user-edit .form-action {
    margin-top: 5px;
}
.forgot-form .form-action a {
    color: #2b5ae0;
    text-decoration: underline;
}
.form-action button {
    background-color: #2b5ae0;
    font-weight: 500;
    font-size: 18px;
    border: none;
    color: #fff;
    padding: 10px 26px;
    cursor: pointer;
    border-radius: 44px;
    min-width: 120px;
}
.login-popup .form-action button {
    border-radius: 40px;
}
.user-edit .form-action button {
    font-size: 16px;
    min-width: 110px;
}
.register-form button, .contact-us-form button, .report-form button {
    width: 100%;
}
.form-error {
    font-size: 15px;
    color: #555;
    padding: 10px 35px 9px;
    background: #FEF0EF;
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-error svg, .form-success svg {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 22px;
    fill: #555;
}
.form-error > div {
    display: flex;
    flex-direction: column;
}
.form-success {
    font-size: 15px;
    color: #555;
    padding: 10px 35px 9px;
    background: #e8f7e9;
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hint-link {
    color: #2b5ae0;
    text-decoration: underline;
}
.password-field-wrapper {
    position: relative;
}
.password-field-wrapper svg {
    position: absolute;
    fill: #ccc;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 23px;
    height: 23px;
}
.google-auth-wrapper {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    padding-top: 0;
}
form .google-auth-wrapper {
    padding: 20px 0 0;
}
.login-popup .google-auth-wrapper {
    padding: 0;
    margin-top: 20px;
}
.google-auth-or-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.google-auth-or-line {
    width: calc(50% - 20.5px);
    height: 2px;
    background: #f5f5f5;
}
.google-auth-or {
    padding: 0 10px;
}
.google-auth-button {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    border-top: 2px solid #f5f5f5;

}
.google-auth-button span {
    font-size: 17px;
    color: #555;
    font-family: Roboto!important;
}
.google-auth-button [role="button"] {
    background: #fcfcfc;
    border: 2px solid #e4e4e4;
    height: unset;
    padding: 10px 20px;
    border-radius: 40px!important;
}
.custom-google-button {
    background: #fcfcfc;
    border: 2px solid #e4e4e4;
    height: unset;
    padding: 10px 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.custom-google-button svg {
    width: 20px;
    height: 20px;
    display: block;
}
.custom-google-button span {
    font-size: 17px;
    color: #555;
    font-family: Roboto;
    margin-left: 10px;
    font-weight: 500;
}

.map-section {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 410px;
    margin-top: 0;
    min-height: 100vh;
}

.map-canvas {
    position: absolute;
    inset: 0;
}

.map-brand-desktop,
.map-add-desktop,
.map-legend {
    pointer-events: auto;
}

.map-brand-desktop,
.map-add-desktop {
    position: absolute;
    display: flex;
}

.map-brand-desktop {
    top: 16px;
    left: 26px;
}

.map-brand-link {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    background: #1947cbc7;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    padding: 6px 13px 10px 13px;
}

.map-add-desktop {
    top: 16px;
    right: 16px;
    align-items: center;
    gap: 10px;
}

.map-add-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 999px;
    padding: 7px 10px 7px 16px;
    cursor: pointer;
}

.map-add-icon {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
}

.map-menu-button {
    display: flex;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.map-menu-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}
.map-menu-icon-auth {
    width: 24px;
    height: 24px;
}
.map-legend {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 15px;
}

.map-legend__item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    display: inline-block;
}

.legend-dot--recent { background: #22c55e; }
.legend-dot--old    { background: #eab308; }
.legend-dot--notice { background: #ef4444; }
.legend-dot--new    { background: #bdccf7; }

.map-marker {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 4px solid #22c55e;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.mew-attrib-ctrl { position: relative; }
.mew-attrib-btn {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    width: 34px;
    height: 34px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

.mew-attrib-panel {
    position: absolute;
    right: 0;
    bottom: 42px;
    max-width: 260px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    backdrop-filter: saturate(1.2) blur(2px);
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
    z-index: 10;
}

.mew-attrib-panel.hidden { display: none; }
.mew-attrib-panel a { color: #cfe0ff; text-decoration: underline; }

.mew-attrib-links {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
}

.sidebar {
    position: fixed;
    width: 420px;
    background: #ffffff;
    border-right: 1px solid #e7e7e7;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0 12px 12px 0;
}

.sidebar__head {
    padding: 12px 12px 0 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.sidebar__head .header {
    padding: 0;
    border-bottom: 0;
}
.sidebar__head .content {
    padding: 0;
}
.sidebar__head .header__search {
    width: 100%;
    padding: 0;
}
.sidebar__head #header-search__wrapper {
    min-width: 100%;
    max-width: 100%;
}
.sidebar__head .header__left {
    display: none;
}
.sidebar__head .header__actions {
    display: none;
}

.search-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f6f6f6;
    border-radius: 12px;
    padding: 10px 10px 10px 9px;
    height: 50px;
    position: relative;
}

.search-locate {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e3e3e3;
    border-radius: 12px;
    padding: 7.75px 10px 7.75px 12px;
    border: none;
    cursor: pointer;
    font-size: 17px;
}

.search-locate__icon {
    width: 20px;
    height: 20px;
}

.search-input {
    flex: 1;
    font-size: 17px;
    border: none;
    background: transparent;
    outline: none;
    min-width: 0;
}

.search-action {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.search-action__icon {
    width: 24px;
    height: 24px;
}

.search-suggest {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    list-style: none;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
    max-height: 280px;
    overflow-y: auto;
    z-index: 50;
    width: calc(100% - 20px);
}

.search-suggest__item {
    display: flex;
}

.search-suggest__link {
    display: block;
    padding: 10px 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.search-suggest__link:hover {
    background: #f3f3f3;
}

.sidebar__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    transition: box-shadow 0.2s ease;
}

.sidebar__controls--shadow {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.mew-tabs {
    display: inline-flex;
}
.mew-tabs .tab {
    font-size: 17px;
    padding: 4px 16px;
    color: #555;
    cursor: pointer;
}

.mew-tabs .tab.tab-active {
    background-color: #e0e9fe;
    border-radius: 8px;
}

.sidebar__filters {
    display: flex;
    align-items: center;
    gap: 12px;
}

.spot-count {
    font-size: 16px;
    color: #aaa;
}

.filter-dropdown {
    position: relative;
}

.filter-toggle {
    width: 46px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.filter-toggle__icon {
    width: 20px;
    height: 20px;
}

.filter-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    list-style: none;
    margin: 0;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    min-width: 200px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 20;
}

.filter-menu li a {
    display: block;
    padding: 10px 16px;
    color: #555555;
}
.filter-menu li.active a {
    background: #f7f7f7;
}
.filter-menu li:first-child a {
    border-radius: 12px 12px 0 0;
}
.filter-menu li:last-child a {
    border-radius: 0 0 12px 12px;
}
.filter-menu li a:hover {
    background: #f3f3f3;
}

.filter-dropdown.open .filter-menu {
    display: block;
}

.sidebar__list-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    color: #aaa;
    padding: 48px 16px;
    height: 100%;
}

.sidebar__list-empty-icon {
    width: 40px;
    height: 40px;
    color: #ccc;
}

.sidebar__list-wrapper {
    flex: 1;
    padding: 0px 4px 12px 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar__loader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 8px;
    height: 100%;
}

#petList {
    scrollbar-width: auto;
    overflow-y: auto;
    height: 100%;
}

#petList::-webkit-scrollbar {
    width: 6px !important;
}

#petList::-webkit-scrollbar-track {
    border-radius: 10px !important;
    background: #fff !important;
}

#petList::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: #e3e3e3 !important;
}

#petList::-webkit-scrollbar-button {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

#petList::-moz-scrollbar-button {
    display: none !important;
}

.pet-card {
    border-bottom: 1px solid #ededed;
    margin-right: 8px;
    margin-bottom: 12px;
}
.pet-card:first-child {
    margin-top: 14px;
}

.pet-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.pet-card__inner {
    display: flex;
    gap: 12px;
    padding: 0 20px 14px;
}

.pet-card__content {
    flex: 1;
}

.pet-card__title {
    color: #555;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    display: inline-block;
}
.pet-card__title:hover {
    text-decoration: underline;
}

.pet-card__address {
    font-size: 16px;
}

.pet-card__address-icon {
    width: 20px;
    height: 20px;
    fill: #2b5ae0;
    vertical-align: text-bottom;
    display: inline-block;
}

.pet-card__status {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    font-size: 16px;
    color: #aaa;
}
.pet-card__status.fed_old {
    color: #555;
}
.pet-card__status.fed_old svg {
    fill: #eab308;
}

.pet-card__status.fed_recent {
    color: #555;
}
.pet-card__status.fed_recent svg {
    fill: #22c55e;
}

.pet-card__status.notice {
    color: #555;
}
.pet-card__status.notice svg {
    fill: #ef4444;
}

.pet-card__status-icon {
    width: 20px;
    height: 20px;
    fill: #aaa;
}

.pet-card__image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    border: 4px solid;
    flex-shrink: 0;
}

.pet-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding: 12px 9px 12px 9px;
    background: #ffffff;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: flex-start;
    min-width: 0;
}
.header__left-button {
    display: flex;
    align-items: center;
    height: 30px;
    gap: 2px;
    position: relative;
}
.header__left-button.list-icon {
    border-right: 1px solid #e5e5e5;
    padding: 0 13px 0 5px;
}
.header__left-button svg {
    fill: #cccccc;
    width: 22px;
    height: 22px;
}
.header__search {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}
#header-search__wrapper {
    display: flex;
    align-items: center;
    border-radius: 12px;
    min-width: 350px;
    width: 100%;
    max-width: 350px;
    position: relative;
    border: 1px solid #e3e3e3;
    background: #fbfbfb;
}
#header-search-input {
    flex-grow: 1;
    background: none;
    outline: none;
    font-size: 16px;
    border: none;
    padding-right: 5px;
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder {color:#aaa ;opacity: 1;}
.form input::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {color:#aaa ;opacity: 1;}
.form input:-moz-placeholder, .form textarea:-moz-placeholder, .form select:-moz-placeholder {color:#aaa ;opacity: 1;}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder {color:#aaa ;opacity: 1;}

#header-search-input::-webkit-input-placeholder {color:#aaa ;opacity: 1;}
#header-search-input::-moz-placeholder          {color:#aaa ;opacity: 1;}
#header-search-input:-moz-placeholder           {color:#aaa ;opacity: 1;}
#header-search-input:-ms-input-placeholder      {color:#aaa ;opacity: 1;}
.header-search__icon {
    display: flex;
    padding: 7px;
    color: #aaa;
}
.sidebar__head .header-search__icon {
    padding: 8px;
}
.header-search__icon.header-search__icon-location {
    border-left: 1px solid #e7e7e7;
    gap: 2px;
    color: #555;
    padding-right: 12px;
    cursor: pointer;
}
.header-search__icon.header-search__icon-location svg {
    fill: #aaa;
}
.header-search__icon svg {
    width: 22px;
    height: 22px;
}
.header-search__suggest {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #dedede;
    box-shadow: 0px 5px 5px 1px rgb(141 141 141 / 17%);
    padding: 8px 0;
    z-index: 25;
}
.header-search__summary {
    padding: 4px 18px 10px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}
.header-search__item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding: 12px 14px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    justify-content: space-between;
}
.header-search__item:last-child {
    border-bottom: 0;
}
.header-search__item svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #a7b2d0;
}
.header-search__item-left {
    display: flex;
    align-items: center;
    gap: 8px;
    width: calc(100% - 34px);
}
.header-search__avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.header-search__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-search__item-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: calc(100% - 34px);
}
.header-search__item-title {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.header-search__empty {
    padding: 14px 18px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header__inner .logo {
    font-size: 20px;
    font-weight: 700;
    color: #555;
}

.header__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
}

.header-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    color: #2b5ae0;
    border: 1px solid #c6d5ff;
}

.header-action__icon {
    width: 20px;
    height: 20px;
}

.menu {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
}
.menu.auth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.menu__icon {
    width: 28px;
    height: 28px;
}

.pet-container {
    max-width: 920px;
    margin: 0 auto;
}

.pet-summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    position: relative;
}
.pet-summary__more {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
}

.pet-summary__profile {
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(100% - 211px);
}

.pet-avatar {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.pet-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pet-summary__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: calc(100% - 92px);
}

.pet-name {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
}

.pet-location {
    color: #555555;
    font-size: 16px;
}
.pet-location span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #888;
}

.pet-location__icon {
    width: 20px;
    height: 20px;
    fill: #aaa;
    vertical-align: text-bottom;
    display: inline-block;
}

#petMap {
    width: 100%;
    height: 175px;
    border-radius: 12px;
    overflow: hidden;
}

.pet-map-marker {
    cursor: pointer;
}

.pet-map-marker svg {
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    fill: #222;
    width: 24px;
    height: 24px;
}

.pet-status {
    display: flex;
    align-items: center;
    gap: 4px;
}
.pet-status-icon {
    width: 20px;
    height: 20px;
}
.new .pet-status-icon {
    fill: #2b5ae0;
    margin-left: 2px;
}
.fed .pet-status-icon {
    fill: #08ba0f;
    margin-left: 2px;
}
.pet-badges {
    display: flex;
    gap: 8px;
    overflow-x: scroll;
}
.pet-badges::-webkit-scrollbar {
    height: 0;
}
.pet-badge {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px 12px 3px 10px;
    border-radius: 20px;
    width: max-content;
    color: #aaa;
    font-size: 16px;
    white-space: nowrap;
}
.pet-badge svg {
    display: inline-flex;
    margin-right: 4px;
    fill: #bbb;
    height: 18px;
    width: 18px;
}
.pet-badge.fed svg {
    fill: #08ba0f;
}

.pet-summary__actions {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.pet-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 120px;
    padding: 7px 16px;
    font-size: 17px;
    font-weight: 500;
    background: #ffffff;
    cursor: pointer;
    border: none;
}

.pet-action-bookmark {
    border: 1px solid #dddddd;
}
.pet-action-bookmark.added svg {
    fill: #ff6b02;
}

.pet-action-adopt {
    background: #2b5ae0;
    color: #ffffff;
}

.pet-chip__icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.pet-action-bookmark .pet-chip__icon {
    fill: #aaa;
}

.pet-section {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    margin-top: 10px;
}

.pet-layout {
    display: grid;
    gap: 16px;
    grid-template-columns: 258px 1fr;
    margin-bottom: 16px;
}

.pet-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mew-card {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    gap: 10px;
    font-size: 16px;
    position: relative;
}
.pet-info-svg {
    height: 20px;
    width: 20px;
    fill: #ccc;
    position: absolute;
    top: 15px;
    right: 15px;
}

.pet-card-label {
    color: #aaaaaa;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 500;
}
.pet-description-card {
    position: relative;
}
.pet-description__text {
    font-size: 16px;
    white-space: pre-wrap;
    word-break: break-word;
}
.pet-description__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.pet-description__author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.pet-description__author-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.pet-description__author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pet-description__author-name {
    font-size: 16px;
}
.pet-description__author-name span {
    /*text-decoration: underline;*/
}
.pet-description__empty {
    display: flex;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #f3f3f3;
    padding-top: 8px;
}
.pet-add-description-wrapper {
    display: flex;
    justify-content: flex-end;
}
.pet-add-description-button {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    color: #aaa;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
}
.add-pet-description-popup .add-pet-description-form textarea {
    min-height: 140px;
    font-size: 18px;
}
.add-pet-description-notice {
    background: #f5f8ff;
    color: #6c7aa9;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.add-pet-description-success {
    text-align: center;
    padding: 12px 8px 24px;
}

.add-pet-description-success__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #edf3ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-pet-description-success__title {
    font-size: 20px;
    font-weight: 600;
    color: #2b5ae0;
    margin-bottom: 8px;
}

.add-pet-description-success__text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
    max-width: 360px;
    margin: 0 auto 20px;
}

.add-pet-description-success__actions {
    display: flex;
    justify-content: center;
}

.add-pet-description-success__action {
    border: none;
    background: #2b5ae0;
    color: #fff;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.add-pet-description-success__action:hover {
    background: #234dc1;
}

.pet-volunteers__title {
    text-align: center;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    color: #aaa;
}

.pet-volunteers__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}
.pet-volunteer-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pet-volunteer-avatar img {
    width: 47px;
    height: 47px;
    object-fit: cover;
    border-radius: 100%;
}
.pet-volunteer-name {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    color: #555;
}

.pet-message {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pet-message .form-error {
    margin-top: 4px;
}

.pet-message__input-block {
    position: relative;
}
.pet-message__input {
    width: 100%;
    min-height: 88px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 12px;
    font-family: inherit;
    font-size: 17px;
    resize: vertical;
    background: #fbfbfb;
    color: #555555;
    padding-bottom: 29px;
}

.pet-message__input::placeholder {
    color: #aaaaaa;
}

.pet-message__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.pet-message-type-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pet-message-type {
    background: none;
    border: none;
    font: inherit;
    color: #aaa;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 14px 3px 9px;
    border-radius: 8px;
}

.pet-message-type .pet-message-type-fed-icon {
    height: 20px;
    width: 20px;
}
.pet-message-type .pet-message-type-rate-icon {
    height: 24px;
    width: 24px;
    fill: #aaa;
}
.pet-message-type .pet-message-type-message-icon {
    width: 18px;
    height: 18px;
}
.pet-message-type.active {
    background: #f5f5f5;
    color: #555;
}
.pet-message-type.active .pet-message-type-rate-icon {
    fill: #2b5ae0;
}
.pet-message-type.active .pet-message-type-message-icon {
    fill: #ff7d00;
}
.pet-message-type.active .pet-message-type-fed-icon {
    fill: #08ba0f;
}

.pet-map-notification-block {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.pet-map-notification__input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}
.pet-map-notification__control {
    position: relative;
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 80%;
    background: #e7e7e7;
}
.pet-map-notification__input:checked + .pet-map-notification__label + .pet-map-notification__control {
    background: #ff7d00;
}

.pet-message__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pet-upload {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #aaa;
    position: absolute;
    bottom: 22px;
    left: 12px;
    background: #f1f1f1;
    padding: 4px 10px;
    border-radius: 8px;
}

.pet-upload__label {
    white-space: nowrap;
    max-width: 115px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.pet-upload__input {
    display: none;
}

.pet-upload__icon {
    width: 21px;
    height: 21px;
}

.pet-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 8px;
    border: none;
    background: #2b5ae0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}
.pet-action-button[disabled] {
    opacity: 0.6;
    cursor: wait;
}

.pet-notice-wrapper {
    display: flex;
    justify-content: space-between;
    background: #f8f6e3;
    padding: 10px 18px;
    align-items: center;
    border-radius: 12px;
    font-size: 16px;
}
.pet-notice-icon {
    width: 22px;
    height: 22px;
}

.pet-tabs {
    justify-content: center;
    width: 100%;
    margin-top: 16px;
}

.pet-tabs .tab {
    font-size: 17px;
    color: #555555;
    border: none;
    background: none;
}

.pet-tabs .tab.tab-active {
    background-color: #eeeeee;
}

.pet-tab-panels {
    margin-top: 16px;
}

.pet-tab-panel {
    display: none;
}

.pet-tab-panel.active {
    display: block;
}

.pet-media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
}

.pet-media-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #f4f4f4;
}

.pet-media-item.pet-media-item-open {
    cursor: pointer;
}

.pet-media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /*transition: transform 0.2s ease-in-out;*/
}

/*.pet-media-item:hover img {*/
/*    transform: scale(1.03);*/
/*}*/

.pet-photo-popup {
    background: transparent;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    border-radius: 0;
}

.pet-photo-popup__image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pet-photo-popup__image {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 12px;
}

.pet-photo-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1111118f;
    border-radius: 100%;
    fill: #fff;
    width: 38px;
    height: 38px;
    padding: 6px;
    cursor: pointer;
    z-index: 10;
}

.pet-content-empty-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.pet-content-empty-icon {
    width: 44px;
    height: 44px;
    color: #ddd;
    margin-bottom: 10px;
}
.pet-content-empty-text {
    text-align: center;
    color: #ccc;
    font-size: 18px;
    font-weight: 500;
}

.pet-review-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pet-review-rate-wrapper {
    display: flex;
    align-items: center;
}
.pet-review-info-svg {
    height: 20px;
    width: 20px;
    fill: #ccc;
}
.pet-review-rate-average {
    display: flex;
    align-items: center;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
}
.pet-review-rate-average svg {
    width: 22px;
    height: 22px;
    display: inline-flex;
    margin-right: 3px;
    fill: #d0d0d0;
    position: relative;
    top: -1px;
}
.pet-review-rate-average.rate1 svg, .pet-wall-item__header-rate-icon.rate1 {
    fill: #FF1514!important;
}
.pet-review-rate-average.rate2 svg, .pet-wall-item__header-rate-icon.rate2 {
    fill: #FF9914!important;
}
.pet-review-rate-average.rate3 svg, .pet-wall-item__header-rate-icon.rate3 {
    fill: #F3D50A!important;
}
.pet-review-rate-average.rate4 svg, .pet-wall-item__header-rate-icon.rate4 {
    fill: #10CF02!important;
}
.pet-review-rate-average.rate5 svg, .pet-wall-item__header-rate-icon.rate5 {
    fill: #2b5ae0!important;
}

.pet-review-rate-average-text {
    color: #ccc;
    font-size: 16px;
    font-weight: 500;
}
.pet-review-rate-average-text b {
    color: #555;
    font-size: 20px;
    display: inline-flex;
    margin-right: 4px;
    font-weight: 600;
}
.pet-review-rate-total-count-text {
    padding: 0 20px 0 15px;
    font-size: 16px;
}

.pet-activity-label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 17px;
}
.pet-wall {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pet-wall-item {
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 8px 10px 8px 12px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pet-wall-item__header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
.pet-wall-item__header-left {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.pet-wall-item__header-avatar {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 100%;
    min-width: 28px;
}
.pet-wall-item__header-avatar img {
    width: 100%;
}
.pet-wall-item__header-fed-icon {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    fill: #08ba0f;
}
.pet-wall-item__header-message-icon {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    fill: #ff7d00;
}
.pet-wall-item__header-rate-icon {
    width: 24px;
    height: 24px;
}
.pet-wall-item__header-time {
    color: #aaa;
    font-weight: normal;
    font-size: 15px;
}
.pet-wall-item__header-username {
    padding: 0 4px;
    text-decoration: underline;
    color: #555;
}
.pet-wall-item__header-username-notice {
    text-decoration: none;
}
.pet-wall-item__header-right {
    display: flex;
}
.pet-wall-item__header-right-icon {
    display: flex;
    background: #f8f8f8;
    border-radius: 28%;
    padding: 4px;
    cursor: pointer;
}
.pet-wall-item__header-right-icon svg {
    width: 24px;
    height: 24px;
    fill: #555;
}
.pet-wall-item__header-right-icon-expand-less {
    display: none;
}
.pet-wall-item__header-right-icon-expand-more {
    display: flex;
}
.expanded .pet-wall-item__header-right-icon-expand-more {
    display: none;
}
.expanded .pet-wall-item__header-right-icon-expand-less {
    display: flex;
}
.pet-wall-item__body {
    display: none;
}
.pet-wall-item__footer {
    display: none;
}
.expanded .pet-wall-item__body {
    display: flex;
    flex-direction: column;
}
.expanded .pet-wall-item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pet-wall-item__footer-report {
    display: flex;
}
.pet-wall-item__footer-report svg {
    fill: #555;
    width: 21px;
    height: 21px;
}
.pet-wall-item__footer-actions {
    display: flex;
    gap: 10px;
}
.pet-wall-item__footer-action-box {
    display: flex;
    align-items: center;
    border-radius: 40px;
    padding: 2px 12px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.pet-wall-item__footer-share svg {
    width: 18px;
    height: 18px;
}
.pet-wall-item__footer-comment svg {
    width: 20px;
    height: 20px;
}
.pet-wall-item__footer-count {
    margin-left: 6px;
}
.pet-wall-item__footer-like svg {
    width: 20px;
    height: 20px;
}

.pet-wall-item__footer-like.active svg {
    fill: #f44336;
}
.pet-wall-item__message {
    margin-left: 9px;
    padding-left: 12px;
    border-left: 2px solid #e7e7e7;
    padding-right: 20px;
    font-size: 17px;
    word-break: break-word;
}
.pet-wall-item__media {
    margin-top: 15px;
    border-radius: 12px;
    overflow: hidden;
}
.pet-wall-item__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.comments-block {
    display: none;
}

.expanded .comments-block.opened {
    display: flex;
    flex-direction: column;
}

.comments-block__list {
    display: flex;
    flex-direction: column;
}

.comments-block__empty {
    font-size: 14px;
    color: #5f6368;
}

.comments-block__form {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    margin-top: 10px;
}

.comment-form__error {
    flex-basis: 100%;
    font-size: 12px;
    color: #d93025;
    margin-top: 4px;
}

.comments-block__form input[type="text"] {
    width: 100%;
    font-size: 17px;
    border-radius: 0px;
    border: none;
    outline: none;
    height: 35px;
    padding: 7px;
}

.comments-block__form button {
    color: #fff;
    background-color: #2b5ae0;
    padding: 4px 20px;
    border-radius: 40px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.comments-block__auth {
    margin-top: 16px;
}

.comments-block__auth-button {
    border: none;
    background: transparent;
    color: #1a73e8;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
}

.pet-comment {
    display: flex;
    gap: 10px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}
.pet-comment:first-child {
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
}
.pet-comment:last-child {
    border-bottom: none;
}

.pet-comment__avatar {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 100%;
    min-width: 28px;
}

.pet-comment__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pet-comment__body {
    flex: 1;
    position: relative;
}
.pet-comment__more {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
}

.pet-comment__header {
    display: flex;
}

.pet-comment__author {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

.pet-comment__time {
    font-size: 12px;
    color: #5f6368;
}

.pet-comment__message {
    border-radius: 10px;
    padding: 8px 10px;
    background: #f6f6f6;
    font-size: 16px;
    margin-top: 4px;
    width: fit-content;
}

.pet-comment__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.pet-comment__like {
    display: flex;
    align-items: center;
    border-radius: 40px;
    padding: 2px 0;
    border: none;
    cursor: pointer;
    background: none;
}

.pet-comment__like svg {
    display: flex;
    width: 20px;
    height: 20px;
}

.pet-comment__like.active svg  {
    fill: #f44336;
}

.pet-comment__likes-count {
    margin-left: 6px;
    font-size: 16px;
}

.pet-comment__reply-button {
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #aaa;
    background: none;
    border: none;
}

.pet-comment__reply-form {
    position: relative;
    margin-top: 10px;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 8px;
    align-items: center;
    width: 100%;
    display: flex;
}

.pet-comment__reply-form[hidden] {
    display: none;
}

.pet-comment__reply-form input[type="text"] {
    width: 100%;
    font-size: 17px;
    border-radius: 0px;
    border: none;
    outline: none;
    height: 35px;
    padding: 7px;
}

.pet-comment__reply-form button {
    color: #fff;
    background-color: #2b5ae0;
    padding: 4px 20px;
    border-radius: 40px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.pet-comment__replies {
    display: flex;
    flex-direction: column;
}

.pet-comment--reply {
    margin-left: 35px;
}
.comments-replies-more {
    display: flex;
    align-items: center;
    color: #aaa;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}
.comments-replies-more svg {
    fill: #aaa;
    width: 22px;
    height: 22px;
}
.comments-more {
    display: flex;
    margin: 0 auto;
    width: 108px;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: #f6f6f6;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}

.welcome-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 16px;
}

.welcome-hero__content {
    max-width: 640px;
    width: 100%;
}

.welcome-title {
    font-size: clamp(3rem, 4vw + 1rem, 3.75rem);
    font-weight: 800;
    color: #1e3a8a;
    margin: 0;
}

.welcome-title__accent {
    font-style: italic;
    margin-left: 4px;
}

.welcome-subtitle {
    margin-top: 24px;
    font-size: clamp(1rem, 0.5vw + 0.9rem, 1.25rem);
    opacity: 0.8;
}

.welcome-break {
    display: none;
}

.welcome-actions {
    margin-top: 32px;
}

.welcome-button {
    padding: 12px 30px;
    border-radius: 999px;
    border: 2px solid #1e3a8a;
    background: transparent;
    color: #1e3a8a;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.welcome-button:hover {
    background: #1e3a8a;
    color: #ffffff;
}

.desktop-hide {
    display: none!important;
}
@media screen and (max-width: 768px) {
    .map-legend {
        bottom: 0;
        border-radius: 0;
        gap: 20px;
        width: 100%;
        justify-content: center;
        background: rgb(0 0 0 / 54%);
    }
    .map-legend__item {
        gap: 6px;
    }
    .desktop-hide {
        display: flex!important;
    }
    .mob-hide {
        display: none!important;
    }
    .page-shell {
        overflow: hidden;
    }
    .map-section {
        position: relative;
        left: 0;
        min-height: 400px;
        margin-top: 107px;
        border-top: 1px solid #e7e7e7;
    }
    .map-section .mew-attrib-panel {
        top: 42px;
        bottom: unset;
    }
    .map-brand-desktop, .map-add-desktop {
        display: none;
    }
    .sidebar {
        position: relative;
        width: 100%;
        min-height: max-content;
        max-height: unset;
        height: max-content;
        border-right: 0;
        border-radius: 0;
    }
    .sidebar__head {
        position: fixed;
        top: 0;
        padding-bottom: 54px;
        background: #fff;
        z-index: 10;
        box-shadow: 0px 2px 4px 0px #98989838;
    }
    .sidebar__head .content {
        padding: 0;
    }

    .sidebar__head .header {
        display: flex;
        padding: 0;
        border-bottom: none;
        margin-bottom: 12px;
    }
    .sidebar__head .header__left {
        display: flex;
    }
    .sidebar__head .header__actions {
        display: flex;
    }
    .legend-dot {
        width: 9px;
        height: 9px;
    }

    .header {
        padding: 12px 12px 60px;
        position: relative;
    }
    .header__search {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
        padding: 0 12px;
    }
    .sidebar__head .header__search {
        bottom: -50px;
    }
    #header-search__wrapper {
        max-width: 100%;
    }
    .content.header__inner {
        padding: 0;
    }
    .pet-summary {
        gap: 0;
        flex-direction: column;
        padding-bottom: 0;
    }
    .pet-summary__profile {
        width: 100%;
    }
    .pet-summary__actions {
        justify-content: flex-end;
        padding-top: 10px;
        padding-right: 20px;
        margin: 15px -10px -35px;
        border-top: 1px solid #eeeeee;
    }
    .pet-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .pet-mobile-tabs {
        gap: 22px;
        width: max-content;
        margin-left: 10px;
    }
    .pet-mobile-tab {
        position: relative;
        color: #888;
        padding: 5px 0;
    }
    .pet-mobile-tab.active {
        color: #555;
    }
    .pet-mobile-tab.active:before {
        content: '';
        background: #2b5ae0;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        bottom: -10px;
        border-radius: 999px;
    }
    [data-tab-mobile="info"] {
        display: none;
    }
    [data-tab-mobile="volunteers"] {
        display: none;
    }
    [data-tab-mobile="pets"] {
        display: none;
    }
    .pet-notice-wrapper {
        align-items: flex-start;
    }
    .pet-message__footer {
        position: relative;
        justify-content: flex-end;
    }
    .pet-message-type-wrapper {
        gap: 0;
        position: absolute;
        width: 100%;
        justify-content: space-around;
        bottom: 54px;
        border-top: 1px solid #e7e7e7;
        padding-top: 10px;
    }
    .pet-message__actions {
    }
    .rating-widget {
        position: absolute;
        left: 0;
    }
    .pet-map-notification-block {
        position: absolute;
        left: 5px;
    }
    .header-action {
        white-space: nowrap;
        border: none;
        border-right: 1px solid #e7e7e7;
        border-radius: 0;
        padding: 2px 14px 2px 2px;
        gap: 4px;
    }
    .header__left-button.list-icon {
        border-right: unset;
        padding: 0;
        border-left: 1px solid #e7e7e7;
        padding-left: 10px;
        height: 24px;
        border-right: 1px solid #e7e7e7;
        padding-right: 10px;
    }
    .pet-name {
        padding-right: 25px;
    }
    #add-pet-popup {
        align-items: flex-start;
        overflow-y: auto;
        padding: 40px 15px;
        height: 100vh;
        height: 100dvh;
    }
    #add-pet-popup .popup {
        max-height: none;
        margin: auto 0;
    }
    .pet-message-type {
        padding-left: 0;
        padding-right: 8px;
        gap: 2px;
    }
    .pet-message-type.active {
        background: none;
        position: relative;
    }
    .pet-message-type.active:before {
        content: '';
        background: #2b5ae0;
        position: absolute;
        left: -5px;
        width: calc(100% + 10px);
        height: 3px;
        bottom: -10px;
        border-radius: 999px;
    }
    .pet-action-button {
        font-size: 16px;
        height: 31px;
    }
    .header__actions {
        min-width: unset;
    }
    .pet-action-adopt svg {
        display: none;
    }
    .pet-action-bookmark span {
        display: none;
    }
    .pet-action-bookmark {
        padding: 6px;
    }
    .pet-message__input {
        padding-bottom: 49px;
    }
    .pet-upload {
        bottom: -37px;
        right: 75px;
        left: unset;
        height: 31px;
        z-index: 99;
        color: #555;
    }
    .rating-widget .rating-value {
        order: 2;
    }
}
@media screen and (max-width: 500px) {
    .popup-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
