/* iFeedeBook - Comentar sin redondeo en web normal */

/*
  Corrige:
  - El botón Comentar NO debe quedar redondeado en la web normal.
  - Mantiene el tamaño/ancho/padding actual.
  - El redondeo queda permitido solo en iPhone standalone.
*/

/* Web normal: estilo retro recto */
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.comment-form button[type="submit"],
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.page-comment-form button[type="submit"],
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.retro-page-comment-form button[type="submit"],
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.chat-form button[type="submit"],
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.message-form button[type="submit"],
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.ifb-chat-form button[type="submit"],
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.ifb-message-form button[type="submit"] {
  border-radius: 0 !important;
  overflow: visible !important;
}

/* Si alguna regla anterior dejó una esquina distinta, las igualamos todas */
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.comment-form button[type="submit"],
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.page-comment-form button[type="submit"],
html:not(.ifb-iphone-app-standalone-v2):not(.ifb-iphone-app-standalone-v3):not(.ifb-iphone-app-standalone-v4):not(.ifb-iphone-app-standalone-v5):not(.ifb-iphone-app-standalone-v6)
.retro-page-comment-form button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* iPhone standalone: puede seguir apenas redondeado */
html.ifb-iphone-app-standalone-v2 .comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v2 .page-comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v2 .retro-page-comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v3 .comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v3 .page-comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v3 .retro-page-comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v4 .comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v4 .page-comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v4 .retro-page-comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v5 .comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v5 .page-comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v5 .retro-page-comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v6 .comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v6 .page-comment-form button[type="submit"],
html.ifb-iphone-app-standalone-v6 .retro-page-comment-form button[type="submit"] {
  border-radius: 4px !important;
}
