﻿/* Feature: iOS back-face icon orientation guard
 * Scope: namecard back face action icons only
 */
@supports (-webkit-touch-callout: none) {
  .nkd-list-face-back .button-save-downl,
  .nkd-list-face-back .button-save-downl a,
  .nkd-list-face-back .button-save-downl button,
  .nkd-list-face-back .button-save-downl img {
    -webkit-transform: none;
    transform: none;
  }
}
