/* Custom Styles */
.wizard-step {
    display: none;
}

.wizard-step.is-active {
    display: block;
}

.tab-content {
    display: none;
}

.tab-content.is-active {
    display: block;
    padding-top: 1rem;
}

.merge-tag-list {
    max-height: 400px;
    overflow-y: auto;
}

.merge-tag-item {
    padding: 8px 12px;
    cursor: pointer;
}

.merge-tag-item:hover {
    background-color: #f5f5f5;
}

body {
    background-color: #fdfdfd;
}

#wizard {
    background: #fff;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
}

.preview-iframe {
    width: 100%;
    height: 600px;
    border: 1px solid #dbdbdb;
    background-color: #f5f5f5;
}

.author-card {
    margin-top: 2.5rem;
}

.is-pulled-right {
    float: right;
}