#kt_app_toolbar h1 {
    color: #163063;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
}

#kt_app_toolbar {
    width: 70%;
    margin-bottom: .5rem;
}

#kt_app_content .card .show-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #646464;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 14.4px */
    margin-top: 2.5rem;
}

#kt_app_content .card {
    border-radius: 10px;
    border: 1px solid #E8EAEE;
    background: #FFF;
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.5s ease;
    transform: translateY(0);
}

#kt_app_content .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(22, 48, 99, 0.08);
    border-color: #d1d5db;
}

#kt_app_content .card .content-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#kt_app_content .card .content-list a span {
    color: #163063;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    transition: all 0.4s ease;
}

#kt_app_content .card .content-list a:hover span {
    color: #2365E9;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 16.8px */
}

#kt_app_content .card .content-list a svg {
    transition: all 0.4s ease;
}

#kt_app_content .card .content-list a:hover svg {
    transform: scale(1.1) rotate(2deg);
}


#kt_app_content .card .content-list a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    margin: -8px -12px;
    transition: all 0.4s ease;
}

#kt_app_content .card .content-list a:hover {
    background-color: rgba(35, 101, 233, 0.04);
    transform: translateX(4px);
}

#kt_app_content .card .card-body {
    margin-top: 3rem;
}

.site-logo img {
    width: 140px;
    margin-right: 25px;
}

.app-container {
    gap: 5rem;
}

/* Blacklist Section */
.black-list {
    margin: 3rem 0;
    padding: 0;
}

.section-title {
    color: #1D2630;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #BABABA;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 1.5rem;
}

.blacklist-grid {
    width: 100%;

}

.blacklist-header {
    display: grid;
    grid-template-columns: 2fr 1fr 3fr 2fr 1fr;
}

.header-cell {
    padding: 16px 20px;
    color: #646464;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.blacklist-body {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E8EAEE;
}

.blacklist-row {
    display: grid;
    grid-template-columns: 2fr 1fr 3fr 2fr 1fr;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.4s ease;
    transform: translateX(0);
}

.blacklist-row :last-child {
    color: #585C5E;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
}

.blacklist-row:hover {
    background-color: #fafbfc;
    transform: translateX(2px);
    box-shadow: 2px 0 8px rgba(22, 48, 99, 0.06);
}

.blacklist-row:last-child {
    border-bottom: none;
}

.data-cell {
    color: #1D2630;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 20px;
}

/* Show More Button Animation Styles */
.hidden-content {
    overflow: hidden;
    transition: all 0.4s ease;
}

.hidden-content a {
    margin-bottom: 8px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.show-more-btn {
    transition: all 0.5s ease;
    cursor: pointer;
    border-radius: 6px;
    padding: 4px 8px;
    margin: -4px -8px;
}

.show-more-btn:hover {
    transform: translateY(-1px);
    background-color: rgba(35, 101, 233, 0.04);
    color: #2365E9;
}


/* Role badges */
.role-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.025em;
}

.role-user {
    background-color: #e8f5e8;
    color: #2d5a2d;
    border: 1px solid #c3e6c3;
}

.role-seller {
    background-color: #f3e8ff;
    color: #6b46c1;
    border: 1px solid #d8b4fe;
}

.role-courier {
    background-color: #e0f2fe;
    color: #0277bd;
    border: 1px solid #81d4fa;
}

/* Action text */
.action-text {
    color: #1D2630;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
}

.action-text::before {
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #F74444;
}

/* Mobile Cards */
.mobile-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    transform: translateY(0);
}

.mobile-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.search-box {
    transition: all 0.5s ease;
}

.search-box:focus-within {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 48, 99, 0.1);
    border-color: #2365E9 !important;
}

.search-box input {
    transition: all 0.5s ease;
}

.search-box input:focus {
    outline: none;
    border-color: #2365E9;
}

.search-icon {
    transition: all 0.4s ease;
}

.search-box:focus-within .search-icon {
    transform: scale(1.05);
    color: #2365E9;
}

