/*     SKRITAVLAST.COM Style Sheet
    --------------------------------------------------------------
	Style name:             skritavlast (the default skritaflat 3.3.15 style)
	Based on style:         @skritavlast (the default skritaflat 3.3.15 style)
	Original author:	HarveyWNvm ( http://www.skritavlast.com/ )
	Modified by:		skritavlast.com Limited ( https://www.skritavlast.com/ )
    -------------------------------------------------------------- 
*/


.rules-container {
    width: 70%;
    max-width: 900px;
    margin: 40px auto;
    background: rgba(0,0,0,0.55);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(10px);
}

.rules-title {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 0 5px #ff2737;
    margin-bottom: 20px;
}

.rule-block {
    background: rgba(255,255,255,0.09);
    border-left: 4px solid #ff2737;
    padding: 18px;
    margin-bottom: 18px;
    border-radius: 10px;
}

.rule-block h3 {
    color: #ff6e7a;
    margin-bottom: 10px;
}