.tc-activation-note {
    margin: 0 0 24px;
    color: #526274;
    font-size: 15px;
}

.tc-netopia-copy {
    margin-bottom: 10px;
    font-size: 14px;
}

.tc-netopia-widget {
    min-height: 48px;
    margin-top: 12px;
}

.tc-anpc-block {
    margin-top: 24px;
}

.tc-anpc-badge {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
}

.tc-anpc-links {
    margin-top: 8px;
    font-size: 13px;
}

.tc-legal-company {
    overflow-wrap: anywhere;
}

.tc-legal-business {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid rgba(46, 167, 255, .18);
    border-radius: 10px;
    background: rgba(46, 167, 255, .04);
}

.tc-contact-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.tc-blog-breadcrumbs {
    margin-bottom: 22px;
    color: #6d7884;
    font-size: 14px;
}

.tc-blog-breadcrumbs a {
    color: #2ea7ff;
}

.tc-blog-card {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.tc-blog-card-image {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.tc-blog-card-body {
    padding: 24px;
}

.tc-blog-card-meta,
.tc-blog-article-meta {
    margin-bottom: 10px;
    color: #6d7884;
    font-size: 14px;
}

.tc-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.tc-blog-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(46, 167, 255, .1);
    color: #198dce;
    font-size: 12px;
}

.tc-blog-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 34px;
}

.tc-blog-pagination-current {
    min-width: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #2ea7ff;
    color: #fff;
    text-align: center;
}

.tc-blog-hero-image {
    width: 100%;
    max-height: 520px;
    margin: 26px 0;
    border-radius: 12px;
    object-fit: cover;
}

.tc-blog-article {
    color: #364252;
    font-size: 17px;
    line-height: 1.8;
}

.tc-blog-article h2,
.tc-blog-article h3 {
    scroll-margin-top: 120px;
}

.tc-blog-toc {
    margin: 24px 0 34px;
    padding: 22px 26px;
    border-left: 4px solid #2ea7ff;
    border-radius: 8px;
    background: #f5fbff;
}

.tc-blog-toc ul {
    margin-bottom: 0;
}

.tc-blog-related {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #e6edf3;
}

.tc-legal-page-note {
    margin: 22px 0;
    padding: 18px 20px;
    border-left: 4px solid #2ea7ff;
    background: #f5fbff;
}

@media (max-width: 767px) {
    .tc-blog-card-image {
        height: 190px;
    }

    .tc-blog-article {
        font-size: 16px;
    }
}

/* TrueCloud legal and information pages */
.terms-page {
    position: relative;
    z-index: 2;
    padding-bottom: 90px !important;
    background: linear-gradient(to bottom, transparent 0, transparent 100px, #f6f9fc 100px, #f6f9fc 100%);
}

.terms-page > .container {
    position: relative;
    z-index: 3;
}

.terms-page .row.g-4 {
    align-items: flex-start;
}

.terms-sidebar,
.terms-card {
    border: 1px solid rgba(34, 76, 115, .1);
    background: #fff;
    box-shadow: 0 18px 50px rgba(28, 66, 101, .1);
}

.terms-sidebar {
    position: sticky;
    top: 105px;
    max-height: calc(100vh - 135px);
    overflow-y: auto;
    padding: 24px 18px 20px;
    border-radius: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(46, 167, 255, .45) transparent;
}

.terms-sidebar::-webkit-scrollbar {
    width: 6px;
}

.terms-sidebar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(46, 167, 255, .45);
}

.terms-sidebar h5 {
    margin: 0 8px 14px;
    color: #14233a;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.2px;
}

.terms-sidebar a {
    display: block;
    margin: 2px 0;
    padding: 9px 10px;
    border-radius: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.terms-sidebar a:hover,
.terms-sidebar a:focus-visible {
    background: rgba(46, 167, 255, .09);
    color: #168fd6;
    transform: translateX(2px);
}

.terms-card {
    padding: 42px 48px;
    border-radius: 18px;
    color: #536276;
    font-size: 16px;
    line-height: 1.8;
}

.terms-card a {
    color: #209fe9;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.terms-card a:hover {
    color: #087fc5;
    text-decoration: underline;
}

.terms-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0 0 34px;
    padding: 0 0 24px;
    border-bottom: 1px solid #e8eef4;
}

.terms-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 5px 11px;
    border: 1px solid rgba(46, 167, 255, .14);
    border-radius: 999px;
    background: rgba(46, 167, 255, .055);
    color: #6d7d91;
    font-size: 13px;
    line-height: 1.35;
}

.terms-section {
    margin: 0 0 34px;
    padding: 0 0 34px;
    border-bottom: 1px solid #e8eef4;
    scroll-margin-top: 120px;
}

.terms-section:last-child,
.terms-section.mb-0 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.terms-section h2 {
    margin: 0 0 18px;
    color: #14233a;
    font-size: clamp(24px, 2.2vw, 31px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.65px;
}

.terms-section h3 {
    margin: 26px 0 12px;
    color: #20324b;
    font-size: 20px;
    line-height: 1.35;
}

.terms-section h4 {
    margin: 22px 0 10px;
    color: #20324b;
    font-size: 17px;
    line-height: 1.4;
}

.terms-section p {
    margin: 0 0 15px;
    color: #5e6d80;
    line-height: 1.82;
}

.terms-section p:last-child {
    margin-bottom: 0;
}

.terms-section ul,
.terms-section ol {
    margin: 0 0 18px;
    padding-left: 23px;
}

.terms-section li {
    margin-bottom: 9px;
    color: #5e6d80;
    line-height: 1.72;
}

.terms-section li::marker {
    color: #2ea7ff;
}

.terms-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 22px;
}

