.phl-bb746542-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.phl-bb746542-list-col {
    flex: 1 1 300px;
}

.phl-bb746542-image-col {
    flex: 1 1 300px;
    width: 100%;
}

.phl-bb746542-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.phl-bb746542-list-item {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.phl-bb746542-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
    display: block;
}

.phl-bb746542-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.phl-bb746542-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.phl-bb746542-image.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile responsive layout overrides */
@media (max-width: 767px) {
    .phl-bb746542-mobile-image-above .phl-bb746542-container {
        flex-direction: column-reverse;
    }
    .phl-bb746542-mobile-image-above .phl-bb746542-image-col {
        order: -1;
    }
}
