/* Anasayfa Özelleştirme eklentisi CSS */
.ao-populer-aramalar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 20px;
}

.ao-populer-arama-item {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background-color: #f7f7f7;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.2s ease;
}

.ao-populer-arama-item:hover {
    background-color: #e0e0e0;
    color: #000;
}

.ao-product-widget {
    margin-bottom: 30px;
}

.ao-widget-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.ao-widget-url {
    color: inherit;
    text-decoration: none;
}

.ao-widget-url:hover {
    color: #007bff;
    text-decoration: underline;
}

.ao-widget-image {
    margin-bottom: 15px;
}

.ao-widget-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ao-product-item {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.ao-product-item:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.ao-product-link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding-bottom: 10px;
}

.ao-product-image {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.ao-product-image img {
    max-height: 160px;
    width: auto;
    max-width: 90%;
}

.ao-product-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
    color: #333;
}

.ao-trendler {
    margin-bottom: 30px;
}

.ao-trendler-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.ao-trend-main {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}

.ao-trend-small-posts {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    display: flex;
    flex-wrap: wrap;
}

.ao-trend-small {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.ao-trend-small:nth-child(odd) {
    margin-right: 10px;
}

.ao-trend-small:nth-child(even) {
    margin-left: 10px;
}

.ao-trend-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    border-radius: 4px;
}

.ao-trend-main .ao-trend-image {
    height: 300px;
}

.ao-trend-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ao-trend-small .ao-trend-title {
    font-size: 16px;
}

.ao-trend-excerpt {
    margin-bottom: 10px;
    color: #666;
}

.ao-trend-meta {
    font-size: 13px;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .ao-product-item {
        width: calc(33.333% - 20px);
    }
    
    .ao-trend-main,
    .ao-trend-small-posts {
        width: 100%;
        margin: 0 0 20px;
    }
}

@media (max-width: 576px) {
    .ao-product-item {
        width: calc(50% - 20px);
    }
    
    .ao-trend-small {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/* Anasayfa Bileşenleri Stilleri */
.ao-bilesen {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.ao-bilesen-title-1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.ao-bilesen-title-2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #555;
}

.ao-bilesen-image {
    margin-bottom: 15px;
    text-align: center;
}

.ao-bilesen-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.ao-bilesen-link-wrapper {
    margin-top: 15px;
    text-align: center;
}

.ao-bilesen-link {
    display: inline-block;
    padding: 8px 16px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.ao-bilesen-link:hover {
    background-color: #005177;
    color: #fff;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .ao-bilesen-title-1 {
        font-size: 22px;
    }
    
    .ao-bilesen-title-2 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .ao-bilesen {
        padding: 15px;
    }
    
    .ao-bilesen-title-1 {
        font-size: 20px;
    }
}

/* Anasayfa Bileşenleri Stilleri */
.ao-bilesen {
    margin-bottom: 30px;
}

.ao-bilesen-main-title-1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.ao-bilesen-main-title-2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #555;
    text-align: center;
}

.ao-bilesen-main-image {
    margin-bottom: 20px;
    text-align: center;
}

.ao-bilesen-main-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.ao-bilesen-main-link-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.ao-bilesen-main-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.ao-bilesen-main-link:hover {
    background-color: #005177;
    color: #fff;
}

.ao-bilesen-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.ao-bilesen-item {
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.ao-bilesen-item:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.ao-bilesen-item-title-1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.ao-bilesen-item-title-2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #555;
}

.ao-bilesen-item-image {
    margin-bottom: 10px;
    text-align: center;
}

.ao-bilesen-item-image img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.ao-bilesen-item-link-wrapper {
    text-align: center;
    margin-top: 10px;
}

.ao-bilesen-item-link {
    display: inline-block;
    padding: 6px 12px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.ao-bilesen-item-link:hover {
    background-color: #005177;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .ao-bilesen-item {
        width: calc(50% - 30px);
    }
}

@media (max-width: 576px) {
    .ao-bilesen-main-title-1 {
        font-size: 24px;
    }
    
    .ao-bilesen-main-title-2 {
        font-size: 18px;
    }
    
    .ao-bilesen-item {
        width: 100%;
        margin: 0 0 20px;
    }
}