/*
Theme Name: Taiwa Real Estate
Theme URI: https://example.com/taiwa-theme
Author: Taiwa Development Team
Author URI: https://example.com
Description: A professional WordPress theme for Taiwa Real Estate Investment Company featuring Tailwind CSS styling and modern design.
Version: 1.20.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taiwa-theme
Tags: real-estate, business, tailwind, responsive, japanese
*/

/* Custom Styles */
.dense-table td, .dense-table th {
    padding: 0.5rem 0.75rem;
    border: 1px solid #dce0e5;
}

.dense-table th {
    background-color: #fcf9f7;
    font-weight: 600;
    text-align: left;
    width: 30%;
    color: #2d2420;
}

.history-table td {
    padding: 1rem;
    border-bottom: 1px solid #dce0e5;
}

.history-table tr:last-child td {
    border-bottom: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
