/* アイコン表示修正 */
.icon-bullet {
    width: 1.5rem !important;
    height: 1.5rem !important;
    background: linear-gradient(to bottom right, #2563eb, #f59e0b) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

.icon-bullet-inner {
    width: 0.5rem !important;
    height: 0.5rem !important;
    background-color: white !important;
    border-radius: 50% !important;
}

/* スライドショーインジケーター位置修正（右寄せ） */
.slideshow-indicators {
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    transform: none !important;
}