.elementor-3442 .elementor-element.elementor-element-39dec71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-3442 .elementor-element.elementor-element-39dec71{--min-height:70vh;}}@media(min-width:768px){.elementor-3442 .elementor-element.elementor-element-39dec71{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-3442 .elementor-element.elementor-element-39dec71{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-ca9729c */.ipm-inbox-wrapper,
.ipm-inbox-wrapper * {
    font-family: 'Poppins', sans-serif !important;
}

/* WRAPPER */
.ipm-inbox-wrapper {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 820px;
    margin: 0 auto;
}

/* CARD */
.ipm-message {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    padding: 22px 26px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    transition: transform .15s ease, box-shadow .15s ease;
}

.ipm-message:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

/* META */
.ipm-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #666;
}

.ipm-meta .from {
    font-weight: 600;
    color: #009A49;  /* primary hijau */
}

/* TITLE / SUBJECT */
.ipm-subject {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #111;
    letter-spacing: -0.2px;
}

/* BADGE UNREAD */
.ipm-message.unread {
    border-left: 4px solid #009A49;
}

.ipm-message.read {
    border-left: 4px solid #d1d1d1;
}

/* BODY AREA - Clean Look */
.ipm-body {
    background: #fafafa;
    padding: 18px;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.65;
    overflow-x: auto;
    margin-top: 8px;
    border: 1px solid #eee;
}

/* RESET EMAIL HTML TABLES */
.ipm-body table,
.ipm-body tr,
.ipm-body td,
.ipm-body tbody,
.ipm-body thead {
    all: unset;
    display: block !important;
}

.ipm-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

/* BUTTON */
.ipm-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #009A49;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    margin-top: 12px;
    transition: opacity .2s ease;
}

.ipm-btn:hover {
    opacity: .85;
}

/* MOBILE */
@media (max-width: 600px) {
    .ipm-message {
        padding: 18px 20px;
    }
    .ipm-body {
        padding: 14px;
        font-size: 14px;
    }
    .ipm-subject {
        font-size: 16px;
    }
}/* End custom CSS */