.alt_icon_yazi {
    font-size: 8px;
    margin-top: 5px;
}
.custom-marquee {
    position: relative;
    background: rgba(255, 255, 255, 0.25); /* buzlu cam efekti */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-top: 1px solid #bfc9d2;
    color: #000; /* siyah yazı */
    padding: 10px 0;
    transition: background 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.custom-marquee:hover {
    background: rgba(255, 255, 255, 0.4); /* hover efekti */
}

.custom-marquee img {
    vertical-align: middle;
    margin: 0 5px;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 17px;
    border-radius: 50%;
    padding: 2px 8px;
    color: #333;
    cursor: pointer;
    z-index: 10;
}
