
        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pagination a {
            padding: 5px 20px;
            /* Adjust as needed for button size */
            margin: 0 5px;
            /* Adjust as needed for spacing between buttons */
            text-decoration: none;
            color: #007bff;
            /* Button color */
            border: 1px solid #007bff;
            /* Border color */
            border-radius: 5px;
            /* Rounded corners */
            background-color: #fff;
            /* Background color */
        }

        .pagination a:hover {
            background-color: #007bff;
            color: #fff;
        }


        .custom-border-top {
            border-top: 1px solid #255673;
            width: 100%;
            /* border-left: 1px solid #255673; */
        }

        .custom-border {
            border-right: 1px solid #255673;
            border-left: 1px solid #255673;
        }

        .gv-player-details-inner {
            margin-right: 67px;
        }

        .select_country select {
            height: 32px;
            outline: none;
            text-overflow: ellipsis;
            border-radius: 30px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #121212 url(https://interactive.guim.co.uk/atoms/2024/04/mens-euros-player-guide-2024/assets/v/1718186939935/imgs/arrow.svg) no-repeat 93% 50%;
            background-size: 20px auto;
            padding: 2px 40px 0px 15px;
            font-family: Guardian Text Sans Web, Helvetica, Arial, sans-serif;
            cursor: pointer;
            border: 1px solid #121212;
            width: 155px;
            font-weight: 700;
            font-size: 12px;
            color: #fff;
            margin: 0px 0px 0px 20px;
        }

        .gv-quicknav-left span {
            display: block;
            font-family: Guardian Text Sans Web, Helvetica, Arial, sans-serif;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 8px;
            margin-top: 4px;
            margin-left: 25px;
        }

        @media only screen and (max-width: 650px) {
            .select_country select {
                padding-top: 0px !important;
                margin: 0px 0px 10px 140px;

            }
        }

        /* Pagination container */

        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Pagination links */
        .pagination-link {
            display: inline-block;
            padding: 3px 9px;
            margin: 0px 4px;
            text-decoration: none;
            color: #007bff;
            /* border: 1px solid #007bff; */
            /* border-radius: 4px; */
            font-size: 14px;
        }

        /* Active page link */
        .pagination-link.active {
            background-color: #DCDCDC;
            color: #022C46;
            border-color: #007bff;
        }

        /* Disabled link style */
        .pagination-link.disabled {
            color: #6c757d;
            border-color: #6c757d;
            pointer-events: none;
        }

        /* Previous and Next link styles */
        .pagination-link.prev,
        .pagination-link.next {
            font-weight: bold;
        }

        /* Hover effect */
        .pagination-link:hover {
            background-color: #DCDCDC;
            color: #022C46;
        }


        @media only screen and (min-width: 1400px) {
            .Sports-header.svelte-1l2xv2t.svelte-1l2xv2t.svelte-1l2xv2t {
                width: 1394px;
            }

            .Euro-header-extension.svelte-vpg0bt.svelte-vpg0bt {
                width: 1394px;
            }

            .content__main-column--interactive .element-immersive {
                /* max-width: 1260px; */
                max-width: 1394px;
            }

            .content__main-column--interactive .element-immersive {
                max-width: 1260px;
            }

            .gv-header-inner {
                width: 1391px !important;
            }

            .gv-content {
                width: 1394px;
            }

            .gv-player-details:before {
                content: "";
                position: absolute;
                display: block;
                width: calc(115% + 3px);
                height: 100%;
                top: -2px;
                left: -4px;
                border-top: 4px solid #121212;
                pointer-events: none;
                z-index: -1;
            }

            .fix-white-background {
                width: 364px !important;
            }

            .gv-player-details {
                right: -44px !important;
                overflow-y: visible;
                height: auto;
                width: 300px;
                transform: translateY(0);
                transition: transform .1s ease-out !important;
            }

        }

	.body {
		font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif !important;
	}

	.section-title {
		background-color: #00AEEF;
		color: #fff;
		padding: 20px;
		text-align: center;
	}

	.content-title {
		font-weight: bold;
		color: #116BB4;
		font-size: 20px;
		text-transform: capitalize !important;
	}

	.heading_sm_first {
		font-size: 2.8125rem;
		line-height: 54px;
		margin: 0 0 15px;
		color: #333333;
		font-family: GuardianTextSans, "Guardian Text Sans Web", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
		font-weight: 600;
	}

	.numbering_sub_title {
		font-size: 40px;
		font-weight: bold !important;
		color: #4e5154;
	}

	.content-text {
		font-size: 16px;
	}

	.icon {
		color: #c0392b;
		font-size: 1em;
		margin-right: 10px;
	}

	.active_sub_side_menu a {
		/* color: #fff; */
		background-color: #0a3054b5;
	}

        @media (max-width: 768px) {
            .Euro-header-extension--white .image-2 {
                content: url('../../worldcup/euro-img/player-guide-2-mobile.png');
            }

            .Euro-header-extension--red .image-1 {
                content: url('../../worldcup/euro-img/player-guide-1-mobile.png');
            }

            .Sports-header.svelte-1l2xv2t.svelte-1l2xv2t.svelte-1l2xv2t {
                margin-left: -13px;
            }

            .Euro-header-extension.svelte-vpg0bt.svelte-vpg0bt {
                margin-left: -13px;
            }

            .custom-border {
                border: none;
            }

            .position-heading {
                text-transform: capitalize !important;
            }


        }

        .dcr-1cfpnlw a:hover {
            color: #0077B6 !important;
        }