.terms-info-grid > div {
    min-width: 0;
    padding: 13px 15px;
    border: 1px solid rgba(46, 167, 255, .12);
    border-radius: 10px;
    background: #f7fbfe;
    color: #617086;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.terms-info-grid strong {
    color: #34445a;
}

.terms-alert,
.terms-warning,
.terms-success,
.terms-danger,
.terms-withdrawal-box,
.tc-legal-page-note {
    margin: 0 0 28px;
    padding: 18px 20px;
    border: 1px solid rgba(46, 167, 255, .18);
    border-left: 4px solid #2ea7ff;
    border-radius: 10px;
    background: #f5fbff;
    color: #536276;
    line-height: 1.72;
}

.terms-warning {
    border-color: rgba(230, 164, 32, .24);
    border-left-color: #e6a420;
    background: #fffaf0;
}

.terms-success {
    border-color: rgba(45, 166, 109, .22);
    border-left-color: #2da66d;
    background: #f2fbf6;
}

.terms-danger {
    border-color: rgba(217, 75, 75, .2);
    border-left-color: #d94b4b;
    background: #fff5f5;
}

.terms-alert p:last-child,
.terms-warning p:last-child,
.terms-success p:last-child,
.terms-danger p:last-child,
.terms-withdrawal-box p:last-child,
.tc-legal-page-note p:last-child {
    margin-bottom: 0;
}

.tc-legal-page-note {
    margin-top: 26px;
    margin-bottom: 0;
}

.privacy-table-wrap {
    width: 100%;
    margin: 20px 0 24px;
    overflow-x: auto;
    border: 1px solid #e2eaf1;
    border-radius: 12px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.privacy-table {
    width: 100%;
    min-width: 680px;
    margin: 0;
    border-collapse: collapse;
    color: #5b6a7e;
    font-size: 14px;
    line-height: 1.55;
}

.privacy-table th,
.privacy-table td {
    padding: 14px 15px;
    border-right: 1px solid #e7edf3;
    border-bottom: 1px solid #e7edf3;
    text-align: left;
    vertical-align: top;
}

.privacy-table th:last-child,
.privacy-table td:last-child {
    border-right: 0;
}

.privacy-table tbody tr:last-child td {
    border-bottom: 0;
}

.privacy-table th {
    background: #edf8ff;
    color: #263a52;
    font-weight: 700;
}

.privacy-table tbody tr:nth-child(even) td {
    background: #fbfdff;
}

.aup-badge {
    display: inline-flex;
    align-items: center;
    margin: 3px 5px 3px 0;
    padding: 5px 10px;
    border: 1px solid rgba(46, 167, 255, .17);
    border-radius: 999px;
    background: rgba(46, 167, 255, .08);
    color: #168fd6;
    font-size: 12px;
    font-weight: 600;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 12px;
}

.cookie-actions button {
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #2ea7ff;
    border-radius: 8px;
    background: #fff;
    color: #168fd6;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.cookie-actions button.primary {
    background: #2ea7ff;
    color: #fff;
}

.cookie-actions button.secondary {
    border-color: #cbd8e4;
    color: #4f6075;
}

.cookie-actions button:hover,
.cookie-actions button:focus-visible {
    background: #168fd6;
    border-color: #168fd6;
    color: #fff;
}

.cookie-status {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(20, 35, 58, .05);
    color: #64748b;
    font-size: 13px;
}

.tc-legal-breadcrumbs {
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eef4;
}

@media (max-width: 991px) {
    .terms-page {
        margin-top: -65px;
        padding-bottom: 70px !important;
        background: linear-gradient(to bottom, transparent 0, transparent 65px, #f6f9fc 65px, #f6f9fc 100%);
    }

    .terms-sidebar {
        position: relative;
        top: auto;
        max-height: none;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        padding: 20px;
    }

    .terms-sidebar h5 {
        grid-column: 1 / -1;
    }

    .terms-card {
        padding: 34px 32px;
    }
}

@media (max-width: 767px) {
    #subheader .lead {
        font-size: 16px;
        line-height: 1.55;
    }

    .terms-page {
        margin-top: -45px;
        padding-bottom: 55px !important;
        background: linear-gradient(to bottom, transparent 0, transparent 45px, #f6f9fc 45px, #f6f9fc 100%);
    }

    .terms-sidebar,
    .terms-card {
        border-radius: 13px;
        box-shadow: 0 12px 34px rgba(28, 66, 101, .09);
    }

    .terms-sidebar {
        display: block;
        padding: 18px 14px;
    }

    .terms-sidebar h5 {
        margin-bottom: 10px;
    }

    .terms-sidebar a {
        padding: 8px 9px;
    }

    .terms-card {
        padding: 27px 21px;
        font-size: 15px;
    }

    .terms-meta {
        margin-bottom: 27px;
        padding-bottom: 20px;
    }

    .terms-meta span {
        width: 100%;
        border-radius: 8px;
    }

    .terms-section {
        margin-bottom: 28px;
        padding-bottom: 28px;
        scroll-margin-top: 92px;
    }

    .terms-section h2 {
        font-size: 23px;
        letter-spacing: -.35px;
    }

    .terms-info-grid {
        grid-template-columns: 1fr;
    }

    .terms-alert,
    .terms-warning,
    .terms-success,
    .terms-danger,
    .terms-withdrawal-box,
    .tc-legal-page-note {
        padding: 16px;
    }
}
