/* #region "../src/elements/tips/tips.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.tip {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid var(--black);
  padding-block: var(--v-s);
  padding-inline: /* grow(0, 40) */ clamp(0rem, -0.8333333333rem + 3.7037037037vw, 2.5rem);
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
}
.tip:last-child {
  border-bottom: 1px solid var(--black);
}
.tip:is(.tips.with-images *) {
  gap: /* grow(24, 40) */ clamp(1.5rem, 1.1666666667rem + 1.4814814815vw, 2.5rem);
}
.tip .tip-image {
  display: none;
  flex-shrink: 0;
  width: /* grow(100, 125) */ clamp(6.25rem, 5.7291666667rem + 2.3148148148vw, 7.8125rem);
}
.tip .tip-image:is(.tips.with-images *) {
  display: block;
}
.tip .tip-content .description {
  margin-top: /* grow(8, 13) */ clamp(0.5rem, 0.3958333333rem + 0.462962963vw, 0.8125rem);
  font-size: var(--reduced-font-size);
}
.tip .tip-content .description > :first-child, .tip .tip-content .description > :where(link, a[name]):first-child + *, .tip .tip-content .description > :where(.text:first-child) > *:first-child, .tip .tip-content .description > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.tip .tip-content .description > :last-child, .tip .tip-content .description > :where(.text:last-child) > *:last-child, .tip .tip-content .description > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.tip .tip-button {
  margin-top: 0.75rem;
}
/* #endregion "../src/elements/tips/tips.scss" */

head{--webpack--css-wpce--tips:&\.\.\/src\/elements\/tips\/tips\.scss;}
/*# sourceMappingURL=css-wpce--tips.css.map*/