
/*
Theme Name: Satılık Tema
Theme URI: http://example.com/satilik-tema
Author: Yapay Zeka
Author URI: http://example.com
Description: Küçük görselli, koyu gri arka planlı tanıtım teması
Version: 1.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: satilik-tema
*/

body {
    background-color: #2f2f2f;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.sale-header {
    text-align: center;
    margin-bottom: 40px;
}

.sale-header h1 {
    font-size: 2.8em;
    margin: 0 0 15px;
}

.call-link {
    color: #00ff88;
    font-size: 1.8em;
    text-decoration: none;
}

.main-layout {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.side-column {
    flex: 1;
    min-width: 250px;
}

.center-photo {
    flex: 2;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.photo {
    margin-bottom: 30px;
    text-align: center;
}

img {
    width: 90%;
    height: auto;
    border: 3px solid white;
    border-radius: 6px;
}

.caption {
    margin-top: 12px;
    font-size: 1.4em;
}
