<style id="wp-custom-css">
.entry-title {
	text-align: center;
}

.wp-block-cover, .wp-block-buttons, .wp-block-image {
	margin-bottom: 15px;
}

.wp-block-cover {
	margin-top: -20px;
}

.main-navigation {
    border-bottom: 3px solid #f74747;
}

.registerbtn {
	width: 7.73333rem;
  height: 2.06667rem;
	background: linear-gradient(90deg, #FF8E8A 0%, #FE6868 100%);
	font-weight: 700;
	letter-spacing: .05333rem;
  border-radius: 1.06667rem;
	border: none;
  display: flex;
  align-items: center;
  justify-content: center;

}

.loginbtn {
  height: 2.06667rem;
	text-shadow: none;
	border: .01333rem solid #f74747;
	background-color: transparent;
	box-shadow: none;
	border-radius: 1.06667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginbtn a, .loginbtn a:hover{
	color: #f74747 !important;
	font-weight: bold;
}

.registerbtn a, .registerbtn a:hover{
    color: #fff !important;
	font-weight: bold;
}

.main-navigation .main-nav > ul > li {
    margin-right: 10px;
}


.main-navigation .main-nav ul li a {
		padding: 0 15px;
    line-height: 30px;
}

.wp-block-cover h1,
.cover h1,
h1.cover-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.logo img {
    border-radius: 33px;
    box-shadow: 0 0 100px #fff;
}

button,
.wp-block-button__link,
a.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: linear-gradient(90deg, #FF8E8A 0%, #FE6868 100%);
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 16px 36px;
    border-radius: 20px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(254, 104, 104, 0.3);
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

button:hover,
.wp-block-button__link:hover,
a.wp-block-button__link:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background: linear-gradient(90deg, #FE6868 0%, #FF8E8A 100%);
    box-shadow: 0 7px 22px rgba(254, 104, 104, 0.4);
    transform: translateY(-2px);
}

h2 {
    font-size: 26px;
    font-weight: 700;
    color: #FE6868;
    padding: 12px 20px;
    background: rgba(255, 142, 138, 0.1);
    border-radius: 6px;
    margin-bottom: 24px;
    border-left: 6px solid #FF8E8A;
    border-right: 6px solid #FF8E8A;
    box-shadow: inset 0 0 0 1px #FF8E8A;
    text-align: center;
    position: relative;
}

/* Star Left */
h2::before {
    content: "★";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #FE6868;
    font-size: 18px;
}

/* Star Right */
h2::after {
    content: "★";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #FE6868;
    font-size: 18px;
}

h3:not(.rank-math-question, .ft h3, .game-box h3) {
    font-size: 22px;
    font-weight: 600;
    color: #FF8E8A;
    padding: 8px 16px;
    border-left: 4px solid #FE6868;
    background: rgba(254, 104, 104, 0.05);
    border-radius: 4px;
    margin-bottom: 18px;
}


/* Games Row Wrapper */
.games-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0;
}

/* Individual Game Box */
.game-box {
    background: #ffffff;
    border: 2px solid #f74747;
    border-radius: 12px;
    padding: 20px;
    width: 48%;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* On Hover - Elevation + Color Glow */
.game-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(247, 71, 71, 0.2);
    border-color: #ff4c4c;
}

/* Game Title */
.game-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #f74747;
    margin-bottom: 12px;
    border-bottom: 2px solid #f74747;
    padding-bottom: 6px;
}

/* Game Icon */
.game-box img {
    max-width: 60px;
    height: auto;
    margin-bottom: 14px;
}

/* Game Description */
.game-box p {
    font-size: 15px;
    color: #333333;
    line-height: 1.6;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .game-box {
        width: 100%;
    }
}

.ss img {
    border: 3px solid #000;
    border-radius: -px;
    padding: 0px;
    box-shadow: 0 4px 12px rgba(247, 71, 71, 0.2);
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}


#rank-math-faq .rank-math-question { background-color: #fafafa;      }
#rank-math-faq .rank-math-answer { background-color: #fafafa;
}
#rank-math-faq .rank-math-question:after
{
	color: white;
}

.site-info {
    background: linear-gradient(90deg, #FF8E8A 0%, #FE6868 100%) !important;
    color: #ffffff !important;
    text-align: center;
}

.site-info a {
    color: #ffffff !important;
    text-decoration: none;
    padding: 6px 5px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-block;
}

.site-info a:hover,
.site-info a:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    text-decoration: none;
}


