.app-info-wrapper,
.app-download-info{
    position: relative;
    width: 100%;
    margin: 20px 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.app-download-info {
    padding: 20px;
}
.app-download-info table,
.app-download-info table tr,
.app-download-info table td{
    border: 0; 
}

.app-download-info table td{
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.app-info-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
    margin-bottom: 20px;
    padding: 20px;
}

.app-info-container .app-info-cell {
    position: relative;
    width: calc(33.33% - 10px);
    text-align: left;
    margin-bottom: 15px;
    margin-right: 10px
}

.cell-heading {
    position: relative;
    width: 100%;
    color: #4d4d4d;
    font-weight: 700;
    margin-bottom: 4px
}

.cell-value {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19px
}

@media only screen and (max-width:600px) {
    .app-info-container .app-info-cell {
        width: calc(50% - 10px)
    }
    .cell-value {
        font-size: 16px
    }
}

.entry-title{
	text-align: left;
}



#lazy-inline{position:relative;margin:24px 0;width:100%}#lazy-inline .li-heading{font-size: 20px;background-color:#dd154a !important;padding:1px 15px;color:#fff;text-align:center;border-radius:4px;margin-bottom:25px}#lazy-inline ul{ margin: 0; display:flex;flex-wrap:wrap; list-style: none;}#lazy-inline ul li{width:47%;margin:0 10px;margin-bottom: 25px;}#lazy-inline ul li a{font-style:normal; display: inline-flex; text-decoration: none;}@media (max-width:768px){#lazy-inline ul{margin-left:25px}#lazy-inline ul li{width:100%;margin:0; margin-bottom: 25px;}}
#lazy-inline .lazyapk_rp_thumb{
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 15px;
    aspect-ratio: 1/1;
}
#lazy-inline .lazyapk_rp_thumb img{
    border-radius: 15px;
    aspect-ratio: 1/1;
}

#lazy-inline .lazyapk_rp_desc{
    margin-left: 20px;
}

#lazy-inline .lazyapk_rp_desc p {
    font-size: 16px;
    color: #121212;
    font-weight: 600;
}

.download-wrapper{
    position: relative;
    width: 100%;
    text-align: center;
}

.download-footer{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.download-wrapper, #download-prepare, #download-ready {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    transition: all .3s ease-in;
    opacity: 1;
    margin: 25px 0;
}

#download-ready {
    display: none;
}

.progress {
  display: block;
  width: 480px;
  max-width: 90%;
  margin: 1em auto;
  padding: 6px;
  border: 0 none;
  background: rgb(219 219 219 / 55%);
  border-radius: 14px;
}

/* firefox */
.progress-value {
  width: 0;
  height: 14px;
  background: #FFF linear-gradient(to right, #17CEC2, #F1C500);
  border-radius: 12px;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4), 0 2px 5px 0px rgba(0,0,0,0.3);
  animation: loading 11s infinite linear;
}

@keyframes loading {
  0% {
    width: 0;
  }
  80% {
    width: 58%;
  } 
  90%, 100% {
    width: 100%;
  }
}



.download-link-wrapper{
    position: relative;
    padding: 25px 0;
    margin-left: auto;
    margin-right: auto;

}

@media only screen and (min-width: 601px) {
    .download-link-wrapper{
        width: 60vw;
    }
}


#download-link {
    max-width: 700px;
    margin: auto;
    padding: 0 15px;
    text-align: center;
    padding-top: 2em;
}

#download-link ul {
    text-align: left
}

.transition,
p,
ul li i:before,
ul li i:after {
    transition: all .3s
}

#download-link .no-select,
#download-link h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none
}

#download-link h1 {
    color: #000;
    margin-bottom: 30px;
    margin-top: 0
}

#download-link h2 {
    color: #cc071e;
    font-family: inherit;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s
}

#download-link p {
    color: #333;
    width: 100%;
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2
}

#download-link ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0
}

#download-link ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgb(0 0 0/11%);
    -webkit-tap-highlight-color: transparent
}

#download-link ul li+li {
    margin-top: 15px
}

#download-link ul li:last-of-type {
    padding-bottom: 0
}

#download-link ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px
}

#download-link ul li i:before,
ul li i:after {
    content: "";
    position: absolute;
    background-color: #cc071e;
    width: 3px;
    height: 9px
}

#download-link ul li i:before {
    transform: translate(-2px, 0) rotate(45deg)
}

#download-link ul li i:after {
    transform: translate(2px, 0) rotate(-45deg)
}

#download-link ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation
}

#download-link ul li input[type=checkbox]:checked~h2 {
    color: #000
}

#download-link ul li input[type=checkbox]:checked~p {
    max-height: 0;
    transition: .3s;
    opacity: 0
}

#download-link ul li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg)
}

#download-link ul li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg)
}


.faq-content {
  margin: 0 auto;
}

.accordion {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
	background-color: #ebebeb;
	padding-left: 14px;
	margin-bottom: 22px;
	border-radius: 4px;
}

.panel-title {
    line-height: 30px;
    font-weight: 600;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 10px 0 30px;
    display: block;
    cursor: pointer;
}

.panel-content {
    font-size: 1rem;
    padding: 0px 14px;
    height: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.panel-content ol{
	margin-left: 5px;
	margin-bottom: 0;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
	position: absolute;
	margin-left: 0px;
	margin-top: 4px;
	z-index: 5;
	font-size: 42px;
	line-height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}

@media only screen and (max-width:600px) {
	.panel-title{
		font-size: 17px;
		font-weight: 600;
	}
	
	.panel-content {
		font-size: 16px;
	}
}


.ad-unit{
    position: relative;
    min-height: 250px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.ad-unit:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 50%;
    top: 50%;
    color: #ccc;
}

.lazyapk-notice{
    position: relative;
}


.lazyDownloadBtn{
    opacity: 1;
    transition: 250ms ease-in-out;
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0);
    font-size: initial;
    padding: 5px 30px!important;
    background-color: #dd154a !important;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    color: #fff;
	text-decoration: none !important;
}
.icon {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    height: 100%;
    margin-bottom: 4px;
    margin-right: 3px;
}

.lazy-download{
    text-decoration: none !important;
}
.apk_note p, li {
		margin-bottom: 4px !important;
}

.rank-math-list-item, .rank-math-list-item {
	  background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: #D2D2D2;
		padding: 0px 15px 0px 15px;
		margin: 0px -10px 0px -10px;
}