.rossa-shortcode{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
}

.rossa-shortcode__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    gap: 1.5em;
}


/* VISTAS ESPECÍFICAS */
.rossa-shortcode.rossa-shortcode--view-elementor-editor .rossa-shortcode__content{
    max-width: none;
    padding: 1em;
}

.rossa-shortcode.rossa-shortcode--view-payment-link .rossa-shortcode__content,
.rossa-shortcode.rossa-shortcode--view-availability .rossa-shortcode__content,
.rossa-shortcode.rossa-shortcode--view-not-availability .rossa-shortcode__content,
.rossa-shortcode.rossa-shortcode--view-not-filters .rossa-shortcode__content,
.rossa-shortcode.rossa-shortcode--view-checkout .rossa-shortcode__content,
.rossa-shortcode.rossa-shortcode--view-payment-response .rossa-shortcode__content{

    max-width: 1200px;
}

/* VISTA ELEMENTOR EDITOR */
.rossa-elementor-editor{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--rossa-color-bg-gray);
    border-radius: .5em;
    border: 2px dashed var(--rossa-color-gray);
    padding: 1.5em;
}

.rossa-elementor-editor__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    gap: 1em;
}

.rossa-elementor-editor__header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.rossa-elementor-editor__title{
    all: unset;
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    color: var(--rossa-color-default-text);
    text-align: center;
    margin: 0;
    padding: 0;
}

.rossa-elementor-editor__subtitle{
    all: unset;
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: var(--rossa-color-black);
    text-align: center;
    margin: 0;
    padding: 0;
}

.rossa-elementor-editor__body{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

.rossa-elementor-editor__description{
    all: unset;
    display: block;
    font-size: .875em;
    color: var(--rossa-color-default-text);
    text-align: center;
    margin: 0;
    padding: 0;
}

.rossa-elementor-editor__footer{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.rossa-elementor-editor__info{
    all: unset;
    position: relative;
    display: block;
    font-size: .75em;
    color: var(--rossa-color-text-light);
    text-align: center;
    margin: 0;
    padding: 0;
}

.rossa-elementor-editor__info::before{
    content: '⬤';
    position: absolute;
    top: .5em;
    left: -1.5em;
    font-size: .625em;
    margin: 0 auto;
    color: var(--rossa-color-default-text);
}
