.hs-6cab3268-wrapper {
    position: relative;
    width: 100%;
    background-color: #000;
}

.hs-6cab3268-pin-container {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #000;
    padding: 20px 0;
}

.hs-6cab3268-track {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    align-items: center;
    padding-left: 20px;
}

.hs-6cab3268-panel {
    flex-shrink: 0;
    background: #1a1a1a;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 24px;
    color: #ffffff;
}

.hs-6cab3268-panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
}

.hs-6cab3268-image {
    width: 80%;
    height: auto;
    max-height: 60%;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 15px;
}

/* Fallback/Default Style for Text Visibility */
.hs-6cab3268-panel h3, 
.hs-6cab3268-panel p {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    text-align: center;
    margin: 5px 0;
}

/* Editor mode fallback */
.elementor-editor-active .hs-6cab3268-wrapper {
    height: auto !important;
}
.elementor-editor-active .hs-6cab3268-pin-container {
    position: relative !important;
    height: auto !important;
    overflow: auto;
}
.elementor-editor-active .hs-6cab3268-track {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
}
