/* Legacy block styles for simple block types */
.camels-blocks {
    display: block;
    /* gap: 0; */
}

.camels-block {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 20px;
}

.camels-block__title {
    margin: 0 0 8px;
}

.camels-block__content > *:first-child {
    margin-top: 0;
}

.camels-block__content > *:last-child {
    margin-bottom: 0;
}

.camels-block__list {
    margin: 12px 0;
    padding-left: 20px;
}

.camels-block__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px 16px;
    background: #736ffb;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.camels-block--hero {
    background: #f5f6ff;
}

.camels-block--cta {
    background: #f7f7f7;
}
