/**
SCSS for Doctor Author Details
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.doctor--author-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.doctor--author-details-wrapper .doctor--author-media {
  height: 2.75rem;
  width: 2.75rem;
  margin-right: 15px;
}

.doctor--author-details-wrapper .doctor--author-media * {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.doctor--author-details-wrapper .doctor--author-media .field__label {
  width: auto;
}

.doctor--author-details-wrapper .doctor--author-details {
  line-height: 1.3;
  font-weight: 600;
  color: #164D92;
}

@media only screen and (min-width: 768px) {
  .doctor--author-details-wrapper .doctor--author-details {
    max-width: 15.625rem;
  }
}

@media only screen and (min-width: 992px) {
  .doctor--author-details-wrapper .doctor--author-details {
    max-width: 10.625rem;
  }
}

@media only screen and (min-width: 1200px) {
  .doctor--author-details-wrapper .doctor--author-details {
    max-width: 16.25rem;
  }
}

/*# sourceMappingURL=doctor--author-details.css.map */
