/* Meta Box Styles */
.lmmvp-meta-box {
    font-size: 13px;
    line-height: 1.5;
}

.lmmvp-meta-box strong {
    font-weight: 600;
}

.lmmvp-modification-log {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.lmmvp-modification-log h4 {
    margin: 0 0 8px 0;
    font-size: 13px;
    font-weight: 600;
}

.lmmvp-modification-log ul {
    margin: 0;
    padding-left: 15px;
}

.lmmvp-modification-log li {
    margin-bottom: 3px;
}

/* Settings Page Styles */
.freshtag-settings .nav-tab-wrapper {
    margin-bottom: 20px;
}

.freshtag-settings .form-table th {
    width: 250px;
}

.lmmvp-pro-features {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.lmmvp-pro-features h2 {
    margin-top: 0;
    color: #23282d;
}

.lmmvp-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.lmmvp-feature {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    border-left: 4px solid #3858e9;
}

.lmmvp-feature h3 {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lmmvp-feature h3 .dashicons {
    color: #3858e9;
}

.lmmvp-cta {
    text-align: center;
    margin-top: 30px;
}


/* Quick Edit Styles */
.inline-edit-col-right .inline-edit-col {
    width: 45%;
}

.inline-edit-col-right .inline-edit-col .title {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

/* Hide the Last Modified column completely */
.wp-list-table .column-last_modified,
.manage-column.column-last_modified,
.fixed .column-last_modified {
    display: none;
    width: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

/* Prevent any potential overflow */
.wp-list-table th,
.wp-list-table td {
    overflow: hidden;
}


.lmmvp-shortcode-info {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.lmmvp-shortcode-info code {
    background: #333;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    font-family: monospace;
    display: inline-block;
    margin: 5px 0;
}
