#fw-section-custom-html-c537abc5-cb72-4397-bc4e-be21ef882202 {

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.player {
    flex: 1;
    margin-right: 20px;
}

.purchase-button {
    width: 200px;
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 15px 25px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .player {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .purchase-button {
        width: 100%;
    }

    .btn {
        width: 100%;
        box-sizing: border-box;
    }
}

}
#fw-section-custom-html-ebda2dbc-3856-4001-b7ab-0fdfe13bf3f6 {

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.player {
    flex: 1;
    margin-right: 20px;
}

.purchase-button {
    width: 200px;
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 15px 25px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .player {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .purchase-button {
        width: 100%;
    }

    .btn {
        width: 100%;
        box-sizing: border-box;
    }
}

}