.pfs-452ce9d0-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.pfs-452ce9d0-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background-color: #6366F1;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pfs-452ce9d0-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
}

.pfs-452ce9d0-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #6366F1;
    line-height: 1;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .pfs-452ce9d0-wrap {
        flex-direction: column;
    }

    .pfs-452ce9d0-arrow {
        transform: rotate(90deg);
    }
}
