.shopify-planet-banner {
    border: 1px solid #95C9B4;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #F1F8F5;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI,
        Roboto, Helvetica Neue, sans-serif;
}

.shopify-planet-banner image {
    margin-right: 16px;
}

.shopify-planet-banner-title-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
}

.shopify-planet-banner-title {
    font-weight: 500;
    font-size: 16px;
    color: #1D4136;
    padding-left: 16px;
}

.shopify-planet-banner-subtitle, .shopify-planet-banner-subtitle-link a {
  font-size: 12px;
  color: #4A8674;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