.nav-tabs .nav-link {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.nav-tabs .nav-link:hover {
    transform: translateY(-1px);
    background-color: rgba(35, 101, 233, 0.04);
}

.nav-tabs .nav-link.active {
    animation: slideIn 0.3s ease;
}

/* Content Section Animations */
.content-item {
    transition: all 0.5s ease;
    border-radius: 6px;
    padding: 8px 12px;
    margin: -8px -12px;
}

.content-item:hover {
    background-color: rgba(35, 101, 233, 0.04);
    transform: translateX(4px);
    color: #2365E9;
}
.pc-short-desc{
    color: #3d3d3d;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    line-height: 120%;
    margin-bottom: 1.75rem;
}

.content {
    animation: fadeInUp 0.4s ease;
}

.lang-drop {
    display: inline-flex;
    padding: 13px 19px 12px 20px !important;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #E8EAEE !important;
    background: #FFF;
}

.lang-drop:hover {
    background: #F1F1F4;
}

.app-navbar .app-navbar-item {
    display: flex;
    align-items: center !important;
}

.lang-drop.dropdown-toggle::after {
    display: none !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.archived-link {
    color: #2365E9;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    transition: all 0.3s ease;

}

.archived-link:hover {
    color: #174bb5;
    cursor: pointer;
}

.archived-list li {
    margin: .75rem 0;
}

.archived-list li::marker {
    color: #2365E9;
}

/* Subtle Page Load Animation */
.app-main {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.role-badge {
    transition: all 0.4s ease;
}

.role-badge:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#kt_app_sidebar {
    transition: all 0.3s ease;
}

.menu-link {
    transition: all 0.5s ease;
    border-radius: 6px;
    margin: 2px 0;
}

.menu-link:hover {
    background-color: rgba(35, 101, 233, 0.04);
    transform: translateX(2px);
    color: #2365E9;
}

.menu-link.active {
    animation: slideIn 0.3s ease;
}

.mobile-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.mobile-card-header h6 {
    margin: 0;
    font-weight: 600;
    color: #1f2937;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
}

.mobile-card-description {
    color: #6b7280;
    margin-bottom: 16px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.mobile-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.mobile-card-date {
    color: #9ca3af;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 768px) {
    .black-list .search-filter input {
        min-width: 120px;
        font-size: 14px;
    }

    .black-list .filter-dropdown select {
        min-width: 100px;
        font-size: 14px;
    }

    .black-list .card-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start !important;
    }

    .black-list .card-header .d-flex {
        width: 100%;
        justify-content: space-between;
    }
}

#kt_app_content h5 {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
    margin-bottom: 1.5rem;
}

#kt_app_content .card .card-header {
    background: #F4F4F5;
    margin: -1.5rem;
    border-radius: 0;
    min-height: 35px;
}

#kt_app_toolbar > * {
    width: 100%;
}

#kt_app_toolbar .search-box {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #E8EAEE;
    background: #FFF;
    max-width: 75%;
    padding: 13px 16px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#kt_app_toolbar .search-box input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    color: #333;
}

#kt_app_toolbar .search-box input::placeholder {
    color: #808080;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 16.8px */
}

#kt_app_toolbar .search-icon {
    margin-right: 10px;
}

.type-tabs .nav-item a {
    border-radius: 7px;
    border: 1px solid #E8EAEE;
    background: #FCFCFC;
    color: #646464;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 9px 13px;
}

.type-tabs {
    padding-bottom: 1.5rem;
    margin: 1.5rem 0;
    border-bottom: 1px solid #E8EAEE;
}

.type-tabs .nav-tabs {
    column-gap: 1rem;
    border: none;
}

.type-tabs .nav-item a.active {
    border-radius: 7px;
    border: 1px solid rgba(35, 101, 233, 0.50);
    background: rgba(35, 101, 233, 0.05);
    color: #2365E9;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 9px 13px;
}

.current-category-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.current-category-info .category-desc {
    color: #646464;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
}

.current-category-info .category-title {
    color: #163063;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0;
}

.content-summary .content-item > * {
    color: #2365E9;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.content-summary .content-item {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.content-summary {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 4rem;
}

.content-section .content .content-item * {
    color: #1D2630;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.content-section .content .content-item {
    display: flex;
    flex-direction: row;
}

