/*

Glendale Designs Custom Programming
for {{ENTER DOMAIN NAME}}
Ticket: {{ENTER TEAMWORK TICKET NUMBER}}
Allowed Domains: {{ENTER ALLOWED DOMAIN NAMES}}
  

GD Dialog

Copyright Glendale Designs - Our optimizations are not freeware.
Do not use, copy or distribute without written permission. 
Ask us, we're nice! support@glendaledesigns.com

TERMS OF SERVICE
https://glendaledesigns.com/terms-of-service/
(Make sure to read and understand this section 'Non-Exclusive License to Customer')
  

GDPM - v01.00.10

*/

* {
  box-sizing: border-box;
}

.gd-feature-list-card__open-closeup {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 100%;
}

.gd-feature-list-card__text {
  margin-top: 1rem;
}

.gd-feature-list-card__link {
  text-decoration: none;
}

.gd-feature-list-card__image::slotted(*) {
  display: inline-block;
  max-width: 100%;
  object-fit: var(--image-fit, cover);
}

.gd-feature-list-card__text {
  text-align: var(--text-align, left);
}

.gd-feature-list-card__body {
  text-decoration: none;
}

.gd-feature-list-card__buttons {
  display: flex;
  flex-direction: row;
  justify-content: var(--buttons-align, center);
  gap: 1rem;
}