.elementor-11294 .elementor-element.elementor-element-aa42a62{--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;}/* Start custom CSS */.raf-notice-success {
    background: #edf9ef;
    color: #1d6b2a;
    border: 1px solid #b9e2c0;
}

.raf-manage-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.raf-manage-header {
    margin-bottom: 24px;
}

.raf-manage-header h2 {
    margin: 0 0 8px;
    color: #13253f;
    font-size: 32px;
}

.raf-manage-header p {
    margin: 0;
    color: #617385;
}

.raf-manage-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.raf-manage-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-radius: 14px;
    padding: 20px;
}

.raf-manage-title {
    margin: 0 0 10px;
    color: #13253f;
    font-size: 24px;
    line-height: 1.2;
}

.raf-manage-meta {
    color: #42566b;
    font-size: 15px;
    line-height: 1.7;
}

.raf-manage-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.raf-action-btn {
    display: inline-block;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600;
    transition: .2s ease;
}

.raf-action-edit {
    background: linear-gradient(90deg, #0ca23f 0%, #d8b006 100%);
    color: #fff;
}

.raf-action-delete {
    background: #8d1b1b;
    color: #fff;
}

.raf-action-btn:hover {
    opacity: .92;
}

@media (max-width: 767px) {
    .raf-manage-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .raf-manage-actions {
        width: 100%;
    }
}/* End custom CSS */