/* 
Theme Name: Remotepeople
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Remotepeople
Author: Amitab
Author URI: https://remotepeople.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: remotepeople-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.ai-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent overlay */
    z-index: 10000;
    justify-content: center;
    align-items: center;
    overflow: auto;
    pointer-events: auto;
}

.ai-modal .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 1000px;
    /* Fixed width */
    max-width: 90%;
    /* Responsive for smaller screens */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 20px auto;
    height: 90%;
    z-index: 10000;
}

.ai-modal .modal-header,
.ai-modal .modal-footer {
    padding: 10px 0;
}

.ai-modal .modal-footer {
    display: none;
}

.ai-modal .modal-body {
    padding: 10px 0px;
}

.ai-modal .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}


/* Rank Math Breadcrumb Styling - matching existing design */
.rank-math-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 12px 15px 8px 15px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: inherit;
}
.rank-math-breadcrumb p {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    line-height: inherit;
}
.rank-math-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
}
.rank-math-breadcrumb a:hover {
    color: #2d5016;
}
.rank-math-breadcrumb .separator {
    color: #9ca3af;
    margin: 0 4px;
}
.rank-math-breadcrumb .last {
    color: #9ca3af;
}
