.site-content{
.h1_title {
    font-size: 28px;
    font-weight: 700;
    color: #0b1e33;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 12px;
    display: inline-block;
        margin-top: 20px;
}
.profile-edit-area .h1_title {
        margin-top: 0;
        padding: 0;
        margin: 0;
        height: 0;
}
h2, h3 {
    color: #0b1e33;
    margin-top: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}
p {
    margin-bottom: 12px;
}
ul, ol {
    padding-left: 28px;
    margin-bottom: 20px;
}
ul li, ol li {
    margin-bottom: 8px;
}
strong {
    color: #0b1e33;
    font-weight: 600;
}
a {
    color: #2563eb;
    text-decoration: none;
    word-break: break-all;
}
a:hover {
    text-decoration: underline;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 28px;
    font-size: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
table td {
    padding: 14px 18px;
    border: 1px solid #e2e8f0;
    vertical-align: top;
}
table tr:nth-child(even) td {
    background: #fafbfc;
}
table tr:first-child td {
    background: #f1f5f9;
    font-weight: 600;
}
table td:first-child {
    font-weight: 500;
    width: 30%;
    background: #f8fafc;
}
table tr:first-child td:first-child {
    background: #e9eef3;
}
.note {
    background: #f1f5f9;
    padding: 16px 22px;
    border-radius: 12px;
    border-left: 5px solid #6c5ce7;
    margin: 24px 0;
    font-size: 15px;
}
.note strong {
    color: #1e293b;
}
hr {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 32px 0 16px;
}
}
.form-group input {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .h1_title {
font-size: 22px;
    }
    table td {
padding: 10px 12px;
font-size: 14px;
    }
    table td:first-child {
width: 38%;
    }
    ul, ol {
padding-left: 20px;
    }
    .sidebar-nav-link {
    gap: 4px;
    padding: 12px 14px;
    width: 49%;
    background: #fcfcff;
}
.site-content {
    .h1_title {
        font-size: 22px;
    }
    h2, h3 {
        margin-top: 9px;
    }
}
    .profile-form-wrapper {
        padding: 0;
        border: 0;
    }
    .form-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    }
    .form-row-2col {
    gap: 0;
}
    .feeds-content, .templates-content {
        padding: 20px 0px 0 !important;
    }
    .tariff-banner-left {
        flex-direction: row !important;
    }
    .tariff-banner, .stat-card, .dashboard-card {
        padding: 16px 12px !important;
    }
    .tariff-banner-right {
        flex-direction: row!important;
        gap: 6px!important;
    }
    .stats-grid, .dashboard-actions-grid {
    gap: 12px!important;
    margin-bottom: 24px!important;
}
}
@media (max-width: 480px) {
    table, table tbody, table tr, table td {
display: block;
width: 100%;
    }
    table tr {
margin-bottom: 6px;
    }
    table td {
border: 1px solid #e2e8f0;
padding: 10px 14px;
    }
    table td:first-child {
background: #f1f5f9 !important;
font-weight: 600;
width: 100%;
    }
    .h1_title {
font-size: 20px;
    }
}
