

.obj_article_summary {
    border: 1px solid #781f19;
    border-left: 6px solid #781f19;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.obj_article_summary:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: -6px;
}

td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}

table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

element.style {
    background: #781f19;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
