/* smartbanner-custom.css */

/* Banner container */
.smartbanner {
    background-color: #f2f1f6 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif !important;
    height: 84px !important;
    box-shadow: none !important;
    background-image: none !important;
    background: #f2f1f6 !important;
}

/* Icon pătrat cu colțuri rotunjite */
.smartbanner__icon {
    top: 10px !important;
    left: 35px !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 15px !important;
    background-size: cover !important;
    background-color: white !important;
    box-shadow: none !important;
}

/* Informații */
.smartbanner__info {
    position: absolute !important;
    top: 10px !important;
    left: 50px !important;
    height: 64px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    color: #000 !important;
    text-shadow: none !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.smartbanner__info__title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 2px;
}

.smartbanner__info__author,
.smartbanner__info__price {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 16px !important;
}

.smartbanner__info__stars {
    display: none !important;
}

/* Buton VIEW */
.smartbanner__button {
    position: absolute !important;
    top: 26px !important;
    right: 15px !important;
    padding: 6px 16px !important;
    color: #007aff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border-radius: 16px !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.smartbanner__button__label {
    background: none !important;
    padding: 0 !important;
    text-shadow: none !important;
    text-transform: none !important;
}

/* Buton închidere (X) */
.smartbanner__exit {
    top: 36px !important;
    left: 10px !important;
    opacity: 0.4 !important;
}
