.glass-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(240, 242, 245, 0.6);
    /*  border-radius: 16px;*/
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.glass-table th {
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: rgb(52, 101, 223);
    backdrop-filter: blur(8px);
    color: #fffdfd;
}

.glass-table td {
    width: 50%;
    vertical-align: top;
    padding: 20px;
}

.glass-table td:first-child {
    border-right: 2px solid rgba(200, 210, 225, 0.4);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
}

.feature-item {
    background: rgba(200, 210, 225, 0.3);
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    color: #1a1a1a;
    transition: all 0.2s ease-in-out;
}

.feature-item:hover {
    background: rgba(200, 210, 225, 0.5);
    transform: scale(1.05);
}

.feature-item a {
    color: #1a1a1a;
}


@media (max-width: 768px) {
    .glass-table-container {
        width: 100%;
        overflow-x: auto;
    }


    .glass-table-container {
        overflow-x: auto;
    }
}


.glass-table2 {
    width: 100%;
    border-collapse: collapse;
    background: rgba(240, 242, 245, 0.6);
    /*  border-radius: 16px;*/
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    table-layout: auto;
}

.glass-table2 td {
    padding: 15px 15px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    word-wrap: break-word;
    white-space: normal;
    font-size: 16px;
}


.glass-table2 th {
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    background: rgb(52, 101, 223);
    backdrop-filter: blur(8px);
    color: #fffdfd;
}

.glass-table2 tr:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

