/*
Theme Name: Kinco
Theme URI: http://kinco.casethemes.net/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/
Description: Kinco is a Day Care & Kindergarten WordPress Theme with a modern design layout. Kinco focused on preschool and daycare institutions, children groups, playschools, kindergartens, and kids stores. It has all the needed functionality for a kindergarten or a daycare website, as well as for a children’s goods store or child care blog. Kinco is easily customizable, fully responsive, and support all modern browser and device.
Version: 1.0.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: kinco
Tags: babycare, business, childcare center, children, daycare, education, kids, kids school, kindergarten, nursery, preschool
*/

/* Oyun Kartları */
.oyun-kart {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.oyun-kart:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.oyun-kart img {
    height: 200px;
    object-fit: cover;
}

/* Oyun Iframe Container */
.oyun-iframe-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid #e9ecef;
}

.oyun-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Breadcrumb */
.breadcrumb {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}

/* Badge */
.badge {
    font-size: 0.9em;
    padding: 0.5em 1em;
}

/* Responsive */
@media (max-width: 768px) {
    .oyun-kart {
        margin-bottom: 1.5rem;
    }
    
    .oyun-iframe-container {
        margin: 0 -15px;
        border-radius: 0;
    }
}