/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

.meta-data-info {
    display: flex;
    justify-content: space-between;
}

.single-meta {
    display: flex;
    width: 50%;
    align-items: center;
    gap: 5px;
}

.meta-icon svg {
    width: 30px;
    height: 30px;
}

.meta-info p {
    margin: 0px;
    padding: 0px;
}

.single-room-card {
    border: 1px solid;
}

