/* Sponsor logo fit helpers */
.sponsor-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.sponsor-cover img,
.sponsor-logo {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.guest-avatar-placeholder {
    background: rgba(255, 255, 255, 0.75);
    border: 1px dashed rgba(0, 0, 0, 0.1);
    color: var(--bs-primary, #0d6efd);
}

.dashboard-announcements .announcement-thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-announcements .announcement-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-announcements .placeholder-icon {
    font-size: 1.5rem;
    color: #122044;
}

.guest-avatar-symbol {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Mobile: show one slide per view for sponsor swiper */
@media (max-width: 576px) {
    .swipernavpagination .swiper-slide.width-300 {
        width: 100% !important;
    }
}

/* Mobil uygulama tıklama efekti - Hava Durumu ve Gemi & Marina butonları için */
a.weather-marina-btn {
    transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}

/* Tıklama anında soft feedback */
a.weather-marina-btn:active {
    transform: scale(0.97);
    opacity: 0.8;
}

/* Card footer renk özelleştirmesi */
.card-footer.bg-theme-1 {
    background-color: #6ECDE6 !important;
}

/* Tümünü Gör link rengi */
.text-primary {
    color: #00caff !important;
}

.btn-link {
    color: #00caff !important;
}

/* h6 text rengi özelleştirmesi */
h6 {
    color: #122044 !important;
}

/* Modern mobil sponsor buton tasarımı */
.sponsor-view-btn {
    background: #122044;
    color: white !important;
    padding: 5px 7px;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(18, 32, 68, 0.15);
}

.sponsor-view-btn:hover {
    background: #1a2d5f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(18, 32, 68, 0.25);
}

.sponsor-view-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(18, 32, 68, 0.2);
}

.sponsor-view-btn i {
    font-size: 1rem;
}

/* Modern mobil swiper kategori buton tasarımı - Kompakt */
.swiper-category-btn .card {
    background: #fff;
    border: 1.5px solid #122044;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(18, 32, 68, 0.08);
    min-width: 90px;
}

.swiper-category-btn .card-body {
    padding: 10px 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-category-btn i {
    color: #122044 !important;
    background: rgba(18, 32, 68, 0.08) !important;
    font-size: 1.25rem !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.swiper-category-btn p {
    color: #122044 !important;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 1.2;
    text-align: center;
}

.swiper-category-btn:active .card {
    transform: scale(0.96);
    box-shadow: 0 1px 2px rgba(18, 32, 68, 0.12);
}

/* Etkinlik butonları renk özelleştirmesi */
.btn-primary {
    background-color: #122044 !important;
    border-color: #122044 !important;
}

.btn-primary:hover {
    background-color: #1a2d5f !important;
    border-color: #1a2d5f !important;
}

.btn-outline-primary {
    color: #122044 !important;
    border-color: #122044 !important;
}

.btn-outline-primary:hover {
    background-color: #122044 !important;
    border-color: #122044 !important;
    color: white !important;
}