.content-section .content .content-intro {
    display: flex;
}

.content-section .content .content-intro > * {
    color: #1D2630;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
}

.content-section .content .content-desc {
    color: #646464;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.content-section .content .content-desc > *:first-child {
    margin-top: 0;
}

.content-section .content .content-desc > *:last-child {
    margin-bottom: 0;
}

.content-section .content .content-desc p {
    margin: 0 0 1rem;
}

.content-section .content .content-desc a {
    color: #2365E9;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color 0.3s ease;
}

.content-section .content .content-desc a:hover {
    color: #174bb5;
}

.content-section .content .content-desc strong {
    color: #1D2630;
    font-weight: 600;
}

.content-section .content .content-desc h1,
.content-section .content .content-desc h2,
.content-section .content .content-desc h3,
.content-section .content .content-desc h4,
.content-section .content .content-desc h5,
.content-section .content .content-desc h6 {
    color: #163063;
    font-weight: 600;
    line-height: 130%;
    margin: 1.5rem 0 0.75rem;
}

.content-section .content .content-desc h1 {
    font-size: 22px;
}

.content-section .content .content-desc h2 {
    font-size: 20px;
}

.content-section .content .content-desc h3 {
    font-size: 18px;
}

.content-section .content .content-desc h4 {
    font-size: 16px;
}

.content-section .content .content-desc h5 {
    font-size: 15px;
}

.content-section .content .content-desc h6 {
    color: #1D2630;
    font-size: 14px;
}

.content-section .content .content-desc ul,
.content-section .content .content-desc ol {
    padding-left: 1.25rem;
    margin: 0 0 1rem;
    list-style-position: outside;
}

.content-section .content .content-desc ul {
    list-style-type: disc;
}

.content-section .content .content-desc ol {
    list-style-type: decimal;
}

.content-section .content .content-desc li {
    margin: 0.35rem 0;
}

.content-section .content .content-desc ul ul,
.content-section .content .content-desc ol ol,
.content-section .content .content-desc ul ol,
.content-section .content .content-desc ol ul {
    margin-top: 0.5rem;
}

.content-section .content .content-desc blockquote {
    border-left: 3px solid #2365E9;
    background: #F7F9FC;
    padding: 0.75rem 1rem;
    margin: 1rem 0;
    color: #1D2630;
}

.content-section .content .content-desc blockquote p {
    margin: 0;
}

.content-section .content .content-desc hr {
    border: none;
    border-top: 1px solid #E8EAEE;
    margin: 1.5rem 0;
}

.content-section .content .content-desc table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1rem 0 1.5rem;
    border: 1px solid #E8EAEE;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
}

.content-section .content .content-desc caption {
    caption-side: top;
    text-align: left;
    padding: 0 0 0.5rem;
    color: #1D2630;
    font-weight: 500;
}

.content-section .content .content-desc th,
.content-section .content .content-desc td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #E8EAEE;
    border-right: 1px solid #E8EAEE;
    vertical-align: top;
}

.content-section .content .content-desc th:last-child,
.content-section .content .content-desc td:last-child {
    border-right: none;
}

.content-section .content .content-desc tr:last-child td {
    border-bottom: none;
}

.content-section .content .content-desc thead th {
    background: #F4F4F5;
    color: #163063;
    font-weight: 600;
}

.content-section .content .content-desc tbody tr:nth-child(even) {
    background: #FBFBFD;
}

.content-section .content .content-desc dl {
    margin: 0 0 1rem;
}

.content-section .content .content-desc dt {
    color: #1D2630;
    font-weight: 600;
}

.content-section .content .content-desc dd {
    margin: 0 0 0.75rem;
}

.content-section .content .content-desc img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.content-section .content .content-desc figure {
    margin: 1rem 0;
}

.content-section .content .content-desc figcaption {
    margin-top: 0.5rem;
    color: #808080;
    font-size: 13px;
}

.content-section .content .content-desc code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 13px;
    background: #F4F4F5;
    border: 1px solid #E8EAEE;
    border-radius: 4px;
    padding: 0 4px;
}

