/* Anthroposophic Soul Calendar - Frontend Styles */

/* Main verse container */
.asc-verse {
    margin: 0px 0px 0px 0px;
}

/* Week date display */
.asc-week-date {
    color: #666;
    font-style: regular;
}

/* Translator name styling */
.asc-translator {
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    color: #555;
    margin-top: 0.5em;
}

/* Social sharing container */
.asc-social-share {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Social sharing buttons */
.asc-social-btn {
    display: inline-block;
    margin: 2px;
    padding: 8px 12px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transform: scale(0.65);
    transform-origin: center;
    font-size: 1.1em;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.asc-social-btn:hover {
    background-color: #a9a9a9;
    color: #000000;
    transform: scale(0.7);
    text-decoration: none;
}

/* Specific social button colors */
.asc-social-btn.asc-facebook:hover {
    background-color: #1877f2;
    color: white;
}

.asc-social-btn.asc-xcom:hover {
    background-color: #1da1f2;
    color: white;
}

.asc-social-btn.asc-whatsapp:hover {
    background-color: #25d366;
    color: white;
}

.asc-social-btn.asc-telegram:hover {
    background-color: #0088cc;
    color: white;
}

.asc-social-btn.asc-email:hover {
    background-color: #dd4b39;
    color: white;
}

/* Search functionality */
.asc-search {
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.asc-search-input {
    padding: 8px 12px;
    width: 250px;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.asc-search-button {
    padding: 8px 16px;
    background-color: #666;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.asc-search-button:hover {
    background-color: #005a87;
}

/* Archive page styling */
.asc-archive .asc-verse {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.asc-archive .asc-verse:last-child {
    border-bottom: none;
}

/* Main navigation (Previous/All/Next) */
.asc-navigation {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 37.5px;
    border-radius: 5px;
}

.asc-navigation a {
    text-decoration: none;
    color: #333333;
    font-size: 1.0em;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.asc-navigation a:hover {
    text-decoration: underline;
    color: #000;
}

/* Container for both circular navigation menus */
.asc-circles-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin: 75px auto;
    flex-wrap: wrap;
}

/* Circular related weeks navigation */
.asc-related-weeks-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: block;
    border: 1px solid #b5b5b5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.asc-related-weeks-circle a {
    position: absolute;
    text-decoration: none;
    color: #666;
    font-size: 0.9em;
    font-weight: 600;
    padding: 2px 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #b5b5b5;
    transition: all 0.3s ease;
}

.asc-related-weeks-circle a:hover {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background-color: #ccc;
    transform: scale(1.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Current week position (top - north) */
.rel-week-current {
    font-weight: bold !important;
    background-color: #ccc !important;
    color: #333 !important;
    top: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.rel-week-current:hover {
    background-color: #ccc !important;
    color: #333 !important;
}

/* East position (right) */
.asc-related-weeks-circle a:nth-child(2) {
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

/* South position (bottom) */
.asc-related-weeks-circle a:nth-child(3) {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

/* West position (left) */
.asc-related-weeks-circle a:nth-child(4) {
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}

/* White center circle (archive link) */
.asc-related-weeks-circle .archive-center {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    color: #333;
    border: 1px solid #b5b5b5;
    font-size: 0.8em;
    transition: all 0.3s ease;
}

.asc-related-weeks-circle .archive-center-img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.asc-related-weeks-circle .archive-center:hover {
    background-color: #ccc;
    color: #333;
    text-decoration: none;
    transform: translate(-50%, -50%) scale(1.1);
}