/**
 * Technology Stack Component Styles
 *
 * Minimal component-specific styles that extend Bootstrap 5.
 * Uses global CSS variables from the main stylesheet.
 *
 * @package RIKAI_Marketing
 * @since 1.0.0
 */

/* Technology Stack Section */

/* Technology Stack Image Container */
.technology-stack-image-wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Technology Stack Image */
.technology-stack-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0;
}
