.sci-inject {
    margin: 25px 0;
    clear: both;
}

.sci-text {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    border-right: 3px solid #0073aa;
    line-height: 1.8;
}

.sci-link {
    text-align: center;
    padding: 15px;
}

.sci-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #0073aa;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: bold;
}

.sci-btn:hover {
    background: #005a87;
    color: #fff !important;
}

.sci-image {
    text-align: center;
}

.sci-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}