/**
 * Shortcode Merkezi Hizalama CSS
 * Version: 1.0.0
 */

/* WordPress Shortcode Container Genel Hizalama */
body .crypto-coin-table-wrap.promoted-coins-table,
body .crypto-promotion-page,
body .coin-submit-shortcode-container,
body .crypto-coin-table-wrap,
body .latest-coins-table-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    box-sizing: border-box;
}

/* Container içerik wrapper'ları için */
body .crypto-coin-table-wrap .table-responsive,
body .crypto-promotion-page .promotion-container,
body .coin-submit-shortcode-container .coin-submit-form-wrapper {
    margin-left: auto;
    margin-right: auto;
}

/* WordPress post content içerisindeki shortcode'lar için ekstra spesifisity */
.entry-content .crypto-coin-table-wrap.promoted-coins-table,
.entry-content .crypto-promotion-page,
.entry-content .coin-submit-shortcode-container,
.entry-content .crypto-coin-table-wrap,
.entry-content .latest-coins-table-container,
.post-content .crypto-coin-table-wrap.promoted-coins-table,
.post-content .crypto-promotion-page,
.post-content .coin-submit-shortcode-container,
.post-content .crypto-coin-table-wrap,
.post-content .latest-coins-table-container,
article .crypto-coin-table-wrap.promoted-coins-table,
article .crypto-promotion-page,
article .coin-submit-shortcode-container,
article .crypto-coin-table-wrap,
article .latest-coins-table-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 20px auto !important;
    display: block !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    clear: both !important;
}

/* Tema override'ları için ekstra kuvvetli selectors */
#primary .crypto-coin-table-wrap.promoted-coins-table,
#primary .crypto-promotion-page,
#primary .coin-submit-shortcode-container,
#primary .crypto-coin-table-wrap,
#primary .latest-coins-table-container,
#main .crypto-coin-table-wrap.promoted-coins-table,
#main .crypto-promotion-page,
#main .coin-submit-shortcode-container,
#main .crypto-coin-table-wrap,
#main .latest-coins-table-container,
#content .crypto-coin-table-wrap.promoted-coins-table,
#content .crypto-promotion-page,
#content .coin-submit-shortcode-container,
#content .crypto-coin-table-wrap,
#content .latest-coins-table-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 20px auto !important;
    display: block !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    clear: both !important;
}

/* Flexbox ve Grid layout düzeltmeleri */
.crypto-coin-table-wrap.promoted-coins-table,
.crypto-promotion-page,
.coin-submit-shortcode-container,
.crypto-coin-table-wrap,
.latest-coins-table-container {
    align-self: center;
    justify-self: center;
}

/* Mobile responsive */
@media (max-width: 768px) {
    body .crypto-coin-table-wrap.promoted-coins-table,
    body .crypto-promotion-page,
    body .coin-submit-shortcode-container,
    body .crypto-coin-table-wrap,
    body .latest-coins-table-container {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
} 