tr:nth-child(even) {
    background: linear-gradient(to right, #f9f9f9, #eaeaea); /* Light gray gradient for even rows */
}

tr:nth-child(odd) {
    background: linear-gradient(to right, #ffffff, #f4f4f4); /* White gradient for odd rows */
}

@media (max-width: 768px) {
    .glass-table2-container {
        width: 100%;
        overflow-x: auto;
    }

    .glass-table2 {
        width: 100%;
        table-layout: auto;
    }

    .glass-table2 th, .glass-table2 td {
        padding: 8px 12px;
        word-wrap: break-word;
        white-space: normal;
    }


    .glass-table2-container {
        overflow-x: auto;
    }
}


table.blue-business-table {
    background-color: #f5f7fa;
    color: #333;
    width: 100%;
    /*    max-width: 1200px;*/
    border-collapse: collapse;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #d0e0ff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
}

table.blue-business-table th,
table.blue-business-table td {
    padding: 12px 15px;
    text-align: left;
}

table.blue-business-table th {
    background: rgb(52, 101, 223);
    color: white;
    font-weight: 600;
}

table.blue-business-table td {
    border-bottom: 1px solid #e2e8f0;
}

table.blue-business-table tbody tr:last-child td {
    border-bottom: none;
}

table.blue-business-table tbody tr:hover {
    background: #f1f7ff;
}



@media (max-width: 768px) {
    .blue-business-table-container {
        width: 100%;
        overflow-x: auto;
    }


    .blue-business-table-container {
        overflow-x: auto;
    }
}

.directory {
    max-width: 1200px;
    margin: 30px 0;
    padding: 15px 30px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.box-title {
    position: absolute;
    top: -20px;
    left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fbfcfd;
    background-color: #3465df;
    padding: 2px 13px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    z-index: 1;
}

.flex_row_ul {
    display: block;
    margin-top: 10px;
}

.flex_row_ul ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.flex_row_ul li {
    margin-top: 10px;
}

.flex_row_ul a {
    text-decoration: none;
    color: #22222f;
    background-color: transparent;
    border-radius: 2px;
}

.flex_row_ul a:hover {
    color: #065fea;
    text-decoration: underline;
    text-decoration-color: #065fea;
    text-underline-offset: 2px;
    background-color: transparent;
}

.flex_row_ul > ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 12px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

.flex_row_ul > ul > li > a::before {
    content: '•';
    color: #4285f4;
    font-size: 1.8em;
    position: absolute;
    left: 0;
    top: -7px;
}

.flex_row_ul ul ul li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 2px 0;
    position: relative;
    padding-left: 18px;
    color: #454546;
}

.flex_row_ul ul ul li > a::before {
    content: '◦';
    color: #4285f4;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: -3px;
}

.flex_row_ul ul ul {
    display: none;
    margin-left: 20px;
}

.flex_row_ul li.open > ul {
    display: block;
}

/* 箭头 */
.toggle::after {
    content: "▸";
    display: inline-block; /* 必须，否则 transform 不生效 */
    font-size: 1.2em;
    margin-left: 6px;
    transition: transform 0.2s;
    color: #4285f4;
}

li.open > .toggle::after {
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .directory {
        padding: 12px 20px;
        margin: 20px 0;
    }

    .box-title {
        font-size: 14px;
        top: -16px;
        padding: 1px 10px;
    }

    .flex_row_ul {
        margin-top: 15px;
    }

    .flex_row_ul > ul > li > a {
        font-size: 14px;
        line-height: 1.35;
        margin-top: 6px;
        margin-bottom: 5px;
        padding-left: 16px;
    }

    .flex_row_ul > ul > li > a::before {
        font-size: 1.1em;
    }

    .flex_row_ul ul ul li > a {
        font-size: 13px;
        line-height: 1.15;
        margin: 0 0 2px 0;
        padding-left: 16px;
    }

    .flex_row_ul ul ul li > a::before {
        font-size: 1em;
    }

    .flex_row_ul ul ul {
        margin-left: 15px;
    }

    .flex_row_ul > ul > li > a::before {
        font-size: 1.5em;
        top: -4px;
    }

    .flex_row_ul ul ul li > a::before {
        font-size: 1.2em;
        top: -1px;
    }
}

.ulstyle li::marker {
    color: #007bff;

}

.ulstyle li {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
    list-style: disc;
}


.art-hover-link {
    color: #0f3275;
    text-decoration: none;
    cursor: pointer;
  }
.art-hover-link:hover {
    color: #1677ff;      
    text-decoration: underline;
  }

.takeaway {
    border-top: 1px dashed #eee;
    margin-bottom: 60px;
    background: linear-gradient(90deg, rgba(236, 249, 255, 0.63), transparent);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    padding: 10px;
    transition: all 0.25s ease;
}

.takeaway:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}


.takeaway strong {
    color: #0b3b5a;
}


@media (prefers-color-scheme: dark) {
    .takeaway {
        background: linear-gradient(90deg, rgba(7, 18, 36, 0.25), transparent);
        border-top-color: #111827;
    }
}

.score-bar-container {
    background-color: rgba(213, 213, 213, 0.67);
    border-radius: 5px;
    width: 100%;
    height: 12px;
    position: relative;
}

.score-bar {
    height: 100%;
    border-radius: 5px;
    width: 0;
}
.anysecura-bar {
    background: linear-gradient(to right, #5C7AEA, #3465DF); /* 蓝紫到表头主色 */
    transition: width 1.2s ease-in-out; /* 平滑增长 */
}

.anysecura-bar:hover {
    filter: brightness(1.2) drop-shadow(0 0 6px rgba(52, 101, 223, 0.6));
}

.activtrak-bar {
    background: linear-gradient(to right, #8FAEF2, #5C7AEA); /* 浅蓝到偏紫蓝 */
    transition: width 1.2s ease-in-out; /* 平滑增长 */
}

.activtrak-bar:hover {
    filter: brightness(1.2) drop-shadow(0 0 6px rgba(92, 122, 234, 0.6));
}

.score-label {
    font-size: 15px;
    margin-top: 2px;
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.fade-in { opacity:0; transform: translateY(20px); transition: opacity 1s ease, transform 1s ease; }
.fade-in.visible { opacity:1; transform: translateY(0); }

/*
.container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
*/

/* 公共卡片样式 */
.card {
    flex: 1 1 300px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* AnySecura 特殊突出 */
.anysecura-card {
    border-top: 4px solid #3465df; /* 颜色突出 */
    background: linear-gradient(180deg, #f0f6ff 0%, #ffffff 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.anysecura-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* ActivTrak hover */
.activtrak-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* 标题样式 */
.card h3 {
    margin-top: 0;
    font-size: 1.3em;
}

/* 列表样式 */
.card ul {
    padding-left: 20px;
}

.card li {
    margin-bottom: 8px;
}

.container-new {
    font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; !important;
    color: #1f2937;  !important;
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* H1 / hero */
.container-new h1 {
    font-size: 2.2rem;
    line-height: 1.15;
    margin: 0 0 0.6rem 0;
    font-weight: 700;
    color: #0f1724;
    letter-spacing: -0.3px;
}

/* meta (uses your existing list-unstyled / blog-details__meta) */
.container-new .blog-details__meta li {
    color: #6b7280;
    font-size: 0.92rem;
}



/* paragraphs */
.container-new p {
    color: #374151;
    margin-bottom: 1rem;
    font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* centered image styling */
.container-new p img {
    display: block;
    margin: 1rem auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(15,23,42,0.06);
    transition: transform 0.36s ease, box-shadow 0.36s ease;
}
.container-new p img:hover { transform: translateY(-6px) scale(1.015); }


/*!* Responsive tweaks *!*/
/*
@media (max-width: 760px) {
    .container h1 { font-size: 1.7rem; }
    .container h2 { font-size: 1.2rem; }
    .container p { font-size: 0.98rem; }
    .container .directory { padding: 10px; }
}
*/
