
.place-list {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    gap: 10px;

    
}

#results {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-secondary {
    border: none;
}

#photo-preview {
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
}