/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
/* TrendingKeys Keyword Vault Table Styles */
.yoast-keyword-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
}

.yoast-keyword-table th, 
.yoast-keyword-table td {
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
}

.yoast-keyword-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.yoast-keyword-table tr:nth-child(even) {
    background-color: #fafafa;
}

/* Keyword highlight and hover */
.highlight-keyword {
    color: #2c3e50;
    background-color: #f9f9c8;
    padding: 2px 4px;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.highlight-keyword:hover {
    background-color: #ffe08a;
    cursor: pointer;
}

/* Responsive for small screens */
@media screen and (max-width: 768px) {
    .yoast-keyword-table, 
    .yoast-keyword-table thead, 
    .yoast-keyword-table tbody, 
    .yoast-keyword-table th, 
    .yoast-keyword-table td, 
    .yoast-keyword-table tr {
        display: block;
        width: 100%;
    }

    .yoast-keyword-table tr {
        margin-bottom: 15px;
    }

    .yoast-keyword-table th {
        display: none;
    }

    .yoast-keyword-table td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

    .yoast-keyword-table td:before {
        position: absolute;
        left: 15px;
        top: 10px;
        width: 45%;
        white-space: nowrap;
        font-weight: bold;
    }

    .yoast-keyword-table td:nth-of-type(1):before { content: "Subcategory"; }
    .yoast-keyword-table td:nth-of-type(2):before { content: "Keywords"; }
}
