 .table-wrapper {
            width: 100%;
            max-width: 700px;
            padding: 20px;
            margin: 0 auto;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #ccc;
            font-size: 15px;
        }

        td {
            padding: 14px 20px;
            border: 1px solid #ccc;
        }

        tr td:first-child {
            font-weight: bold;
            background-color: #efefef;
            width: 35%;
            color: #222;
        }

        tr td:last-child {
            background-color: #ffffff;
            color: #333;
        }

        .cricfy-team a {
            color: #e07b39;
            text-decoration: underline;
            font-weight: bold;
        }

        a:hover {
            color: #c05e20;
        }

        .text-content {
            text-align: center;
        }


        .container {
            max-width: 960px;
            margin: 0 auto;
        }

        /* Note box */
        .note-box {
            border: 2px dashed #e05c5c;
            border-radius: 6px;
            background: #fff8f8;
            padding: 14px 20px;
            margin-bottom: 24px;
            text-align: center;
            font-size: 14px;
            line-height: 1.7;
            color: #444;
        }

        .note-box strong {
            color: #c0392b;
        }

        /* Red header banner */
        .header-banner {
            background: #d63031;
            border-radius: 6px;
            padding: 16px;
            text-align: center;
            margin-bottom: 24px;
        }

        .header-banner h1 {
            color: #fff;
            font-size: 26px;
            font-weight: 700;
        }

        /* Intro text */
        .intro {
            font-size: 15px;
            margin-bottom: 14px;
        }

        .intro a {
            color: #d63031;
            text-decoration: underline;
        }

        /* Steps list */
        .steps {
            font-size: 15px;
            line-height: 2;
            padding-left: 24px;
            margin-bottom: 28px;
            color: #333;
        }

        /* Disclaimer box */
        .disclaimer-box {
            border: 2px dashed #e05c5c;
            border-radius: 6px;
            background: #fff5f5;
            padding: 20px 24px;
            text-align: center;
        }

        .disclaimer-box .disclaimer-title {
            color: #c0392b;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .disclaimer-box p {
            color: #c0392b;
            font-size: 14px;
            line-height: 1.7;
        }

.page-template-Cricfy-TV-apk-for-pc .t-1{
text-align:center !important;

}