/*
Theme Name:     Custom Affiliate Theme
Description:    Child Theme of Divi
Author:         IWS
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.affiliate-link h3 {
    margin-bottom: 5px;
}
.affiliate-link p {
    margin-bottom: 10px;
}
.affiliate-link {
    padding: 25px 10px 20px 10px; /* Top, Right, Bottom, Left */
    border-bottom: 1px solid #ccc;
}

.affiliate-link:last-child {
    border-bottom: none;
}
.acf-editor-wrap iframe {
    min-height: 100px!important;
}