/* =============================================================
   MOBILE READABILITY & TAP TARGETS
   Added 19 Sep 2026. Delete this whole block to revert.
   Selectors read from the live site and verified at 375px.
   ============================================================= */

/* Stop iOS Safari auto-zooming when a field is tapped.
   Applies at all widths: any field under 16px triggers zoom. */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input:not([type]),
textarea,
select {
  font-size: 16px;
}

@media (max-width: 760px) {

  /* Base text 14px -> 16px, phones only. Desktop untouched. */
  body {
    font-size: 16px;
  }

  /* Comment names, timestamps and actions 10.5px -> 14px. */
  .comments-author-name,
  .comments-metadata,
  .comments-action {
    font-size: 14px;
  }

  /* Reply / Edit / Delete tap area: 12px tall -> 32px.
     WCAG AA minimum is 24px. Descendant selector needed to
     beat the theme's own rule on padding-left. */
  .comments-actions .comments-action {
    display: inline-block;
    min-height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Separate Delete from Edit. Enlarging adjacent targets
     without spacing them makes mis-taps MORE likely, and
     Delete is destructive. Yields a 22px gap. */
  .comments-actions .comments-deleteAction {
    margin-left: 18px;
  }

  /* Author name easier to hit. */
  .comments-metadata .comments-author-name {
    display: inline-block;
    padding: 4px 2px;
  }

}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

/*comments like customization*/
.comments-text.entry-content {
position: relative;
}

.likecounter {
visibility: visible!important;
}
.likecounter .ning-likebox:hover{
cursor: pointer;
}
iframe #tinymce > .likecounter, .mce-txt
 {
display: none;
}
/*.page-home .mce-top-part, .page-home .mce-statusbar, .page-home .mce-last, */

.page-technical-page-for-storing-likes .mce-top-part,
.page-technical-page-for-storing-likes .mce-statusbar  {
display: none;
}

.imageLoaderHolder {
width: 30px; 
height: 30px; 
background-image: url('https://storage.ning.com/topology/rest/1.0/file/get/1187327885?profile=original');
background-size: cover;
background-repeat: no-repeat;
}
.commentWallSection .socialActions, .commentWallSection .entry-content p {
margin-bottom: 0;
}

/*comments like customization ends*/

/*.page-technical-page-for-storing-likes .section-primaryContent,
.page-technical-page-for-storing-likes .content-actions, 
.page-technical-page-for-storing-likes .content-nav, 
.page-technical-page-for-storing-likes .content-name*/
