.cs-wrapper-cdfa7fc2 {
    background: #fbfbfb;
    padding: 40px;
    position: relative;
    font-family: inherit;
}
.cs-header-cdfa7fc2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.cs-header-left-cdfa7fc2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cs-title-cdfa7fc2 {
    font-size: 18px;
    font-weight: 500;
    color: #1a2b3c;
}
.cs-button-cdfa7fc2 {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.cs-dots-cdfa7fc2 {
    display: flex;
    gap: 6px;
    margin-top: 5px;
}
.cs-dot-cdfa7fc2 {
    width: 10px;
    height: 10px;
    background-color: #e0e0e0;
    cursor: pointer;
    transition: background-color 0.2s;
}
.cs-dot-cdfa7fc2.active {
    background-color: #1a2b3c;
}
.cs-track-cdfa7fc2 {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
}
.cs-slide-cdfa7fc2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-slide-cdfa7fc2.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.cs-slide-cdfa7fc2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.cs-slide-cdfa7fc2 img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}
.cs-nav-cdfa7fc2 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    gap: 2px;
    z-index: 10;
}
.cs-arrow-cdfa7fc2 {
    width: 40px;
    height: 40px;
    background: #ededed;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #666;
    transition: background 0.2s;
}
.cs-arrow-cdfa7fc2 i {
    font-size: 16px;
}
.cs-arrow-cdfa7fc2 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.cs-arrow-cdfa7fc2:hover {
    background: #e0e0e0;
    color: #333;
}
@media (max-width: 767px) {
    .cs-wrapper-cdfa7fc2 { padding: 20px; }
    .cs-track-cdfa7fc2 { height: 250px; }
    .cs-nav-cdfa7fc2 { bottom: 20px; right: 20px; }
}