.custom-frame {
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
    padding: 50px;
    background-color: white;
    overflow: hidden;
}
.opini-post-widget-container {
    width: 100%;
    height: auto;
    overflow: visible;
}
.yswiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.5s ease-in-out;
}
.i-post-thumbnail img {
    max-width: 100%;
    height: 150px;
    border-bottom: 8px solid orange;
    margin-top: 20px;
    display: flex;
}
.i-post-category {
    font-size: 14px;
    color: red;
    padding: 40px 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid orange;
}
.i-post-title {
    font-size: 14px;
    padding: 0 0px;
}
.i-post-date {
    color: black;
    font-size: 14px;
    padding: 0 10px;
}