.pas-e37e108b-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
}

.pas-e37e108b-image-wrap {
    flex-shrink: 0;
}

.pas-e37e108b-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.pas-e37e108b-content {
    flex: 1;
    min-width: 0;
}

.pas-e37e108b-title {
    margin: 0 0 16px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a2e;
}

.pas-e37e108b-description {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
}

.pas-e37e108b-description p {
    margin: 0 0 12px 0;
}

.pas-e37e108b-description p:last-child {
    margin-bottom: 0;
}

/* Read More */
.pas-e37e108b-read-more-wrap {
    margin-bottom: 20px;
    margin-top: 16px; /* Added gap between description and read more wrap */
}

.pas-e37e108b-expanded-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
    margin-bottom: 0;
}

.pas-e37e108b-expanded-content p {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 1.6;
}

.pas-e37e108b-expanded-content p:last-child {
    margin-bottom: 0;
}

.pas-e37e108b-read-more-wrap.pas-e37e108b-expanded .pas-e37e108b-expanded-content {
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 16px;
}

.pas-e37e108b-read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #6c63ff;
    padding: 10px 24px;
    border-radius: 6px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.15s ease;
    line-height: 1.4;
}

.pas-e37e108b-read-more-btn:hover {
    background-color: #5a52d5;
    color: #ffffff;
}

.pas-e37e108b-read-more-btn:active {
    transform: scale(0.97);
}

.pas-e37e108b-btn-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.pas-e37e108b-read-more-wrap.pas-e37e108b-expanded .pas-e37e108b-btn-arrow {
    transform: rotate(180deg);
}

/* Platforms */
.pas-e37e108b-platforms-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pas-e37e108b-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888888;
}

.pas-e37e108b-platforms {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pas-e37e108b-platform-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1a1a2e;
    transition: color 0.25s ease, transform 0.25s ease;
    text-decoration: none;
    line-height: 1;
}

.pas-e37e108b-platform-link:hover {
    color: #6c63ff;
    transform: scale(1.15);
}

.pas-e37e108b-platform-link svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
    transition: fill 0.25s ease;
}

@media (max-width: 767px) {
    .pas-e37e108b-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 24px;
        gap: 24px;
    }

    .pas-e37e108b-image {
        width: 200px;
        height: 200px;
    }

    .pas-e37e108b-platforms-wrap {
        align-items: center;
    }

    .pas-e37e108b-platforms {
        justify-content: center;
    }

    .pas-e37e108b-read-more-btn {
        width: 100%;
        justify-content: center;
    }
}
