/* Start custom CSS *//* Loading skeleton animation */
.mw-skeleton{background:linear-gradient(90deg,#e8e8e8 25%,#f5f5f5 50%,#e8e8e8 75%);background-size:200% 100%;animation:mw-shimmer 1.5s infinite;border-radius:8px}
@keyframes mw-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.mw-card-skeleton{background:#fff;border:1px solid #e1e7ea;border-radius:12px;padding:8px;min-height:180px}
.mw-card-skeleton .mw-skeleton-thumb{width:100%;height:120px;border-radius:8px;margin-bottom:8px}
.mw-card-skeleton .mw-skeleton-title{width:90%;height:14px;margin:8px 2px}
.mw-card-skeleton .mw-skeleton-btn{width:60%;height:28px;margin:8px auto;border-radius:10px}

/* Phone numbers LTR */
.mw-contact-value{direction:ltr!important;text-align:left!important;unicode-bidi:embed}/* End custom CSS */