#cptmesia-table-setting,
#cptmesia-setting{
    margin-right: 30px;
    max-width: 1024px;
}

.posttype-list-dropdown {
    width: 300px;
}

/* Table container styling */
.meta-table-container {
    overflow-x: auto;
}

/* Table styles */
.meta-size-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-top: 0.25rem;
    margin-bottom: 1.25rem;
}

/* Table headers */
.meta-size-table th {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0.75rem;
    color: #0d0d0d;
}

.meta-size-table th:first-child {
    border-top-left-radius: 0.375rem;
}

.meta-size-table th:last-child {
    border-top-right-radius: 0.375rem;
}

/* Table cells */
.meta-size-table td {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0.75rem;
    text-align: center;
}

/* Alternating row colors */
.meta-size-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Hover effect on table rows */
.meta-size-table tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.meta-size-table td:first-child {
    border-bottom-left-radius: 0.375rem;
}

.meta-size-table td:last-child {
    border-bottom-right-radius: 0.375rem;
}

.notice-savedata {
    margin: 0 0 15px !important;
}

/* Responsive design adjustments for small screens */
@media screen and (max-width: 768px) {

    .meta-size-table th,
    .meta-size-table td {
        padding: 10px;
    }
}