.oc-27ea45ac-wrapper {
    font-family: inherit;
    width: 100%;
}
.oc-27ea45ac-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.oc-27ea45ac-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.oc-27ea45ac-icon {
    background: #ff7675;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px dashed #ffb8b8;
}
.oc-27ea45ac-title h3 {
    margin: 0;
    font-size: 24px;
    color: #2d3436;
}
.oc-27ea45ac-nav button {
    background: none;
    border: 2px solid #a29bfe;
    color: #a29bfe;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s;
}
.oc-27ea45ac-nav button:hover {
    background: #a29bfe;
    color: white;
}
.oc-27ea45ac-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    scrollbar-width: none; /* Firefox */
}
.oc-27ea45ac-carousel::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}
.oc-27ea45ac-card {
    min-width: 300px;
    flex-shrink: 0;
    scroll-snap-align: start;
    border-left: 5px dotted white;
    border-right: 5px dotted white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    position: relative;
    padding: 2px;
}
.oc-27ea45ac-card-inner {
    border: 1px dashed rgba(0,0,0,0.15);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.oc-27ea45ac-code {
    color: #ff7675;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.oc-27ea45ac-text {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #2d3436;
}
.oc-27ea45ac-desc {
    margin: 0 0 20px 0;
    font-size: 13px;
    color: #636e72;
    flex-grow: 1;
}
.oc-27ea45ac-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oc-27ea45ac-btn {
    background: #ff7675;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    transition: background 0.3s;
}
.oc-27ea45ac-btn:hover {
    opacity: 0.9;
}
.oc-27ea45ac-link {
    color: #ff7675;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
