.work-info-main-container {
    margin-top: 20px;
}

.generate-this-button {
    font-family: "Poppins", "Times New Roman", sans-serif;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 300px;
    font-size: 1.125rem;
    padding: 10px 25px;
    border: 2px solid #9573CC;
    border-radius: 10px;
    color: white;
    background: none;
    text-align: center;
    margin: 0 auto 15px;
}

#generate-button {
    font-size: 1.125rem;
}

.generate-this-button:hover {
    background: #9573CC;
    transition: 0.3s ease-in-out;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.catalog-work-offer-mobile-slot {
    display: none;
}

@media screen and (max-width: 1023px) {
    .catalog-work-offer-mobile-slot {
        display: block;
        margin-top: 24px;
    }

    .catalog-work-offer-mobile-slot .catalog-work-offer {
        position: static;
        width: 100%;
        max-width: none;
        margin-top: 0;
    }
    .generate-this-button, #generate-button {
        max-width: 100%;
        font-size: 1.0625rem;
    }
}
