.mediaclip-projects-section h1,
.mediaclip-projects-section h2,
.mediaclip-projects-section .page-title,
.mediaclip-projects-section .section-title{text-align:left!important;margin-left:0!important;padding-left:0!important}

.mediaclip-projects-section{max-width:1280px;margin:auto;padding:32px}

.mediaclip-projects-table,.mediaclip-projects-table *,.project-table,.project-table *,.table,.table-bordered,.bordered,.striped,.condensed{border:0!important;border-collapse:collapse!important;border-spacing:0!important;box-shadow:none!important}

.project-table tbody{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}

.project-table tr{display:grid;grid-template-columns:70px auto auto 1fr;gap:14px;background:#fff;padding:20px;border-radius:18px;box-shadow:0 4px 18px #0001!important;transition:transform .2s,box-shadow .2s}
.project-table tr:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0002!important}

.project-table td{padding:0!important;background:none!important}

.project-table td:nth-child(1){grid-column:1;grid-row:1}
.project-table td:nth-child(1) a{display:block;font-size:0}
.project-table__image{width:70px;height:92px;object-fit:cover;border-radius:8px;display:block;box-shadow:0 2px 6px #0001!important}

.project-table td:nth-child(2){grid-column:2/5;grid-row:1;align-self:center;font-size:0;line-height:1.5;text-align:left}
.project-table td:nth-child(2) span{display:block;font-size:12px;text-align:left;letter-spacing:.01em}
.project-table td:nth-child(2) span:nth-of-type(1){color:#222;font-weight:700}
.project-table td:nth-child(2) span:nth-of-type(2){color:#888;font-weight:400;margin-top:4px}
.project-table td:nth-child(2) br{display:none}

.project-table td:nth-child(3),.project-table td:nth-child(4),.project-table td:nth-child(5){grid-row:2;padding-top:16px!important}
.project-table td:nth-child(3){grid-column:1/2}
.project-table td:nth-child(4){grid-column:2/3}
.project-table td:nth-child(5){grid-column:3/5;justify-self:end}

.project-table__link{display:inline-block;color:#333!important;text-decoration:none!important;font-size:13px;font-weight:600;white-space:nowrap;transition:color .15s}
.project-table__link:hover{color:#C95E40!important}

.mediaclip-delete-link{font-size:0!important}
.mediaclip-delete-link::before{content:"";display:inline-block;width:18px;height:18px;background:no-repeat center/contain;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m3 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6h14z'/><line x1='10' y1='11' x2='10' y2='17'/><line x1='14' y1='11' x2='14' y2='17'/></svg>");vertical-align:middle;transition:transform .15s}
.mediaclip-delete-link:hover::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m3 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6h14z'/><line x1='10' y1='11' x2='10' y2='17'/><line x1='14' y1='11' x2='14' y2='17'/></svg>");transform:scale(1.1)}

@media(max-width:1000px){.project-table tbody{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.project-table tbody{grid-template-columns:1fr};.mediaclip-projects-section{padding:16px}}