/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* More aggressive selectors */
.attachment__caption,
.attachment__name,
.attachment__size,
figcaption.attachment__caption,
[class*="attachment"] [class*="caption"],
[class*="attachment"] [class*="name"],
[class*="attachment"] [class*="size"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
}

.trix-button--icon-heading-1,
.trix-button--icon-decrease-nesting-level,
.trix-button--icon-undo,
.trix-button--icon-redo,
.trix-button-group--history-tools,
.trix-button--icon-increase-nesting-level {
  display: none !important;
}

.trix-content a {
  color: #648efc !important;
  text-decoration: underline !important;
}

.trix-content a:hover {
  color: #648efc !important;
}
