/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/


/** Add your custom styles here **/


.wp-block-social-link-anchor {
    border-radius: 50%;
    border: 2px solid white !important;
}

.issues-icon {
    margin-top: -70px !important;
}

ul.issues-list {
    list-style: none;
    padding-left: 0;
}
ul.issues-list li {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.40);
    margin-top: 10px;
    padding: 11px 12px 11px 16px;
}
