.attraction-details-info-list {
    padding: 16px 0;
    border-bottom: 1px solid #F2F3F3;
}

.info-list-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-icon {
    width: 20px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.info-content-split {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-text {
    font-size: 14px;
    color: #132D2F;
    line-height: 1.4;
}

.view-on-map-link {
    font-size: 14px;
    color: var(--color-secondary);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.view-on-map-link:hover{
    color: var(--color-secondary);
}