/* Instagram overlay icon repair.
   Content remains Admin-driven; this file only corrects the permanent UI icon. */
.df-insta-overlay svg {
    display: block;
    width: 28px;
    height: 28px;
    color: #f5f2ea;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='black' stroke='none'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='black' stroke='none'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: color 0.3s;
}

.df-insta-overlay svg path {
    display: none;
}

.df-insta-item:hover .df-insta-overlay svg,
.df-insta-item:focus-within .df-insta-overlay svg {
    color: var(--wdtPrimaryColor);
}
