.place-card {
    border-radius: 16px;
    border: 1px solid #DADEE2;
    position: relative;
}

.place-card:not(:first-child) {
    margin-top: 16px;
}

.place-card__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.place-card__content {
    padding: 16px 24px;
}

.place-card__header {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    word-break: break-all;
}

.place-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #001A34;
    margin-bottom: 4px;
    word-break: break-word;
}

.place-card__address-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #667685;
    display: flex;
    gap: 8px;
}

.place-card__distance-to-center {
    z-index: 1;
}

.place-card__rating {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}

.place-card__rating-info {
    white-space: nowrap;
}

.place-card__rating-link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.place-card__rating-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    color: #001A34;
}

.place-card__review-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #667685;
}

.place-card__rating-value {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #FFB300;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.place-card__description {
    margin: 16px 0;
}

.place-card__description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #001A34;
}

.place-card__description ul {
    list-style: disc;
    padding-left: 16px;
}

.place-card__description p + p,
.place-card__description p + ul,
.place-card__description ul + p {
    margin-top: 16px;
}

.place-card__phone {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #001A34;
}

.place-card__phone span {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.place-card__near-link-wrapper {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

a.place-card__near-link-wrapper .custom-button:hover,
a.place-card__near-link-wrapper .custom-button:focus{
    color: #FFFFFF;
}
