/*
    Theme Name: Inbio Child
    Theme URI: http://rainbowit.net/themes/inbio/
    Template: inbio
    Description:  Smart, Powerful, and Unlimited Customizable WordPress Theme for any type of Personal Website.
    Author: Rainbow-Themes
    Author URI: https://themeforest.net/user/rainbow-themes/portfolio
    Version: 1.1.0
    License: Envato Marketplaces Split License
    License URI: https://themeforest.net/licenses/standard
    Text Domain: inbio-child
    Tags: responsive, rtl-language-support, blog, portfolio, resume, vcard, custom-colors, live-editor
*/

/* Tắt thanh thông báo "Inbio is available for hire" */

#inbio-notification-bar {
    display: none !important;
}

.breadcrumb-style-one {
    display: none !important;
}

.floating-icons {
        position: fixed;
        bottom: 190px;
        right: 28px;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

.floating-icons a {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        transition: transform 0.3s ease;
    }

.floating-icons a:hover {
        transform: scale(1.1);
    }

.floating-icons img {
        width: 32px;
        height: 32px;
    }
.rn-section-gap {
    padding: 0px 0 !important;
}


/* Bao 2 cột */
.toc-related-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

/* Cột TOC bên trái */
.toc-related-wrapper .toc-column {
    flex: 2;
    min-width: 200px;
}

/* Cột Related Posts bên phải */
.toc-related-wrapper .related-column {
    flex: 1;
    min-width: 250px;
}

/* Style Related Posts */
.related-posts-sidebar {
    border: 1px solid #ddd;
    padding: 15px;
    background: #f9f9f9;
}

.related-posts-sidebar h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.related-post-item-sidebar {
    margin-bottom: 10px;
}

.related-post-item-sidebar a span {
    display: block;
    color: #333;
}


/* Thiết lập chung cho form (Form ID 9641) */
#wpforms-form-9641 {
    /* Đảm bảo form căn giữa và không bị quá rộng */
    max-width: 650px; 
    margin: 60 0 0 0 auto; 
    
    /* Thiết lập Khung Border và Màu Nền */
    background-color: #f7f9fc; /* Màu nền (Background) xanh nhạt/xám nhạt */
    border: 1px solid #a0c4ff; /* Khung Border màu xanh nước biển nhạt */
    border-radius: 6px; 
    box-shadow: 0 2px 8px rgba(160, 196, 255, 0.4); 
    padding: 15px; /* Padding bên trong khung */
}

/* Giảm khoảng cách dưới Tiêu đề (Label) */
#wpforms-form-9641 .wpforms-field-label {
    margin-bottom: 3px; /* Tiêu đề gần input hơn */
    font-weight: 600; 
    color: #333;
}

/* Thiết kế Input và Textarea */
#wpforms-form-9641 input[type=text],
#wpforms-form-9641 input[type=email],
#wpforms-form-9641 textarea {
    width: 100%; /* Đảm bảo input full width bên trong container 450px */
    padding: 8px 10px; 
    border: 1px solid #c7d0d9; 
    border-radius: 4px;
}

/* Chiều cao cho trường Tin nhắn */
#wpforms-form-9641 textarea {
    min-height: 100px; 
}

.wpforms-container .wpforms-field{
	padding: 8px !important;
}
/* Chỉnh sửa Nút Gửi */
#wpforms-form-9641 .wpforms-submit-container {
    padding-top: 5px; /* Giảm padding trên nút Gửi */
}

#wpforms-form-9641 .wpforms-submit {
    background-color: #007bff !important; 
    color: #ffffff !important;
    padding: 8px 20px; 
    font-size: 15px;
    border-radius: 4px;
    width: auto !important; 
}

#wpforms-form-9641 .wpforms-submit:hover {
    background-color: #0056b3 !important;
}

/* Responsive mobile */
@media (max-width: 768px) {
    .toc-related-wrapper {
        flex-direction: column;
    }
    .toc-column, .related-column {
        flex: 1 1 100%;
    }
}


---------------



