/**
Plugin Name: Astrology Enterprises Extensions
Author: Astrology Enterprises
Author URI: https://www.astrology-enterprises.com
*/

.aee-horoscope-container {
    display: flex;
    flex-wrap: wrap;
}

.aee-horoscope-container.cats-by-2 .aee-horoscope-item {
    width: 100%;
}

@media (min-width: 768px) {
    .aee-horoscope-container.cats-by-2 .aee-horoscope-item {
        width: 48%;
    }
}

.aee-horoscope-item {
    box-sizing: border-box;
    padding: 1em;
    margin: 1%;
}

.aee-horoscope-item .post-title {
    font-size: 1.1em;
    margin-bottom: 0.25em;
}

.aee-horoscope-item .aee-horoscope-item-date {
    font-size: 0.85em;
    color: #666666;
    margin-top: 0;
}

.aee-horoscope-error {
    color: #b32d2e;
}

.aee-tarot-container {
    display: flex;
    flex-wrap: wrap;
}

.aee-tarot-container.cats-by-3 .aee-tarot-item {
    width: 100%;
}

@media (min-width: 992px) {
    .aee-tarot-container.cats-by-3 .aee-tarot-item {
        width: 31.33%;
    }
}

.aee-tarot-item {
    box-sizing: border-box;
    padding: 1em;
    margin: 1%;
}

.aee-tarot-item .post-title {
    font-size: 1.1em;
    margin-bottom: 0.25em;
}

.aee-tarot-item .aee-tarot-item-position {
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666666;
    margin-top: 0;
}

.aee-tarot-item .aee-tarot-item-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 0.75em;
}

.aee-tarot-item .aee-tarot-item-image.aee-tarot-reversed {
    transform: rotate(180deg);
}

.aee-tarot-item .aee-tarot-item-meta {
    font-size: 0.85em;
    color: #666666;
    margin-top: 0;
}

.aee-tarot-item .aee-tarot-item-direction {
    font-style: italic;
}

.aee-tarot-intro {
    font-style: italic;
    margin-bottom: 1em;
}

.aee-tarot-deal-button {
    display: inline-block;
    padding: 0.6em 1.5em;
    cursor: pointer;
}

.aee-tarot-deal-button:disabled {
    cursor: default;
    opacity: 0.6;
}

.aee-tarot-deal-again {
    display: block;
    margin: 1em auto 0;
    clear: both;
}
