/*
  Note: If you add a color here, please add it to "/stories/base/colors.css" as well
*/

.modal {
    width: auto;
}

.content {
    max-width: 66rem;
}

.title {
    margin-top: 0.5rem;
    margin-bottom: 3rem;
    color: #d4b58b;
}

.description {
    margin-top: 0;
    margin-bottom: 8rem;
}

.buttonsContainer {
    display: flex;
}

.button {
    margin-right: 2rem;
    flex: 1 0 0
}

.button:last-child {
        margin-right: 0;
    }
