.LootEarning_APK-Banner img{
	display:block;
	width:100%;
	height:100%;
}


.wrap .webLink {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 0.28rem;
    font-weight: 600;
    color: #FFFFFF;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
    background-image: linear-gradient(to right, rgb(113, 45, 0), rgb(33, 69, 90), rgb(33, 69, 90), rgb(113, 45, 0));
}

.recomended h2{
    background-color:#d10000;
    font-size:.35rem;
    text-align:center;
    margin: .15rem .15rem 0 .15rem;
    padding: .06rem 0;
    border-radius:.1rem;
    border:2px solid #000;
    font-weight:600;
    color:#fff;
}

.all-rummy-app-share-link {
    background-image: linear-gradient(to right, rgb(113, 45, 0), rgb(33, 69, 90), rgb(33, 69, 90), rgb(113, 45, 0));

}

.telegram {
    font-weight: bold;
    background-color:#0088cc;
    color: white;
    font-size:.3rem;
    padding: .05rem 0;
    text-align:center;
    margin:.15rem;
    border-radius:.1rem;
    border:2px solid #000;
}
.telegram a{
    color: white;
}

.telegram:hover{
    background-color: #00aaff;
	color: #ebeaea;
	-webkit-transform: scale(.99)

}


.All_Best_Rummy_App_Com {
	padding-left: .2rem;
	padding-right: .2rem;
	background-color: #fff;
    font-size: .25rem
}
.All_Best_Rummy_App_Com img{
	display:block;
	width:100%;
	height:100%;
}

.All_Best_Rummy_App_Com p {
	font-size: .3rem;
	font-family: Arial, Helvetica, sans-serif;
    margin-top: .05rem;
}

.All_Best_Rummy_App_Com h1 {
    font-size: .4rem;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 700
}

.All_Best_Rummy_App_Com h2 {
    font-size: .3rem;
	text-align: center;
	font-weight: 700
}

.All_Best_Rummy_App_Com h3 {
    font-size: .22rem;
	text-align: center;
	font-weight: 700
}

.allrummyapp_com_top li .btn.allrummyapp,
.allrummyapps_com ul li .btn.allrummyapp,
a.btn.allrummyapp,
span.btn.allrummyapp {
    background: linear-gradient(147deg, #ff4d6d 0%, #7b2ff7 74%) !important;
    color: #fff !important;
}

.allrummyapp_com_top li .btn.allrummyapp:hover,
.allrummyapps_com ul li .btn.allrummyapp:hover,
a.btn.allrummyapp:hover,
span.btn.allrummyapp:hover {
    background: linear-gradient(147deg, #e11d48 0%, #5b21b6 74%) !important;
}
/* H1 heading styles */
.app-page-h1 {
    text-align: center;
    font-size: 8px;
    font-weight: 400;
    color: #999;
    background: transparent;
    margin: 0;
    padding: 1px 6px;
    border-bottom: 0;
    letter-spacing: 0;
    line-height: 1.1;
}

@media (max-width: 600px) {
    .app-page-h1 {
        font-size: 12px;
        padding: 3px 8px;
        line-height: 1.25;
        color: #888;
        transform: none;
    }
}

/* Social Share Bar */
.social-share-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 6px;
    background: #1a1a2e;
}
.social-share-label {
    color: #999;
    font-size: 12px;
    font-weight: 600;
    margin-right: 2px;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
}
.share-fb { background: #1877f2; }
.share-tw { background: #1da1f2; }
.share-wa { background: #25d366; }
.share-tg { background: #229ed9; }
.share-btn:hover { opacity: .85; }

/* FAQ Section */
.faq-section {
    background: #fff;
    padding: 10px 8px 14px;
    box-sizing: border-box;
}
.faq-title {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    background: #1565c0;
    margin: 0 0 10px;
    padding: 12px 10px;
    border-radius: 4px;
    letter-spacing: 0;
}
.faq-item {
    margin-bottom: 10px;
}
.faq-q {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #f57c00, #ff9800);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 12px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    line-height: 1.35;
    box-sizing: border-box;
}
.faq-a {
    font-size: 15px;
    color: #111;
    padding: 4px 8px 2px;
    line-height: 1.65;
}
.faq-a b, .faq-a strong {
    color: #000;
}
.faq-a ol {
    margin: 6px 0 6px 22px;
    padding: 0;
}
.faq-a ol li {
    margin-bottom: 4px;
    font-size: 15px;
}
.faq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 6px;
}
.faq-table th {
    background: #222;
    color: #fff;
    padding: 7px 6px;
    text-align: center;
    font-size: 14px;
}
.faq-table td {
    border: 1px solid #ccc;
    padding: 7px 6px;
    text-align: center;
}
.faq-table tr:nth-child(even) td { background: #f5f5f5; }
