/* --- Styling for [show_fixed_computers_promo] Shortcode (Vanilla CSS) --- */

/* 1. Overall Wrapper */
.custom-pc-wrapper {
    max-width: 100%;
    /* Full width */
    /*margin: 2rem 0;*/
    /* Equivalent to my-4 (adjust value if needed) */
    overflow: hidden;
    /* Important for border-radius and layout */
}

.custom-pc-content {
    padding-top: 2rem;
    margin-top: 2rem;
    height: 100%;
    border-top: 2px solid #E5E5E5;
}