/*
Theme Name: Koru Aura Tema
Theme URI: https://koruauramengen.com
Author: Koru Aura
Author URI: https://koruauramengen.com
Description: Koru Aura Mengen WordPress teması. Mevcut statik sitenin birebir dönüşümü. Ana stiller tema/genel/css/style.css dosyasından yüklenir.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koruaura-tema
Tags: hotel, bungalow, restaurant, one-column, custom-menu
*/
.room-icons {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.room-icons i {
    font-size: 22px;
    color: #c5a46d;   /* Temadaki altın/sarı renk */
    cursor: pointer;
    transition: all .3s ease;
}

.room-icons i:hover {
    color: #9e7a3a;
    transform: translateY(-2px);
}