/**
Theme Name: Astra Child
Author: TripOrbita
Author URI: http://triporbita.com/contact
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*
 * Stylizacja i centrowanie bloku reklamy sponsora
 */
.tbp-sponsor-ad-block {
    display: block;             /* Traktuj link (<a>) jak element blokowy */
    max-width: 500px;           /* Ogranicz szerokość, aby nie rozciągał się na całą stronę */
    margin-left: auto;          /* Automatyczny lewy margines */
    margin-right: auto;         /* Automatyczny prawy margines */
    margin-top: 30px;           /* Odstęp od góry */
    margin-bottom: 30px;        /* Odstęp od dołu */
    padding: 20px;              /* Wewnętrzny odstęp */
    border: 1px solid #e0e0e0;  /* Delikatna ramka */
    border-radius: 5px;         /* Zaokrąglone rogi */
    text-align: center;         /* Wyśrodkuj wszystko w środku (obrazek, tekst) */
    text-decoration: none;      /* Usuń podkreślenie linku */
    color: inherit;             /* Dziedzicz kolor tekstu z motywu */
    transition: box-shadow 0.2s ease-in-out;
}

.tbp-sponsor-ad-block:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Efekt cienia po najechaniu */
}

.tbp-sponsor-ad-block img {
    margin-bottom: 15px; /* Odstęp między obrazkiem a tekstem pod nim */
}

/** Style dla boxow w wiadomosci blog - opisie atrakcji */