.content-section .content .content-desc pre {
    background: #F4F4F5;
    border: 1px solid #E8EAEE;
    border-radius: 8px;
    padding: 12px 14px;
    overflow-x: auto;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.content-section .content .content-desc pre code {
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
}

@media (max-width: 768px) {
    .content-section .content .content-desc table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


.content-section .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.content-section {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1002;
    margin-top: 2px;
    display: none;
    border-radius: 10px;
    border: 1px solid #E8EAEE;
    background: #FFF;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 1.75rem 1.25rem;
}

.suggestion-item {
    cursor: pointer;
    border-bottom: 1px solid #E8EAEE;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item {
    display: flex;
    gap: 10px;
    padding: 1rem 0;
    flex-direction: column;
}

.suggestion-item > div:first-child {
    color: #B7B7B7;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.suggestion-item > div:last-child {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.suggestion-item > div:last-child:hover {
    color: #2365E9;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

#kt_app_header {
    z-index: 102;
}

@media screen and (max-width: 667px) {
    #kt_app_toolbar {
        width: 100%;
    }

    #kt_app_toolbar h1 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .mobile-card-header {
        align-items: center;
    }

    .app-container {
        gap: 0;
    }

    .site-logo img {
        width: 95px;
        margin-right: 0;
    }

    .lang-drop {
        display: inline-flex;
        padding: .5rem .75rem !important;
        justify-content: center;

        align-items: center;
        border-radius: 10px;
        border: none !important;
        background: #FFF;
    }

    .mobile-cate .menu-title {
        color: var(--bs-gray-900) !important;
    }

    .lang-drop span {
        color: #071437;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .lang-drop svg {
        width: 18px;
        height: 18px;
    }

    .type-tabs {
        padding-bottom: .75rem;
        margin: 1rem 0;
        border-bottom: none;
    }

    .type-tabs .nav-tabs {
        row-gap: .75rem;
    }

    .type-tabs .nav-item a {
        font-size: 14px;
    }

    .current-category-info .category-title {
        font-size: 18px;
    }

    .current-category-info .category-desc {
        font-size: 14px;
    }

    .current-category-info {
        gap: .75rem;
    }

    .content-summary {
        margin-top: 2rem;
    }

    .content-section .content .content-intro > * {
        font-size: 15px;
    }

    .content-section .content .content-desc {
        font-size: 14px;
    }

    .content-section .content .content-desc h1 {
        font-size: 20px;
    }

    .content-section .content .content-desc h2 {
        font-size: 18px;
    }

    .content-section .content .content-desc h3 {
        font-size: 16px;
    }

    .content-section .content .content-desc h4 {
        font-size: 15px;
    }

    .content-section .content .content-desc h5 {
        font-size: 14px;
    }

    .content-section .content .content-desc h6 {
        font-size: 13px;
    }

    .content-section .content .content-desc th,
    .content-section .content .content-desc td {
        padding: 10px 12px;
    }
}

/* App Compliance Section */
.app-compliance-section {
    margin: 3rem 0;
    padding: 0;
}

.compliance-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.compliance-card {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #E8EAEE;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.4s ease;
    transform: translateX(0);
}

.compliance-card:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(22, 48, 99, 0.08);
    border-color: #2365E9;
}

.compliance-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(35, 101, 233, 0.08);
    border-radius: 10px;
    color: #2365E9;
    margin-right: 16px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.compliance-card:hover .compliance-card-icon {
    background: rgba(35, 101, 233, 0.15);
    transform: scale(1.05);
}

.compliance-card-content {
    flex: 1;
}

.compliance-card-title {
    color: #163063;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
    transition: color 0.4s ease;
}

.compliance-card:hover .compliance-card-title {
    color: #2365E9;
}

.compliance-card-app {
    color: #646464;
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

.compliance-card-arrow {
    color: #B7B7B7;
    margin-left: 16px;
    transition: all 0.4s ease;
}

.compliance-card:hover .compliance-card-arrow {
    color: #2365E9;
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .compliance-card {
        padding: 16px 18px;
    }
    
    .compliance-card-icon {
        width: 40px;
        height: 40px;
    }
    
    .compliance-card-title {
        font-size: 14px;
    }
    
    .compliance-card-app {
        font-size: 12px;
    }
}
