/* Swappa Embed Block — Frontend & Editor styles */

.swappa-embed-block {
    margin: 1.5rem 0;
    display: inline-block;
    max-width: 100%;
}

.swappa-embed-block .embed-content-wrapper {
    margin-bottom: 0.5rem;
}

.swappa-embed-block .embed-content {
    font-size: 1rem;
    font-weight: 600;
    color: #009a44;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.4rem;
}

.swappa-embed-block a {
    text-decoration: none;
}

.swappa-embed-block img.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
