<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.igori-ai-images {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px;
}

.igori-cta-box {
    background: #f7f7f7;
    padding: 15px;
    border-right: 5px solid #da3333;
    margin: 20px 0;
    text-align: center;
}

.igori-cta-box h3 {
    margin: 0 0 10px;
}

.igori-cta-box p {
    margin: 0 0 15px;
}

.igori-cta-button {
    display: inline-block;
    padding: 10px 15px;
    background: #da3333;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 500;
}

.igori-cta-button:hover {
    color: black;
    box-shadow: 5px 5px 0 black;
    background: white;
}
</pre></body></html>