/*
Theme Name: pokigame.us
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.31
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.custom-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: auto;
    min-width: 100%
}
.custom-app-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.custom-app-card-content {
    display: flex;
    gap: 16px
}

.custom-app-card-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 1px;
    gap: 6px
}

.custom-app-card-categories {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    overflow: hidden;
    mask-image: linear-gradient(to right, rgb(0 0 0) calc(100% - 24px), #fff0 100%)
}

.custom-app-card-meta {
    display: flex;
    gap: 10px
}

.custom-app-card-categories a {
    padding: 2px 4px;
    border-radius: 6px;
    background-color: #e0e0e0;
    font-size: 12px;
    line-height: 18px;
    color: #4b4b4b;
    transition: all .25s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.custom-chip-category:hover {
    background-color: #d0d0d0;
    color: #4b4b4b
}

.author-box .flex-row {
    display: block;
    text-align: center
}

.custom-chip-text {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #4b4b4b;
    white-space: nowrap;
    gap: 2px
}

.custom-chip-text::before {
    margin-right: 5px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: var(--primary-color);
    display: block
}

.custom-app-card-thumb {
    width: 74px;
    min-width: 74px
}

.custom-ratio-thumb {
    position: relative;
    display: block
}

.custom-ratio-1x1 {
    padding-top: 100%
}

.custom-hover-opacity:hover {
    opacity: .9
}

.custom-ratio-media {
    object-fit: contain;
    object-position: center
}

.custom-app-card-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    width: 15vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.apk-download-btn {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    transition: background-color .3s ease, border-color .3s ease;
    text-align: center;
    white-space: nowrap
}

.apk-download-btn:hover {
    background: #fff;
    color: #000
}

.dowload-ae {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}