.pmr-settings, .pmr-upload {
    max-width: 900px;
    margin: 20px auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.pmr-settings h1, .pmr-upload h1 {
    color: #1d2327;
    font-size: 24px;
    margin-bottom: 20px;
}

.pmr-tabs .nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 2px solid #2271b1;
    display: flex;
}

.pmr-tabs .nav-tabs li {
    margin: 0;
}

.pmr-tabs .nav-tabs a {
    display: block;
    padding: 10px 20px;
    color: #2271b1;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: background-color 0.2s;
}

.pmr-tabs .nav-tabs li.active a {
    color: #1d2327;
    border-bottom: 2px solid #2271b1;
    background: #f0f6fc;
}

.pmr-tabs .nav-tabs a:hover {
    background: #e5f0fa;
}

.pmr-tabs .tab-content .tab-pane {
    display: none;
}

.pmr-tabs .tab-content .tab-pane.active {
    display: block;
}

.pmr-section {
    margin-bottom: 30px;
}

.pmr-section h2 {
    color: #1d2327;
    font-size: 18px;
    margin: 0 0 15px;
}

.pmr-section p.saved-value {
    color: #555;
    margin-bottom: 10px;
    font-style: italic;
}

.pmr-section input[type="text"],
.pmr-section input[type="number"],
.pmr-section select {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.pmr-section input[type="text"]:focus,
.pmr-section input[type="number"]:focus,
.pmr-section select:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: none;
}

.pmr-section button {
    padding: 8px 16px;
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.pmr-section button:hover {
    background: #135e96;
}

.pmr-section button.copy-btn {
    background: #2ea043;
    margin-left: 10px;
}

.pmr-section button.copy-btn:hover {
    background: #1a7732;
}

.pmr-section .input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wp-list-table {
    margin-top: 20px;
    border: 1px solid #c3c4c7;
}

.wp-list-table th,
.wp-list-table td {
    padding: 12px;
}

.wp-list-table th {
    background: #f6f7f7;
    color: #1d2327;
}

.pmr-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-size: 14px;
    max-width: 300px;
}

.et_pb_text_inner{
    overflow-x: auto;
}

.pmr-notification.success {
    background: #2ea043;
    color: #fff;
}

.pmr-notification.error {
    background: #d63638;
    color: #fff;
}

.pmr-report-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.et_pb_text_inner>.pmr-report-table{
    margin: 0 0 15px !important;
    text-align: left !important;
    width: 100% !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    border: 0px solid #fff !important;
}

.et_pb_text_inner>.pmr-report-table tr>th {
    color: #555 !important;
    font-weight: 700 !important;
}

.et_pb_text_inner>.pmr-report-table td,.et_pb_text_inner>.pmr-report-table th{
    border: 0px solid #eee !important;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #4f5e78 !important;
    text-align: right;
    display: table-cell;
    white-space: nowrap;
    min-width: 120px;
    padding: 2% !important;
}

.pmr-report-table button:disabled {
    background-color: #e73d3d !important;
    cursor: not-allowed;
}

.pmr-report-table a,.pmr-report-table button{
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500 !important;
    font-family: IRANYekanX, Arial, sans-serif;
    padding-right: 1em !important;
    padding-left: 1em !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    box-shadow: 0px 14px 55px 0px rgba(1, 30, 63, 0.14);
    background-color: #0d75ff;
}

