.geo-ar-experiences-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin: 20px 0;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    max-width: 600px;
}

.geo-ar-status {
    font-size: 14px;
    margin-bottom: 4px;
    color: #333;
}

.geo-ar-current-location {
    font-size: 12px;
    margin-bottom: 10px;
    color: #555;
}

.geo-ar-experience-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.geo-ar-item {
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding: 10px 12px;
    background: #fafafa;
}

.geo-ar-item-header {
    font-size: 14px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.geo-ar-distance {
    font-size: 12px;
    color: #666;
}

.geo-ar-item-content {
    font-size: 14px;
}

.geo-ar-model-wrapper {
    margin-top: 6px;
    margin-bottom: 6px;
}


