65 lines
1.1 KiB
CSS

.atlas-guide-card {
border: 1px solid rgba(247, 201, 72, 0.7);
background: rgba(247, 201, 72, 0.08);
color: inherit;
padding: 0.75rem 1rem;
font-family: "Mondwest", monospace;
}
.atlas-guide-heading {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 1rem;
}
.atlas-guide-heading strong {
color: #f7c948;
font-family: "Rules Expanded", sans-serif;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.atlas-guide-heading p {
margin: 0.25rem 0 0;
opacity: 0.8;
}
.atlas-guide-steps {
margin: 0.6rem 0;
padding-left: 1.25rem;
}
.atlas-guide-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem;
}
.atlas-guide-button,
.atlas-guide-hide,
.atlas-guide-restore {
border: 1px solid rgba(247, 201, 72, 0.7);
background: transparent;
color: #f7c948;
cursor: pointer;
padding: 0.35rem 0.6rem;
text-decoration: none;
}
.atlas-guide-button:hover,
.atlas-guide-hide:hover,
.atlas-guide-restore:hover {
background: rgba(247, 201, 72, 0.14);
}
.atlas-guide-hide,
.atlas-guide-restore {
font-size: 0.75rem;
}
.atlas-guide-link {
color: #f7c948;
}