﻿.room_rate {
  font-family: 'Arial', sans-serif;
  padding: 30px;
  background-color: #05052b;
  color: white;
}

.room_rate h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #DFA95A;
}

.room_rate table { 
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #05052b;
  table-layout: fixed;
}

.room_rate th, .room_rate td {
  padding: 12px;
  border: 1px solid #DFA95A;
  text-align: center;
  color: #DFA95A;
}

.room_rate th {
  background-color: #05052b;
  color: #DFA95A;
  font-weight: bold;
  padding: 12px;
  font-size: 15px;
  line-height: 1;
  word-break: break-word;
  white-space: normal;
}
.room_rate td {
  font-size: 15px;
  line-height: 1;
  word-break: break-word;
  white-space: normal;
}

.room_rate .hotel-name {
  background-color: #05052b;
  color: #DFA95A;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}

.room_rate .note {
  font-size: 13px;
  color: #DFA95A;
  margin-top: 10px;
}
