/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  A child theme for the Hello Elementor theme.
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import the parent theme's style */
@import url("../hello-elementor/style.css");

/* Add your custom styles below */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.best-apps-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.new-apps-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#new-yono-apps-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.best-card-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.new-card-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-number {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    min-width: 25px;
    flex-shrink: 0;
}

.card {
    position: relative;
    background: white;
    border: 1px solid #90EE90;
    border-radius: 300px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    flex: 1;
}

.best-card {
    position: relative;
    background: white;
    border: 1px solid #90EE90;
    border-radius: 300px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    flex: 1;
}

.new-card {
    position: relative;
    background: white;
    border: 1px solid #90EE90;
    border-radius: 300px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    flex: 1;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.best-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.new-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.game-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #ddd;
}

.best-game-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #ddd;
}

.new-game-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #ddd;
}

.game-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.best-game-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.new-game-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.game-info {
    flex: 1;
    min-width: 0;
}

.best-game-info {
    flex: 1;
    min-width: 0;
}

.new-game-info {
    flex: 1;
    min-width: 0;
}

.game-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}

.best-game-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}

.new-game-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}

.game-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.best-game-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.new-game-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.best-detail-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.new-detail-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.icon {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus-text {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #A80000;
}

.withdraw-text {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #008000;
}

.new-bonus-text {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #A80000;
}

.new-withdraw-text {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #008000;
}

.download-btn {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    flex-shrink: 0;
    text-decoration: none !important;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.download-btn:hover {
    color: white;
}

.green-card .card {
    border: 1px solid #90EE90;
}

.green-card .download-btn {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.black-card .card {
    border: 1px solid #000;
}

.black-card .download-btn {
    background: linear-gradient(135deg, #2980b9 0%, #3498db 100%);
}

/* badge styles */
.badge {
    position: absolute;
    top: 0;
    left: 40px;
    width: 50px;
    height: 50px;
    z-index: 99;
}

a.card-link {
    width: 100%;
    text-decoration: none !important;
    color: inherit !important
}

@media (max-width: 768px) {
    .container {
        padding: 0 10px;
        gap: 5px;
    }

    .best-apps-container {
        padding: 0 10px;
        gap: 5px;
    }

    .new-apps-container {
        /* padding: 0 10px; */
        gap: 5px;
        margin-bottom: 15px;
    }

    #new-yono-apps-section {
        padding: 0 10px;
        gap: 5px;
        margin-bottom: 15px;
    }

    .card-wrapper {
        gap: 12px;
    }

    .best-card-wrapper {
        gap: 12px;
    }

    .new-card-wrapper {
        gap: 12px;
    }

    .card-number {
        font-size: 16px;
        min-width: 20px;
    }

    .best-card-number {
        font-size: 16px;
        min-width: 20px;
    }

    .new-card-number {
        font-size: 16px;
        min-width: 20px;
    }

    .card {
        padding: 10px 13px;
        gap: 15px;
    }

    .best-card {
        padding: 10px 13px;
        gap: 15px;
    }

    .new-card {
        padding: 10px 13px;
        gap: 15px;
    }

    .game-logo {
        width: 70px;
        height: 70px;
    }

    .best-game-logo {
        width: 70px;
        height: 70px;
    }

    .new-game-logo {
        width: 70px;
        height: 70px;
    }

    .game-title {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .best-game-title {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .new-game-title {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .detail-item {
        font-size: 10px;
    }

    .best-detail-item {
        font-size: 10px;
    }

    .new-detail-item {
        font-size: 10px;
    }

    .download-btn {
        padding: 6px 10px;
        border: 2px solid white;
        font-size: 13px;
    }

    /* badge styles */
    .badge {
        position: absolute;
        top: 0;
        left: 32px;
        width: 50px;
        height: 50px;
        z-index: 99;
    }
}

@media (max-width: 480px) {
    .card-wrapper {
        gap: 0px;
    }

    .best-card-wrapper {
        gap: 0px;
    }

    .new-card-wrapper {
        gap: 0px;
    }

    .card-number {
        font-size: 14px;
        min-width: 18px;
    }

    .best-card-number {
        font-size: 14px;
        min-width: 18px;
    }

    .new-card-number {
        font-size: 14px;
        min-width: 18px;
    }

    .card {
        padding: 10px 13px;
        gap: 12px;
    }

    .best-card {
        padding: 10px 13px;
        gap: 12px;
    }

    .new-card {
        padding: 10px 13px;
        gap: 12px;
    }

    .game-logo {
        width: 70px;
        height: 70px;
    }

    .best-game-logo {
        width: 70px;
        height: 70px;
    }

    .new-game-logo {
        width: 70px;
        height: 70px;
    }

    .game-title {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .best-game-title {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .new-game-title {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .detail-item {
        font-size: 10px;
    }

    .best-detail-item {
        font-size: 10px;
    }

    .new-detail-item {
        font-size: 10px;
    }

    .download-btn {
        padding: 3px 6px;
        border: 1px solid white;
        font-size: 12px;
    }

    /* badge styles */
    .badge {
        position: absolute;
        top: 0;
        left: 17px;
        width: 50px;
        height: 50px;
        z-index: 99;
    }
}