/*
Theme Name: Bahon
Theme URI: https://mage-people.com/
Author: MagePeople
Author URI: https://mage-people.com/
Description: A lightweight WordPress theme for e-cab, Taxi, Bus and Car booking.
Version: 3.2.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bahon
Domain Path: /languages
Tags: lightweight, responsive, taxi, e-cab, Taxi, Bus, booking
*/

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Comment Section Styles */

#comments ol {
    list-style-type: none;
}

.comments-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-body {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.comment-author {
    display: flex;
    align-items: center;
}

.comment-author img {
    border-radius: 50%;
    margin-right: 15px;
}

.comment-author .fn {
    font-weight: 600;
}

.comment-meta {
    font-size: 0.875rem;
    color: #6c757d;
}

.comment-meta a {
    color: #007bff;
}

.comment-meta a:hover {
    text-decoration: underline;
}

.reply a {
    color: #007bff;
    font-weight: 500;
}

.reply a:hover {
    text-decoration: underline;
}

.comment-form {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.comment-form-comment {
    margin-bottom: 0;
}

.comment-form-comment textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    resize: none;
}

.submit-btn {
    width: auto;
    margin-top: 10px;
}

.logged-in-as {
    font-size: 0.875rem;
    color: #333;
}

.comment-reply-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

#comments .says {
    margin-left: 5px;
}