/*
Theme Name: TekSayfa
Theme URI: https://casinositeeleri.com/
Author: ChatGPT Assistant
Author URI: https://openai.com/
Description: Casinositeeleri.com için özel tek sayfa teması.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: teksayfa
Tags: one-column, responsive, custom-background, custom-logo
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #222222;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

h1, h2, h3 {
    color: #222222;
}

.site-header, .site-footer {
    background-color: #007bff;
    color: white;
    padding: 15px 20px;
    text-align: center;
}

.site-header h1 {
    margin: 0;
    font-size: 2rem;
}

.site-footer p {
    margin: 0;
    font-size: 0.9rem;
}

.section {
    margin-bottom: 40px;
}

/* Siteler listesi kutuları */
.kutu {
    display: flex;
    align-items: center;
    gap: 15px; /* Genel elemanlar arası mesafe */
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
    background-color: #fff;
}

/* Logo alanı */
.kutu .logo {
    flex-shrink: 0;
    margin-right: 40px; /* Logo ile başlık arası boşluk artırıldı */
}

.kutu .logo img {
    max-height: 50px;
    display: block;
}

.kutu .logo span {
    font-size: 32px;
    display: inline-block;
}

/* İçerik ve link wrapper flex yapısı */
.kutu .content-link-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-start; /* Eski space-between yerine */
    gap: 2px; /* Açıklama ile buton arası boşluk küçültüldü */
}

/* Bilgi alanı: başlık + açıklama yan yana */
.kutu .info {
    display: flex;
    flex-direction: row; /* Alt alta değil yan yana */
    align-items: center;
    gap: 10px; /* Başlık ile açıklama arası mesafe */
    margin: 0;
    max-width: 40%; /* Butonun çok uzağa gitmesini engelle */
}

.kutu .info h3 {
    margin: 0;
    font-weight: 600;
    line-height: 1.1;
}

.kutu .info p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap; /* Satır kaymasını önler */
}

/* Buton alanı */
.kutu .link {
    flex-shrink: 0;
    margin-left: 0;
}

.kutu .link a {
    padding: 8px 16px;
    background: #0073aa;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.kutu .link a:hover {
    background: #005f8a;
}

/* Mobil uyumlu */
@media (max-width: 600px) {
    .container {
        padding: 10px;
    }
    .kutu {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .kutu .logo {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .kutu .content-link-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }
    .kutu .link {
        margin-left: 0;
        width: 100%;
    }
    .kutu .link a {
        display: block;
        text-align: center;
    }
}
