/* P24 List View AdSense - styl reklam w liście */

.p24-la-ad {
    margin: 24px 0;
    padding: 16px;
    background: linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%);
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-align: center;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.p24-la-ad-label {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: 600;
}

.p24-la-ad ins.adsbygoogle {
    display: block !important;
    width: 100% !important;
    min-height: 250px;
}

@media (max-width: 600px) {
    .p24-la-ad {
        margin: 16px 0;
        padding: 10px;
        min-height: 220px;
    }
}
